| Index: LayoutTests/fast/css3-text/css3-text-indent/getComputedStyle/getComputedStyle-text-indent-inherited-expected.txt
|
| diff --git a/LayoutTests/fast/css3-text/css3-text-indent/getComputedStyle/getComputedStyle-text-indent-inherited-expected.txt b/LayoutTests/fast/css3-text/css3-text-indent/getComputedStyle/getComputedStyle-text-indent-inherited-expected.txt
|
| index 8d8393d26ef550c3a31eaff37936a1f79697744c..514c7db180a253d4bcdad98e1eb8de761c11a641 100644
|
| --- a/LayoutTests/fast/css3-text/css3-text-indent/getComputedStyle/getComputedStyle-text-indent-inherited-expected.txt
|
| +++ b/LayoutTests/fast/css3-text/css3-text-indent/getComputedStyle/getComputedStyle-text-indent-inherited-expected.txt
|
| @@ -1,4 +1,4 @@
|
| -This tests check that the value of text-indent is properly inherited to the child.
|
| +This test checks that the value of text-indent is properly inherited to the child.
|
|
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|
| @@ -7,12 +7,12 @@ Value of ancestor is '10px':
|
| PASS window.getComputedStyle(ancestor).getPropertyValue('text-indent') is '10px'
|
| PASS window.getComputedStyle(child).getPropertyValue('text-indent') is '10px'
|
|
|
| -Value of ancestor is '10px -webkit-each-line':
|
| -FAIL window.getComputedStyle(ancestor).getPropertyValue('text-indent') should be 10px -webkit-each-line. Was 10px.
|
| -FAIL window.getComputedStyle(child).getPropertyValue('text-indent') should be 10px -webkit-each-line. Was 10px.
|
| +Value of ancestor is '10px each-line':
|
| +PASS window.getComputedStyle(ancestor).getPropertyValue('text-indent') is '10px each-line'
|
| +PASS window.getComputedStyle(child).getPropertyValue('text-indent') is '10px each-line'
|
|
|
| -Value of ancestor is '10px -webkit-each-line', while child is '10px':
|
| -FAIL window.getComputedStyle(ancestor).getPropertyValue('text-indent') should be 10px -webkit-each-line. Was 10px.
|
| +Value of ancestor is '10px each-line', while child is '10px':
|
| +PASS window.getComputedStyle(ancestor).getPropertyValue('text-indent') is '10px each-line'
|
| PASS window.getComputedStyle(child).getPropertyValue('text-indent') is '10px'
|
|
|
| PASS successfullyParsed is true
|
|
|