Index: LayoutTests/fast/css3-text/css3-text-indent/getComputedStyle/script-tests/getComputedStyle-text-indent-inherited.js |
diff --git a/LayoutTests/fast/css3-text/css3-text-indent/getComputedStyle/script-tests/getComputedStyle-text-indent-inherited.js b/LayoutTests/fast/css3-text/css3-text-indent/getComputedStyle/script-tests/getComputedStyle-text-indent-inherited.js |
index c3a7f000b01eaa741a04a68fb1de8f186a4cb107..a1f1021178632b2e60f9bc523ab91fbc9feef278 100644 |
--- a/LayoutTests/fast/css3-text/css3-text-indent/getComputedStyle/script-tests/getComputedStyle-text-indent-inherited.js |
+++ b/LayoutTests/fast/css3-text/css3-text-indent/getComputedStyle/script-tests/getComputedStyle-text-indent-inherited.js |
@@ -20,12 +20,12 @@ function inheritanceTest(ancestorValue) |
testComputedStyle(ancestorValue, ancestorValue); |
} |
-description("This tests check that the value of text-indent is properly inherited to the child."); |
+description("This test checks that the value of text-indent is properly inherited to the child."); |
ancestor = document.getElementById('ancestor'); |
child = document.getElementById('child'); |
inheritanceTest("10px"); |
-inheritanceTest("10px -webkit-each-line"); |
+inheritanceTest("10px each-line"); |
-ownValueTest("10px -webkit-each-line", "10px"); |
+ownValueTest("10px each-line", "10px"); |