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

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

Issue 17155007: [CSS3] Parsing the property, text-justify. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@parsingTextJustify
Patch Set: Created 7 years, 6 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
(Empty)
1 This test checks that the value of -webkit-text-justify is properly inherited to the child.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 Value of ancestor is 'auto':
7 FAIL window.getComputedStyle(ancestor).getPropertyCSSValue('-webkit-text-justify ').cssText should be auto. Threw exception TypeError: Cannot read property 'cssT ext' of null
8 FAIL window.getComputedStyle(child).getPropertyCSSValue('-webkit-text-justify'). cssText should be auto. Threw exception TypeError: Cannot read property 'cssText ' of null
9
10 Value of ancestor is 'none':
11 FAIL window.getComputedStyle(ancestor).getPropertyCSSValue('-webkit-text-justify ').cssText should be none. Threw exception TypeError: Cannot read property 'cssT ext' of null
12 FAIL window.getComputedStyle(child).getPropertyCSSValue('-webkit-text-justify'). cssText should be none. Threw exception TypeError: Cannot read property 'cssText ' of null
13
14 Value of ancestor is 'inter-word':
15 FAIL window.getComputedStyle(ancestor).getPropertyCSSValue('-webkit-text-justify ').cssText should be inter-word. Threw exception TypeError: Cannot read property 'cssText' of null
16 FAIL window.getComputedStyle(child).getPropertyCSSValue('-webkit-text-justify'). cssText should be inter-word. Threw exception TypeError: Cannot read property 'c ssText' of null
17
18 Value of ancestor is 'distribute':
19 FAIL window.getComputedStyle(ancestor).getPropertyCSSValue('-webkit-text-justify ').cssText should be distribute. Threw exception TypeError: Cannot read property 'cssText' of null
20 FAIL window.getComputedStyle(child).getPropertyCSSValue('-webkit-text-justify'). cssText should be distribute. Threw exception TypeError: Cannot read property 'c ssText' of null
21
22 Value of ancestor is 'inter-word, while child is 'none':
23 FAIL window.getComputedStyle(ancestor).getPropertyCSSValue('-webkit-text-justify ').cssText should be inter-word. Threw exception TypeError: Cannot read property 'cssText' of null
24 FAIL window.getComputedStyle(child).getPropertyCSSValue('-webkit-text-justify'). cssText should be none. Threw exception TypeError: Cannot read property 'cssText ' of null
25
26 Value of ancestor is 'inter-word, while child is 'distribute':
27 FAIL window.getComputedStyle(ancestor).getPropertyCSSValue('-webkit-text-justify ').cssText should be inter-word. Threw exception TypeError: Cannot read property 'cssText' of null
28 FAIL window.getComputedStyle(child).getPropertyCSSValue('-webkit-text-justify'). cssText should be distribute. Threw exception TypeError: Cannot read property 'c ssText' of null
29
30 PASS successfullyParsed is true
31
32 TEST COMPLETE
33 hello world
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698