Index: LayoutTests/fast/css/quotes-computedstyle-expected.txt |
diff --git a/LayoutTests/fast/css/quotes-computedstyle-expected.txt b/LayoutTests/fast/css/quotes-computedstyle-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..f63754ab553cf394feadcd0178ed396024c7e983 |
--- /dev/null |
+++ b/LayoutTests/fast/css/quotes-computedstyle-expected.txt |
@@ -0,0 +1,15 @@ |
+Tests the computed style of quotes property. |
+ |
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
+ |
+ |
+PASS getComputedStyle(child1).quotes is "none" |
+PASS getComputedStyle(child1).getPropertyValue('quotes') is "none" |
+PASS getComputedStyle(child2).quotes is "\"<<\" \">>\" \"<\" \">\"" |
+PASS getComputedStyle(child2).getPropertyValue('quotes') is "\"<<\" \">>\" \"<\" \">\"" |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |
+Before q1-text q2-text q1-text after. |
+ |
+Before q1-text q2-text q1-text after. |