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 514c7db180a253d4bcdad98e1eb8de761c11a641..e251179f2073f33b63b8dc3640d503b660220e94 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 |
@@ -11,10 +11,26 @@ Value of ancestor is '10px each-line': |
PASS window.getComputedStyle(ancestor).getPropertyValue('text-indent') is '10px each-line' |
PASS window.getComputedStyle(child).getPropertyValue('text-indent') is '10px each-line' |
+Value of ancestor is '10px hanging': |
+PASS window.getComputedStyle(ancestor).getPropertyValue('text-indent') is '10px hanging' |
+PASS window.getComputedStyle(child).getPropertyValue('text-indent') is '10px hanging' |
+ |
+Value of ancestor is '10px each-line hanging': |
+PASS window.getComputedStyle(ancestor).getPropertyValue('text-indent') is '10px each-line hanging' |
+PASS window.getComputedStyle(child).getPropertyValue('text-indent') is '10px each-line hanging' |
+ |
Value of ancestor is '10px each-line', while child is '10px': |
PASS window.getComputedStyle(ancestor).getPropertyValue('text-indent') is '10px each-line' |
PASS window.getComputedStyle(child).getPropertyValue('text-indent') is '10px' |
+Value of ancestor is '10px hanging', while child is '10px': |
+PASS window.getComputedStyle(ancestor).getPropertyValue('text-indent') is '10px hanging' |
+PASS window.getComputedStyle(child).getPropertyValue('text-indent') is '10px' |
+ |
+Value of ancestor is '10px each-line hanging', while child is '10px': |
+PASS window.getComputedStyle(ancestor).getPropertyValue('text-indent') is '10px each-line hanging' |
+PASS window.getComputedStyle(child).getPropertyValue('text-indent') is '10px' |
+ |
PASS successfullyParsed is true |
TEST COMPLETE |