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

Side by Side Diff: LayoutTests/fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyle-text-underline-position-expected.txt

Issue 18445003: Some rebaselines in the spirit of https://groups.google.com/a/chromium.org/forum/#!search/on$20layo… (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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 | Annotate | Revision Log
OLDNEW
1 Test to make sure -webkit-text-underline-position property returns values proper ly. 1 Test to make sure -webkit-text-underline-position property returns values proper ly.
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 Initial value: 6 Initial value:
7 PASS e.style.getPropertyCSSValue('-webkit-text-underline-position') is null 7 PASS e.style.getPropertyCSSValue('-webkit-text-underline-position') is null
8 FAIL computedStyle.webkitTextUnderlinePosition should be auto (of type string). Was undefined (of type undefined). 8 FAIL computedStyle.webkitTextUnderlinePosition should be auto (of type string). Was undefined (of type undefined).
9 FAIL computedStyle.getPropertyCSSValue('-webkit-text-underline-position').toStri ng() should be [object CSSPrimitiveValue]. Threw exception TypeError: Cannot cal l method 'toString' of null 9 FAIL computedStyle.getPropertyCSSValue('-webkit-text-underline-position').toStri ng() should be [object CSSPrimitiveValue]. Threw exception TypeError: Cannot cal l method 'toString' of null
10 FAIL computedStyle.getPropertyCSSValue('-webkit-text-underline-position').cssTex t should be auto. Threw exception TypeError: Cannot read property 'cssText' of n ull 10 FAIL computedStyle.getPropertyCSSValue('-webkit-text-underline-position').cssTex t should be auto. Threw exception TypeError: Cannot read property 'cssText' of n ull
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 Value 'under under': 62 Value 'under under':
63 PASS e.style.getPropertyCSSValue('-webkit-text-underline-position') is null 63 PASS e.style.getPropertyCSSValue('-webkit-text-underline-position') is null
64 64
65 Value 'under under under': 65 Value 'under under under':
66 PASS e.style.getPropertyCSSValue('-webkit-text-underline-position') is null 66 PASS e.style.getPropertyCSSValue('-webkit-text-underline-position') is null
67 67
68 PASS successfullyParsed is true 68 PASS successfullyParsed is true
69 69
70 TEST COMPLETE 70 TEST COMPLETE
71 71
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698