Bug 139489
Summary: | [GTK] Layout Test http/tests/css/link-css-disabled-value-with-slow-loading-sheet.html is flaky | ||
---|---|---|---|
Product: | WebKit | Reporter: | Carlos Alberto Lopez Perez <clopez> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | bugs-noreply |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: |
https://bugs.webkit.org/show_bug.cgi?id=97179 https://bugs.webkit.org/show_bug.cgi?id=123431 |
Carlos Alberto Lopez Perez
The following layout test is flaky on platform GTK
http/tests/css/link-css-disabled-value-with-slow-loading-sheet.html
When it fails gives the following result:
--- /home/clopez/webkit/webkit/layout-test-results/http/tests/css/link-css-disabled-value-with-slow-loading-sheet-expected.txt
+++ /home/clopez/webkit/webkit/layout-test-results/http/tests/css/link-css-disabled-value-with-slow-loading-sheet-actual.txt
@@ -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)
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |