NEW 97179
[REGRESSION] http/tests/css/link-css-disabled-value-with-slow-loading-sheet.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=97179
Summary [REGRESSION] http/tests/css/link-css-disabled-value-with-slow-loading-sheet.h...
Yury Semikhatsky
Reported 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.
Attachments
Alexey Proskuryakov
Comment 1 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)
Note You need to log in before you can comment on or make changes to this bug.