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 |