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

Unified 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 side-by-side diff with in-line comments
Download patch
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 4fd4e094d04ea37055a8e21eb4afe3424bc139cd..8d8393d26ef550c3a31eaff37936a1f79697744c 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
@@ -8,11 +8,11 @@ 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':
-PASS window.getComputedStyle(ancestor).getPropertyValue('text-indent') is '10px -webkit-each-line'
-PASS window.getComputedStyle(child).getPropertyValue('text-indent') 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 -webkit-each-line', while child is '10px':
-PASS window.getComputedStyle(ancestor).getPropertyValue('text-indent') is '10px -webkit-each-line'
+FAIL window.getComputedStyle(ancestor).getPropertyValue('text-indent') should be 10px -webkit-each-line. Was 10px.
PASS window.getComputedStyle(child).getPropertyValue('text-indent') is '10px'
PASS successfullyParsed is true

Powered by Google App Engine
This is Rietveld 408576698