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

Unified Diff: LayoutTests/fast/css3-text/css3-text-align-last/getComputedStyle/getComputedStyle-text-align-last-inherited-expected.txt

Issue 19041005: Introduce css3TextEnabled instead of CSS3_TEXT. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Patch for landing Created 7 years, 5 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-align-last/getComputedStyle/getComputedStyle-text-align-last-inherited-expected.txt
diff --git a/LayoutTests/fast/css3-text/css3-text-align-last/getComputedStyle/getComputedStyle-text-align-last-inherited-expected.txt b/LayoutTests/fast/css3-text/css3-text-align-last/getComputedStyle/getComputedStyle-text-align-last-inherited-expected.txt
index 4ff45d87c88d78b61ececc7114bab5e5ee92a5d7..2821a93750200c174ccfcfea97914b7b28c757ed 100644
--- a/LayoutTests/fast/css3-text/css3-text-align-last/getComputedStyle/getComputedStyle-text-align-last-inherited-expected.txt
+++ b/LayoutTests/fast/css3-text/css3-text-align-last/getComputedStyle/getComputedStyle-text-align-last-inherited-expected.txt
@@ -1,43 +1,43 @@
-This test checks that the value of -webkit-text-align-last is properly inherited to the child.
+This test checks that the value of text-align-last is properly inherited to the child.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
Value of ancestor is 'start':
-FAIL window.getComputedStyle(ancestor).getPropertyCSSValue('-webkit-text-align-last').cssText should be start. Threw exception TypeError: Cannot read property 'cssText' of null
-FAIL window.getComputedStyle(child).getPropertyCSSValue('-webkit-text-align-last').cssText should be start. Threw exception TypeError: Cannot read property 'cssText' of null
+PASS window.getComputedStyle(ancestor).getPropertyCSSValue('text-align-last').cssText is 'start'
+PASS window.getComputedStyle(child).getPropertyCSSValue('text-align-last').cssText is 'start'
Value of ancestor is 'end':
-FAIL window.getComputedStyle(ancestor).getPropertyCSSValue('-webkit-text-align-last').cssText should be end. Threw exception TypeError: Cannot read property 'cssText' of null
-FAIL window.getComputedStyle(child).getPropertyCSSValue('-webkit-text-align-last').cssText should be end. Threw exception TypeError: Cannot read property 'cssText' of null
+PASS window.getComputedStyle(ancestor).getPropertyCSSValue('text-align-last').cssText is 'end'
+PASS window.getComputedStyle(child).getPropertyCSSValue('text-align-last').cssText is 'end'
Value of ancestor is 'left':
-FAIL window.getComputedStyle(ancestor).getPropertyCSSValue('-webkit-text-align-last').cssText should be left. Threw exception TypeError: Cannot read property 'cssText' of null
-FAIL window.getComputedStyle(child).getPropertyCSSValue('-webkit-text-align-last').cssText should be left. Threw exception TypeError: Cannot read property 'cssText' of null
+PASS window.getComputedStyle(ancestor).getPropertyCSSValue('text-align-last').cssText is 'left'
+PASS window.getComputedStyle(child).getPropertyCSSValue('text-align-last').cssText is 'left'
Value of ancestor is 'right':
-FAIL window.getComputedStyle(ancestor).getPropertyCSSValue('-webkit-text-align-last').cssText should be right. Threw exception TypeError: Cannot read property 'cssText' of null
-FAIL window.getComputedStyle(child).getPropertyCSSValue('-webkit-text-align-last').cssText should be right. Threw exception TypeError: Cannot read property 'cssText' of null
+PASS window.getComputedStyle(ancestor).getPropertyCSSValue('text-align-last').cssText is 'right'
+PASS window.getComputedStyle(child).getPropertyCSSValue('text-align-last').cssText is 'right'
Value of ancestor is 'center':
-FAIL window.getComputedStyle(ancestor).getPropertyCSSValue('-webkit-text-align-last').cssText should be center. Threw exception TypeError: Cannot read property 'cssText' of null
-FAIL window.getComputedStyle(child).getPropertyCSSValue('-webkit-text-align-last').cssText should be center. Threw exception TypeError: Cannot read property 'cssText' of null
+PASS window.getComputedStyle(ancestor).getPropertyCSSValue('text-align-last').cssText is 'center'
+PASS window.getComputedStyle(child).getPropertyCSSValue('text-align-last').cssText is 'center'
Value of ancestor is 'justify':
-FAIL window.getComputedStyle(ancestor).getPropertyCSSValue('-webkit-text-align-last').cssText should be justify. Threw exception TypeError: Cannot read property 'cssText' of null
-FAIL window.getComputedStyle(child).getPropertyCSSValue('-webkit-text-align-last').cssText should be justify. Threw exception TypeError: Cannot read property 'cssText' of null
+PASS window.getComputedStyle(ancestor).getPropertyCSSValue('text-align-last').cssText is 'justify'
+PASS window.getComputedStyle(child).getPropertyCSSValue('text-align-last').cssText is 'justify'
Value of ancestor is 'auto':
-FAIL window.getComputedStyle(ancestor).getPropertyCSSValue('-webkit-text-align-last').cssText should be auto. Threw exception TypeError: Cannot read property 'cssText' of null
-FAIL window.getComputedStyle(child).getPropertyCSSValue('-webkit-text-align-last').cssText should be auto. Threw exception TypeError: Cannot read property 'cssText' of null
+PASS window.getComputedStyle(ancestor).getPropertyCSSValue('text-align-last').cssText is 'auto'
+PASS window.getComputedStyle(child).getPropertyCSSValue('text-align-last').cssText is 'auto'
Value of ancestor is 'start, while child is 'end':
-FAIL window.getComputedStyle(ancestor).getPropertyCSSValue('-webkit-text-align-last').cssText should be start. Threw exception TypeError: Cannot read property 'cssText' of null
-FAIL window.getComputedStyle(child).getPropertyCSSValue('-webkit-text-align-last').cssText should be end. Threw exception TypeError: Cannot read property 'cssText' of null
+PASS window.getComputedStyle(ancestor).getPropertyCSSValue('text-align-last').cssText is 'start'
+PASS window.getComputedStyle(child).getPropertyCSSValue('text-align-last').cssText is 'end'
Value of ancestor is 'left, while child is 'right':
-FAIL window.getComputedStyle(ancestor).getPropertyCSSValue('-webkit-text-align-last').cssText should be left. Threw exception TypeError: Cannot read property 'cssText' of null
-FAIL window.getComputedStyle(child).getPropertyCSSValue('-webkit-text-align-last').cssText should be right. Threw exception TypeError: Cannot read property 'cssText' of null
+PASS window.getComputedStyle(ancestor).getPropertyCSSValue('text-align-last').cssText is 'left'
+PASS window.getComputedStyle(child).getPropertyCSSValue('text-align-last').cssText is 'right'
PASS successfullyParsed is true

Powered by Google App Engine
This is Rietveld 408576698