Bug 97179
Summary: | [REGRESSION] http/tests/css/link-css-disabled-value-with-slow-loading-sheet.html is flaky | ||
---|---|---|---|
Product: | WebKit | Reporter: | Yury Semikhatsky <yurys> |
Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | japhet, koivisto |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: |
https://bugs.webkit.org/show_bug.cgi?id=139489 https://bugs.webkit.org/show_bug.cgi?id=123431 |
||
Bug Depends on: | 97131 | ||
Bug Blocks: |
Yury Semikhatsky
The test started failing with text mismatch after http://trac.webkit.org/changeset/129070
Here is the link to the flakiness dashboard:
http://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=http%2Ftests%2Fcss%2Flink-css-disabled-value-with-slow-loading-sheet.html
I'm going to update test expectations for now.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
Still happening on Mac:
@@ -5,7 +5,7 @@
Testing value of 'disabled' prior to load just after setting them
PASS mainSheetLink.sheet is non-null.
-PASS alternateSheetLink.sheet is null
+FAIL alternateSheetLink.sheet should be null. Was [object CSSStyleSheet].
PASS mainSheetLink.disabled is true
PASS alternateSheetLink.disabled is false
Testing the values when the alternate sheet is loaded (as this is the only one that has sheet() === null)