Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(289)

Side by Side Diff: LayoutTests/fast/dom/HTMLLinkElement/disabled-attribute-expected.txt

Issue 17827004: Include disabled stylesheets in document.styleSheets. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Changed expected result for mac Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 This test checks HTMLLinkElement disabled conforms to HTML5 spec for the bug id #45425 . 1 This test checks HTMLLinkElement disabled conforms to HTML5 spec for the bug id #45425 .
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS test.disabled is false 6 PASS test.disabled is false
7 PASS test.disabled is true 7 PASS test.disabled is true
8 FAIL test.sheet.disabled should be true. Was false. 8 PASS test.sheet.disabled is true
9 PASS test.sheet.disabled is false 9 PASS test.sheet.disabled is false
10 FAIL test.disabled should be false. Was true. 10 FAIL test.disabled should be false. Was true.
11 11
12 12
13 PASS test_nostyle.sheet is null 13 PASS test_nostyle.sheet is null
14 PASS test_nostyle.disabled is false 14 PASS test_nostyle.disabled is false
15 FAIL test_nostyle.disabled should be false. Was true. 15 FAIL test_nostyle.disabled should be false. Was true.
16 PASS successfullyParsed is true 16 PASS successfullyParsed is true
17 17
18 TEST COMPLETE 18 TEST COMPLETE
19 19
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698