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

Unified Diff: LayoutTests/platform/chromium-linux/fast/css3-text/css3-text-indent/getComputedStyle/getComputedStyle-text-indent-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 side-by-side diff with in-line comments
Download patch
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':

Powered by Google App Engine
This is Rietveld 408576698