Bug 133486

Summary: Add a background color to Speedometer's iframe
Product: WebKit Reporter: Timothy Hatcher <timothy>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WONTFIX    
Severity: Normal CC: commit-queue, rniwa
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch rniwa: review-, rniwa: commit-queue-

Description Timothy Hatcher 2014-06-03 11:26:00 PDT
The frame flashes to black between tests on a slower network. It looks better with a light gray background.
Comment 1 Timothy Hatcher 2014-06-03 11:27:14 PDT
Created attachment 232434 [details]
Patch
Comment 2 Mark Lam 2014-06-03 12:28:41 PDT
Comment on attachment 232434 [details]
Patch

rs=me
Comment 3 Ryosuke Niwa 2014-06-03 12:45:11 PDT
Comment on attachment 232434 [details]
Patch

We can't do this. Adding z-index would affect the benchmark.
Comment 4 Ryosuke Niwa 2014-06-03 12:47:58 PDT
Also, if we're making change of this sort, we need to bump up the version number.  Adding a background color can significantly affect the painting & compositing performance.