Bug 139489 - [GTK] Layout Test http/tests/css/link-css-disabled-value-with-slow-loading-sheet.html is flaky
Summary: [GTK] Layout Test http/tests/css/link-css-disabled-value-with-slow-loading-sh...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-10 09:17 PST by Carlos Alberto Lopez Perez
Modified: 2017-03-11 11:02 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Alberto Lopez Perez 2014-12-10 09:17:44 PST
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)