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