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

Side by Side Diff: LayoutTests/fast/css/link-disabled-attr-expected.txt

Issue 20262002: [css3-text] Implement text-decoration property shorthand (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed expectation for last-minute, newly added tests in revision 155705 Created 7 years, 4 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 | Annotate | Revision Log
OLDNEW
1 Series of tests to validate behavior of getting/setting link.disabled and link.s heet.disabled. 1 Series of tests to validate behavior of getting/setting link.disabled and link.s heet.disabled.
2 Test for bug 61400: REGRESSION(84329): Stylesheets on some pages do not load 2 Test for bug 61400: REGRESSION(84329): Stylesheets on some pages do not load
3 3
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
5 5
6 6
7 notsheet 7 notsheet
8 PASS link.sheet is null 8 PASS link.sheet is null
9 FAIL link.disabled should be false. Was true. 9 FAIL link.disabled should be false. Was true.
10 sheet 10 sheet
11 PASS link.sheet is non-null. 11 PASS link.sheet is non-null.
12 FAIL link.disabled should be true. Was false. 12 FAIL link.disabled should be true. Was false.
13 PASS link.sheet.disabled is true 13 PASS link.sheet.disabled is true
14 PASS getComputedStyle(testElement).textDecoration is "none" 14 PASS getComputedStyle(testElement).textDecoration is "none solid rgb(0, 0, 0)"
15 PASS link.disabled is false 15 PASS link.disabled is false
16 FAIL link.sheet.disabled should be false. Was true. 16 FAIL link.sheet.disabled should be false. Was true.
17 FAIL getComputedStyle(testElement).textDecoration should be line-through. Was no ne. 17 FAIL getComputedStyle(testElement).textDecoration should be line-through. Was no ne solid rgb(0, 0, 0).
18 altsheet 18 altsheet
19 FAIL link.disabled should be true. Was false. 19 FAIL link.disabled should be true. Was false.
20 PASS link.sheet is non-null. 20 PASS link.sheet is non-null.
21 FAIL getComputedStyle(testElement).backgroundColor should be rgb(0, 128, 0). Was rgba(0, 0, 0, 0). 21 FAIL getComputedStyle(testElement).backgroundColor should be rgb(0, 128, 0). Was rgba(0, 0, 0, 0).
22 FAIL link.disabled should be true. Was false. 22 FAIL link.disabled should be true. Was false.
23 PASS getComputedStyle(testElement).backgroundColor is originalBG 23 PASS getComputedStyle(testElement).backgroundColor is originalBG
24 PASS link.disabled is false 24 PASS link.disabled is false
25 FAIL getComputedStyle(testElement).backgroundColor should be rgb(0, 128, 0). Was rgba(0, 0, 0, 0). 25 FAIL getComputedStyle(testElement).backgroundColor should be rgb(0, 128, 0). Was rgba(0, 0, 0, 0).
26 PASS getComputedStyle(testElement).backgroundColor is originalBG 26 PASS getComputedStyle(testElement).backgroundColor is originalBG
27 PASS successfullyParsed is true 27 PASS successfullyParsed is true
28 28
29 TEST COMPLETE 29 TEST COMPLETE
30 30
OLDNEW
« no previous file with comments | « LayoutTests/fast/css/link-disabled-attr.html ('k') | LayoutTests/fast/css/style-enumerate-properties.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698