Bug 54882 - Web Inspector: inspector/styles/styles-update-from-js.html is sporadically failing on chromium win bots
Summary: Web Inspector: inspector/styles/styles-update-from-js.html is sporadically fa...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Alexander Pavlov (apavlov)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-21 08:27 PST by Andrew Wilson
Modified: 2011-06-23 04:51 PDT (History)
9 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Wilson 2011-02-21 08:27:16 PST
The windows canaries are failing sporadically on this test.

Here's an example test result diff:

--- e:\b\build\slave\Webkit_Win__dbg__2_\build\src\webkit\Debug\..\../../layout-test-results\inspector/styles/styles-update-from-js-expected.txt 
+++ e:\b\build\slave\Webkit_Win__dbg__2_\build\src\webkit\Debug\..\../../layout-test-results\inspector/styles/styles-update-from-js-actual.txt 
@@ -26,7 +26,7 @@
 
 
 parsed attributes modified:
-<div id="container" style="color: rgb(192, 255, 238); border-top-style: dashed; border-right-style: dashed; border-bottom-style: dashed; border-left-style: dashed; border-top-color: green; border-right-color: green; border-bottom-color: green; border-left-color: green; border-top-width: 3px; border-right-width: 3px; border-bottom-width: 3px; border-left-width: 3px; "></div>
+<div id="container" style="color: rgb(192, 255, 238); "></div>
 [expanded] element.style { ()
 color: #C0FFEE;
 border: 3px dashed green;
Comment 1 Andrew Wilson 2011-02-21 08:31:49 PST
I think this is due to http://trac.webkit.org/changeset/79009/ as it started happening around that time.
Comment 2 Pavel Feldman 2011-06-23 04:51:09 PDT
Lets see if it fails again.