Index: LayoutTests/fast/css/getComputedStyle/getComputedStyle-with-before-element-expected.txt |
diff --git a/LayoutTests/fast/css/getComputedStyle/getComputedStyle-with-before-element-expected.txt b/LayoutTests/fast/css/getComputedStyle/getComputedStyle-with-before-element-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..fe3b6caa5f56da859092cdcbd163456c1c7160e9 |
--- /dev/null |
+++ b/LayoutTests/fast/css/getComputedStyle/getComputedStyle-with-before-element-expected.txt |
@@ -0,0 +1,21 @@ |
+Check getComputedStyle for ::before with various combinations of display and content. |
+ |
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
+ |
+ |
+PASS computed.color is 'rgb(0, 128, 0)' |
+PASS computed.display is 'inline' |
+PASS computed.color is 'rgb(0, 128, 0)' |
+PASS computed.display is 'none' |
+PASS computed.color is 'rgb(0, 128, 0)' |
+PASS computed.display is 'none' |
+PASS computed.color is 'rgb(0, 128, 0)' |
+PASS computed.display is 'inline' |
+PASS computed.color is 'rgb(0, 128, 0)' |
+PASS computed.display is 'inline' |
+PASS computed.color is 'rgb(0, 128, 0)' |
+PASS computed.display is 'inline' |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |
+ |