Index: LayoutTests/fast/exclusions/parsing/parsing-wrap-flow-expected.txt |
diff --git a/LayoutTests/fast/exclusions/parsing/parsing-wrap-flow-expected.txt b/LayoutTests/fast/exclusions/parsing/parsing-wrap-flow-expected.txt |
deleted file mode 100644 |
index 0487e5867dd7ad00c5b759177f1032b2065bf0de..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/exclusions/parsing/parsing-wrap-flow-expected.txt |
+++ /dev/null |
@@ -1,25 +0,0 @@ |
-Test parsing of the CSS wrap-flow property. |
- |
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
- |
- |
-PASS getCSSText("-webkit-wrap-flow", "auto") is "auto" |
-PASS getCSSText("-webkit-wrap-flow", "both") is "both" |
-PASS getCSSText("-webkit-wrap-flow", "start") is "start" |
-PASS getCSSText("-webkit-wrap-flow", "end") is "end" |
-PASS getCSSText("-webkit-wrap-flow", "maximum") is "maximum" |
-PASS getCSSText("-webkit-wrap-flow", "clear") is "clear" |
-PASS getCSSText("-webkit-wrap-flow", ";") is "" |
-PASS getCSSText("-webkit-wrap-flow", "5") is "" |
-PASS getCSSText("-webkit-wrap-flow", "-1.2") is "" |
-PASS getCSSText("-webkit-wrap-flow", "'string'") is "" |
-PASS getComputedStyleValue("-webkit-wrap-flow", "auto") is "auto" |
-PASS getComputedStyleValue("-webkit-wrap-flow", "5") is "auto" |
-PASS getComputedStyleValue("-webkit-wrap-flow", "'string'") is "auto" |
-PASS getChildComputedStyle("-webkit-wrap-flow", "auto", "start") is "start" |
-PASS getChildComputedStyle("-webkit-wrap-flow", "end", "auto") is "auto" |
-PASS getChildComputedStyle("-webkit-wrap-flow", "both", "clear") is "clear" |
-PASS successfullyParsed is true |
- |
-TEST COMPLETE |
- |