Bug 149007
Summary: | [win] Layout Test http/tests/css/link-css-disabled-value-with-slow-loading-sheet.html is flaky | ||
---|---|---|---|
Product: | WebKit | Reporter: | Said Abou-Hallawa <sabouhallawa> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Said Abou-Hallawa
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
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
*** This bug has been marked as a duplicate of bug 142929 ***