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:    

Description Yury Semikhatsky 2012-09-20 00:55:50 PDT
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.
Comment 1 Alexey Proskuryakov 2015-09-08 09:00:30 PDT
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)