Bug 54882
| Summary: | Web Inspector: inspector/styles/styles-update-from-js.html is sporadically failing on chromium win bots | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Andrew Wilson <atwilson> |
| Component: | Web Inspector (Deprecated) | Assignee: | Alexander Pavlov (apavlov) <apavlov> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, yurys |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | All | ||
| OS: | All | ||
Andrew Wilson
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;
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Andrew Wilson
I think this is due to http://trac.webkit.org/changeset/79009/ as it started happening around that time.
Pavel Feldman
Lets see if it fails again.