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

Side by Side Diff: LayoutTests/fast/css3-text/css3-text-indent/getComputedStyle/getComputedStyle-text-indent-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 tests check that the value of text-indent is properly inherited to the chil d. 1 This tests check that the value of text-indent is properly inherited to the chil d.
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 '10px': 6 Value of ancestor is '10px':
7 PASS window.getComputedStyle(ancestor).getPropertyValue('text-indent') is '10px' 7 PASS window.getComputedStyle(ancestor).getPropertyValue('text-indent') is '10px'
8 PASS window.getComputedStyle(child).getPropertyValue('text-indent') is '10px' 8 PASS window.getComputedStyle(child).getPropertyValue('text-indent') is '10px'
9 9
10 Value of ancestor is '10px -webkit-each-line': 10 Value of ancestor is '10px -webkit-each-line':
11 PASS window.getComputedStyle(ancestor).getPropertyValue('text-indent') is '10px -webkit-each-line' 11 FAIL window.getComputedStyle(ancestor).getPropertyValue('text-indent') should be 10px -webkit-each-line. Was 10px.
12 PASS window.getComputedStyle(child).getPropertyValue('text-indent') is '10px -we bkit-each-line' 12 FAIL window.getComputedStyle(child).getPropertyValue('text-indent') should be 10 px -webkit-each-line. Was 10px.
13 13
14 Value of ancestor is '10px -webkit-each-line', while child is '10px': 14 Value of ancestor is '10px -webkit-each-line', while child is '10px':
15 PASS window.getComputedStyle(ancestor).getPropertyValue('text-indent') is '10px -webkit-each-line' 15 FAIL window.getComputedStyle(ancestor).getPropertyValue('text-indent') should be 10px -webkit-each-line. Was 10px.
16 PASS window.getComputedStyle(child).getPropertyValue('text-indent') is '10px' 16 PASS window.getComputedStyle(child).getPropertyValue('text-indent') is '10px'
17 17
18 PASS successfullyParsed is true 18 PASS successfullyParsed is true
19 19
20 TEST COMPLETE 20 TEST COMPLETE
21 21
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698