Index: LayoutTests/fast/css3-text/css3-text-justify/getComputedStyle/getComputedStyle-text-justify-inherited-expected.txt |
diff --git a/LayoutTests/fast/css3-text/css3-text-justify/getComputedStyle/getComputedStyle-text-justify-inherited-expected.txt b/LayoutTests/fast/css3-text/css3-text-justify/getComputedStyle/getComputedStyle-text-justify-inherited-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..dc74057bed1a4913f6406a0f40d994689ad3866d |
--- /dev/null |
+++ b/LayoutTests/fast/css3-text/css3-text-justify/getComputedStyle/getComputedStyle-text-justify-inherited-expected.txt |
@@ -0,0 +1,33 @@ |
+This test checks that the value of -webkit-text-justify is properly inherited to the child. |
+ |
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
+ |
+ |
+Value of ancestor is 'auto': |
+FAIL window.getComputedStyle(ancestor).getPropertyCSSValue('-webkit-text-justify').cssText should be auto. Threw exception TypeError: Cannot read property 'cssText' of null |
+FAIL window.getComputedStyle(child).getPropertyCSSValue('-webkit-text-justify').cssText should be auto. Threw exception TypeError: Cannot read property 'cssText' of null |
+ |
+Value of ancestor is 'none': |
+FAIL window.getComputedStyle(ancestor).getPropertyCSSValue('-webkit-text-justify').cssText should be none. Threw exception TypeError: Cannot read property 'cssText' of null |
+FAIL window.getComputedStyle(child).getPropertyCSSValue('-webkit-text-justify').cssText should be none. Threw exception TypeError: Cannot read property 'cssText' of null |
+ |
+Value of ancestor is 'inter-word': |
+FAIL window.getComputedStyle(ancestor).getPropertyCSSValue('-webkit-text-justify').cssText should be inter-word. Threw exception TypeError: Cannot read property 'cssText' of null |
+FAIL window.getComputedStyle(child).getPropertyCSSValue('-webkit-text-justify').cssText should be inter-word. Threw exception TypeError: Cannot read property 'cssText' of null |
+ |
+Value of ancestor is 'distribute': |
+FAIL window.getComputedStyle(ancestor).getPropertyCSSValue('-webkit-text-justify').cssText should be distribute. Threw exception TypeError: Cannot read property 'cssText' of null |
+FAIL window.getComputedStyle(child).getPropertyCSSValue('-webkit-text-justify').cssText should be distribute. Threw exception TypeError: Cannot read property 'cssText' of null |
+ |
+Value of ancestor is 'inter-word, while child is 'none': |
+FAIL window.getComputedStyle(ancestor).getPropertyCSSValue('-webkit-text-justify').cssText should be inter-word. Threw exception TypeError: Cannot read property 'cssText' of null |
+FAIL window.getComputedStyle(child).getPropertyCSSValue('-webkit-text-justify').cssText should be none. Threw exception TypeError: Cannot read property 'cssText' of null |
+ |
+Value of ancestor is 'inter-word, while child is 'distribute': |
+FAIL window.getComputedStyle(ancestor).getPropertyCSSValue('-webkit-text-justify').cssText should be inter-word. Threw exception TypeError: Cannot read property 'cssText' of null |
+FAIL window.getComputedStyle(child).getPropertyCSSValue('-webkit-text-justify').cssText should be distribute. Threw exception TypeError: Cannot read property 'cssText' of null |
+ |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |
+hello world |