Bug 149007 - [win] Layout Test http/tests/css/link-css-disabled-value-with-slow-loading-sheet.html is flaky
Summary: [win] Layout Test http/tests/css/link-css-disabled-value-with-slow-loading-sh...
Status: RESOLVED DUPLICATE of bug 142929
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-09 13:35 PDT by Said Abou-Hallawa
Modified: 2015-09-09 23:04 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Said Abou-Hallawa 2015-09-09 13:35:46 PDT
The following layout test is flaky on Windows 7:

http/tests/css/link-css-disabled-value-with-slow-loading-sheet.html

Here is the actual results of running this test on Windows 7:

Test that HTMLLinkElement's disabled attribute is properly cached while set when loading a stylesheet.

On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".


Testing value of 'disabled' prior to load just after setting them
PASS mainSheetLink.sheet is non-null.
PASS alternateSheetLink.sheet is null
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)
PASS mainSheetLink.sheet is non-null.
PASS alternateSheetLink.sheet is non-null.
PASS mainSheetLink.disabled is true
PASS alternateSheetLink.disabled is false
PASS successfullyParsed is true

TEST COMPLETE

AQMEIOManager::FindIOUnit: error -1
AQMEIOManager::FindIOUnit: error -1
AQMEIOManager::FindIOUnit: error -1
AQMEIOManager::FindIOUnit: error -1
AQMEIOManager::FindIOUnit: error -1
AQMEIOManager::FindIOUnit: error -1
AQMEIOManager::FindIOUnit: error -1
AQMEIOManager::FindIOUnit: error -1
AQMEIOManager::FindIOUnit: error -1
AQMEIOManager::FindIOUnit: error -1
AQMEIOManager::FindIOUnit: error -1
AQMEIOManager::FindIOUnit: error -1
AQMEIOManager::FindIOUnit: error -1
AQMEIOManager::FindIOUnit: error -1
AQMEIOManager::FindIOUnit: error -1
AQMEIOManager::FindIOUnit: error -1
AQMEIOManager::FindIOUnit: error -1
AQMEIOManager::FindIOUnit: error -1
AQMEIOManager::FindIOUnit: error -1
AQMEIOManager::FindIOUnit: error -1
AQMEIOManager::FindIOUnit: error -1
AQMEIOManager::FindIOUnit: error -1
AQMEIOManager::FindIOUnit: error -1
AQMEIOManager::FindIOUnit: error -1
AQMEIOManager::FindIOUnit: error -1
AQMEIOManager::FindIOUnit: error -1
AQMEIOManager::FindIOUnit: error -1
AQMEIOManager::FindIOUnit: error -1
AQMEIOManager::FindIOUnit: error -1
AQMEIOManager::FindIOUnit: error -1
AQMEIOManager::FindIOUnit: error -1
AQMEIOManager::FindIOUnit: error -1
AQMEIOManager::FindIOUnit: error -1
AQMEIOManager::FindIOUnit: error -1
AQMEIOManager::FindIOUnit: error -1
AQMEIOManager::FindIOUnit: error -1
AQMEIOManager::FindIOUnit: error -1
AQMEIOManager::FindIOUnit: error -1
AQMEIOManager::FindIOUnit: error -1
AQMEIOManager::FindIOUnit: error -1
AQMEIOManager::FindIOUnit: error -1
AQMEIOManager::FindIOUnit: error -1
AQMEIOManager::FindIOUnit: error -1
AQMEIOManager::FindIOUnit: error -1
AQMEIOManager::FindIOUnit: error -1
AQMEIOManager::FindIOUnit: error -1
AQMEIOManager::FindIOUnit: error -1
AQMEIOManager::FindIOUnit: error -1
AQMEIOManager::FindIOUnit: error -1
AQMEIOManager::FindIOUnit: error -1
AQMEIOManager::FindIOUnit: error -1
AQMEIOManager::FindIOUnit: error -1
AQMEIOManager::FindIOUnit: error -1
AQMEIOManager::FindIOUnit: error -1
AQMEIOManager::FindIOUnit: error -1
AQMEIOManager::FindIOUnit: error -1
AQMEIOManager::FindIOUnit: error -1
AQMEIOManager::FindIOUnit: error -1
AQMEIOManager::FindIOUnit: error -1
AQMEIOManager::FindIOUnit: error -1
AQMEIOManager::FindIOUnit: error -1
Comment 1 Alexey Proskuryakov 2015-09-09 23:04:01 PDT

*** This bug has been marked as a duplicate of bug 142929 ***