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

Side by Side Diff: LayoutTests/fast/css3-text/css3-text-align-last/getComputedStyle/getComputedStyle-text-align-last-inherited-expected.txt

Issue 14631011: Update TestExpectations entries for previously skipped tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 7 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 This test checks that the value of -webkit-text-align-last is properly inherited to the child. 1 This test checks that the value of -webkit-text-align-last is properly inherited to the child.
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 Value of ancestor is 'start': 6 Value of ancestor is 'start':
7 PASS window.getComputedStyle(ancestor).getPropertyCSSValue('-webkit-text-align-l ast').cssText is 'start' 7 FAIL window.getComputedStyle(ancestor).getPropertyCSSValue('-webkit-text-align-l ast').cssText should be start. Threw exception TypeError: Cannot read property ' cssText' of null
8 PASS window.getComputedStyle(child).getPropertyCSSValue('-webkit-text-align-last ').cssText is 'start' 8 FAIL window.getComputedStyle(child).getPropertyCSSValue('-webkit-text-align-last ').cssText should be start. Threw exception TypeError: Cannot read property 'css Text' of null
9 9
10 Value of ancestor is 'end': 10 Value of ancestor is 'end':
11 PASS window.getComputedStyle(ancestor).getPropertyCSSValue('-webkit-text-align-l ast').cssText is 'end' 11 FAIL window.getComputedStyle(ancestor).getPropertyCSSValue('-webkit-text-align-l ast').cssText should be end. Threw exception TypeError: Cannot read property 'cs sText' of null
12 PASS window.getComputedStyle(child).getPropertyCSSValue('-webkit-text-align-last ').cssText is 'end' 12 FAIL window.getComputedStyle(child).getPropertyCSSValue('-webkit-text-align-last ').cssText should be end. Threw exception TypeError: Cannot read property 'cssTe xt' of null
13 13
14 Value of ancestor is 'left': 14 Value of ancestor is 'left':
15 PASS window.getComputedStyle(ancestor).getPropertyCSSValue('-webkit-text-align-l ast').cssText is 'left' 15 FAIL window.getComputedStyle(ancestor).getPropertyCSSValue('-webkit-text-align-l ast').cssText should be left. Threw exception TypeError: Cannot read property 'c ssText' of null
16 PASS window.getComputedStyle(child).getPropertyCSSValue('-webkit-text-align-last ').cssText is 'left' 16 FAIL window.getComputedStyle(child).getPropertyCSSValue('-webkit-text-align-last ').cssText should be left. Threw exception TypeError: Cannot read property 'cssT ext' of null
17 17
18 Value of ancestor is 'right': 18 Value of ancestor is 'right':
19 PASS window.getComputedStyle(ancestor).getPropertyCSSValue('-webkit-text-align-l ast').cssText is 'right' 19 FAIL window.getComputedStyle(ancestor).getPropertyCSSValue('-webkit-text-align-l ast').cssText should be right. Threw exception TypeError: Cannot read property ' cssText' of null
20 PASS window.getComputedStyle(child).getPropertyCSSValue('-webkit-text-align-last ').cssText is 'right' 20 FAIL window.getComputedStyle(child).getPropertyCSSValue('-webkit-text-align-last ').cssText should be right. Threw exception TypeError: Cannot read property 'css Text' of null
21 21
22 Value of ancestor is 'center': 22 Value of ancestor is 'center':
23 PASS window.getComputedStyle(ancestor).getPropertyCSSValue('-webkit-text-align-l ast').cssText is 'center' 23 FAIL window.getComputedStyle(ancestor).getPropertyCSSValue('-webkit-text-align-l ast').cssText should be center. Threw exception TypeError: Cannot read property 'cssText' of null
24 PASS window.getComputedStyle(child).getPropertyCSSValue('-webkit-text-align-last ').cssText is 'center' 24 FAIL window.getComputedStyle(child).getPropertyCSSValue('-webkit-text-align-last ').cssText should be center. Threw exception TypeError: Cannot read property 'cs sText' of null
25 25
26 Value of ancestor is 'justify': 26 Value of ancestor is 'justify':
27 PASS window.getComputedStyle(ancestor).getPropertyCSSValue('-webkit-text-align-l ast').cssText is 'justify' 27 FAIL window.getComputedStyle(ancestor).getPropertyCSSValue('-webkit-text-align-l ast').cssText should be justify. Threw exception TypeError: Cannot read property 'cssText' of null
28 PASS window.getComputedStyle(child).getPropertyCSSValue('-webkit-text-align-last ').cssText is 'justify' 28 FAIL window.getComputedStyle(child).getPropertyCSSValue('-webkit-text-align-last ').cssText should be justify. Threw exception TypeError: Cannot read property 'c ssText' of null
29 29
30 Value of ancestor is 'auto': 30 Value of ancestor is 'auto':
31 PASS window.getComputedStyle(ancestor).getPropertyCSSValue('-webkit-text-align-l ast').cssText is 'auto' 31 FAIL window.getComputedStyle(ancestor).getPropertyCSSValue('-webkit-text-align-l ast').cssText should be auto. Threw exception TypeError: Cannot read property 'c ssText' of null
32 PASS window.getComputedStyle(child).getPropertyCSSValue('-webkit-text-align-last ').cssText is 'auto' 32 FAIL window.getComputedStyle(child).getPropertyCSSValue('-webkit-text-align-last ').cssText should be auto. Threw exception TypeError: Cannot read property 'cssT ext' of null
33 33
34 Value of ancestor is 'start, while child is 'end': 34 Value of ancestor is 'start, while child is 'end':
35 PASS window.getComputedStyle(ancestor).getPropertyCSSValue('-webkit-text-align-l ast').cssText is 'start' 35 FAIL window.getComputedStyle(ancestor).getPropertyCSSValue('-webkit-text-align-l ast').cssText should be start. Threw exception TypeError: Cannot read property ' cssText' of null
36 PASS window.getComputedStyle(child).getPropertyCSSValue('-webkit-text-align-last ').cssText is 'end' 36 FAIL window.getComputedStyle(child).getPropertyCSSValue('-webkit-text-align-last ').cssText should be end. Threw exception TypeError: Cannot read property 'cssTe xt' of null
37 37
38 Value of ancestor is 'left, while child is 'right': 38 Value of ancestor is 'left, while child is 'right':
39 PASS window.getComputedStyle(ancestor).getPropertyCSSValue('-webkit-text-align-l ast').cssText is 'left' 39 FAIL window.getComputedStyle(ancestor).getPropertyCSSValue('-webkit-text-align-l ast').cssText should be left. Threw exception TypeError: Cannot read property 'c ssText' of null
40 PASS window.getComputedStyle(child).getPropertyCSSValue('-webkit-text-align-last ').cssText is 'right' 40 FAIL window.getComputedStyle(child).getPropertyCSSValue('-webkit-text-align-last ').cssText should be right. Threw exception TypeError: Cannot read property 'css Text' of null
41 41
42 PASS successfullyParsed is true 42 PASS successfullyParsed is true
43 43
44 TEST COMPLETE 44 TEST COMPLETE
45 hello world 45 hello world
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698