| Index: LayoutTests/platform/chromium-linux/fast/css3-text/css3-text-indent/getComputedStyle/getComputedStyle-text-indent-expected.txt
|
| diff --git a/LayoutTests/fast/css3-text/css3-text-indent/getComputedStyle/getComputedStyle-text-indent-expected.txt b/LayoutTests/platform/chromium-linux/fast/css3-text/css3-text-indent/getComputedStyle/getComputedStyle-text-indent-expected.txt
|
| similarity index 50%
|
| copy from LayoutTests/fast/css3-text/css3-text-indent/getComputedStyle/getComputedStyle-text-indent-expected.txt
|
| copy to LayoutTests/platform/chromium-linux/fast/css3-text/css3-text-indent/getComputedStyle/getComputedStyle-text-indent-expected.txt
|
| index 4d504eda6a64fec16c10cb4185939e37305ad21c..4d0b84ac54a4a80a4f6c37fdbf8325505a5fa084 100644
|
| --- a/LayoutTests/fast/css3-text/css3-text-indent/getComputedStyle/getComputedStyle-text-indent-expected.txt
|
| +++ b/LayoutTests/platform/chromium-linux/fast/css3-text/css3-text-indent/getComputedStyle/getComputedStyle-text-indent-expected.txt
|
| @@ -16,8 +16,8 @@ PASS computedStyle.getPropertyValue('text-indent') is '100px'
|
| Value '20ex':
|
| PASS e.style.textIndent is '20ex'
|
| PASS e.style.getPropertyValue('text-indent') is '20ex'
|
| -PASS computedStyle.textIndent is '200px'
|
| -PASS computedStyle.getPropertyValue('text-indent') is '200px'
|
| +FAIL computedStyle.textIndent should be 200px. Was 160px.
|
| +FAIL computedStyle.getPropertyValue('text-indent') should be 200px. Was 160px.
|
|
|
| Value '50%':
|
| PASS e.style.textIndent is '50%'
|
| @@ -32,52 +32,52 @@ PASS computedStyle.textIndent is '30px'
|
| PASS computedStyle.getPropertyValue('text-indent') is '30px'
|
|
|
| Value '10em -webkit-each-line':
|
| -PASS e.style.textIndent is '10em -webkit-each-line'
|
| -PASS e.style.getPropertyValue('text-indent') is '10em -webkit-each-line'
|
| -PASS computedStyle.textIndent is '100px -webkit-each-line'
|
| -PASS computedStyle.getPropertyValue('text-indent') is '100px -webkit-each-line'
|
| +FAIL e.style.textIndent should be 10em -webkit-each-line. Was calc(10px + 20px).
|
| +FAIL e.style.getPropertyValue('text-indent') should be 10em -webkit-each-line. Was calc(10px + 20px).
|
| +FAIL computedStyle.textIndent should be 100px -webkit-each-line. Was 30px.
|
| +FAIL computedStyle.getPropertyValue('text-indent') should be 100px -webkit-each-line. Was 30px.
|
|
|
| Value '-webkit-each-line 10em':
|
| -PASS e.style.textIndent is '10em -webkit-each-line'
|
| -PASS e.style.getPropertyValue('text-indent') is '10em -webkit-each-line'
|
| -PASS computedStyle.textIndent is '100px -webkit-each-line'
|
| -PASS computedStyle.getPropertyValue('text-indent') is '100px -webkit-each-line'
|
| +FAIL e.style.textIndent should be 10em -webkit-each-line. Was calc(10px + 20px).
|
| +FAIL e.style.getPropertyValue('text-indent') should be 10em -webkit-each-line. Was calc(10px + 20px).
|
| +FAIL computedStyle.textIndent should be 100px -webkit-each-line. Was 30px.
|
| +FAIL computedStyle.getPropertyValue('text-indent') should be 100px -webkit-each-line. Was 30px.
|
|
|
| Value '20ex -webkit-each-line':
|
| -PASS e.style.textIndent is '20ex -webkit-each-line'
|
| -PASS e.style.getPropertyValue('text-indent') is '20ex -webkit-each-line'
|
| -PASS computedStyle.textIndent is '200px -webkit-each-line'
|
| -PASS computedStyle.getPropertyValue('text-indent') is '200px -webkit-each-line'
|
| +FAIL e.style.textIndent should be 20ex -webkit-each-line. Was calc(10px + 20px).
|
| +FAIL e.style.getPropertyValue('text-indent') should be 20ex -webkit-each-line. Was calc(10px + 20px).
|
| +FAIL computedStyle.textIndent should be 200px -webkit-each-line. Was 30px.
|
| +FAIL computedStyle.getPropertyValue('text-indent') should be 200px -webkit-each-line. Was 30px.
|
|
|
| Value '-webkit-each-line 20ex':
|
| -PASS e.style.textIndent is '20ex -webkit-each-line'
|
| -PASS e.style.getPropertyValue('text-indent') is '20ex -webkit-each-line'
|
| -PASS computedStyle.textIndent is '200px -webkit-each-line'
|
| -PASS computedStyle.getPropertyValue('text-indent') is '200px -webkit-each-line'
|
| +FAIL e.style.textIndent should be 20ex -webkit-each-line. Was calc(10px + 20px).
|
| +FAIL e.style.getPropertyValue('text-indent') should be 20ex -webkit-each-line. Was calc(10px + 20px).
|
| +FAIL computedStyle.textIndent should be 200px -webkit-each-line. Was 30px.
|
| +FAIL computedStyle.getPropertyValue('text-indent') should be 200px -webkit-each-line. Was 30px.
|
|
|
| Value '30% -webkit-each-line':
|
| -PASS e.style.textIndent is '30% -webkit-each-line'
|
| -PASS e.style.getPropertyValue('text-indent') is '30% -webkit-each-line'
|
| -PASS computedStyle.textIndent is '30% -webkit-each-line'
|
| -PASS computedStyle.getPropertyValue('text-indent') is '30% -webkit-each-line'
|
| +FAIL e.style.textIndent should be 30% -webkit-each-line. Was calc(10px + 20px).
|
| +FAIL e.style.getPropertyValue('text-indent') should be 30% -webkit-each-line. Was calc(10px + 20px).
|
| +FAIL computedStyle.textIndent should be 30% -webkit-each-line. Was 30px.
|
| +FAIL computedStyle.getPropertyValue('text-indent') should be 30% -webkit-each-line. Was 30px.
|
|
|
| Value '-webkit-each-line 30%':
|
| -PASS e.style.textIndent is '30% -webkit-each-line'
|
| -PASS e.style.getPropertyValue('text-indent') is '30% -webkit-each-line'
|
| -PASS computedStyle.textIndent is '30% -webkit-each-line'
|
| -PASS computedStyle.getPropertyValue('text-indent') is '30% -webkit-each-line'
|
| +FAIL e.style.textIndent should be 30% -webkit-each-line. Was calc(10px + 20px).
|
| +FAIL e.style.getPropertyValue('text-indent') should be 30% -webkit-each-line. Was calc(10px + 20px).
|
| +FAIL computedStyle.textIndent should be 30% -webkit-each-line. Was 30px.
|
| +FAIL computedStyle.getPropertyValue('text-indent') should be 30% -webkit-each-line. Was 30px.
|
|
|
| Value 'calc(10px + 20px) -webkit-each-line':
|
| -PASS e.style.textIndent is 'calc(10px + 20px) -webkit-each-line'
|
| -PASS e.style.getPropertyValue('text-indent') is 'calc(10px + 20px) -webkit-each-line'
|
| -PASS computedStyle.textIndent is '30px -webkit-each-line'
|
| -PASS computedStyle.getPropertyValue('text-indent') is '30px -webkit-each-line'
|
| +FAIL e.style.textIndent should be calc(10px + 20px) -webkit-each-line. Was calc(10px + 20px).
|
| +FAIL e.style.getPropertyValue('text-indent') should be calc(10px + 20px) -webkit-each-line. Was calc(10px + 20px).
|
| +FAIL computedStyle.textIndent should be 30px -webkit-each-line. Was 30px.
|
| +FAIL computedStyle.getPropertyValue('text-indent') should be 30px -webkit-each-line. Was 30px.
|
|
|
| Value '-webkit-each-line calc(10px + 20px)':
|
| -PASS e.style.textIndent is 'calc(10px + 20px) -webkit-each-line'
|
| -PASS e.style.getPropertyValue('text-indent') is 'calc(10px + 20px) -webkit-each-line'
|
| -PASS computedStyle.textIndent is '30px -webkit-each-line'
|
| -PASS computedStyle.getPropertyValue('text-indent') is '30px -webkit-each-line'
|
| +FAIL e.style.textIndent should be calc(10px + 20px) -webkit-each-line. Was calc(10px + 20px).
|
| +FAIL e.style.getPropertyValue('text-indent') should be calc(10px + 20px) -webkit-each-line. Was calc(10px + 20px).
|
| +FAIL computedStyle.textIndent should be 30px -webkit-each-line. Was 30px.
|
| +FAIL computedStyle.getPropertyValue('text-indent') should be 30px -webkit-each-line. Was 30px.
|
|
|
|
|
| Invalid value test - '10m':
|
|
|