Index: LayoutTests/fast/css/getComputedStyle/computed-style-redistribution-expected.txt |
diff --git a/LayoutTests/fast/css/getComputedStyle/computed-style-redistribution-expected.txt b/LayoutTests/fast/css/getComputedStyle/computed-style-redistribution-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..cbf17cf376ea916863580181d9724c57f17740c1 |
--- /dev/null |
+++ b/LayoutTests/fast/css/getComputedStyle/computed-style-redistribution-expected.txt |
@@ -0,0 +1,14 @@ |
+Check that getComputedStyle causes a shadow re-distribution when necessary. |
+ |
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
+ |
+ |
+PASS getComputedStyle(d1).color is red |
+PASS getComputedStyle(d2).color is green |
+PASS getComputedStyle(d1).color is green |
+PASS getComputedStyle(d2).color is red |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |
+A |
+ |