Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(110)

Unified Diff: LayoutTests/fast/exclusions/parsing/parsing-wrap-flow-expected.txt

Issue 359023002: Remove CSS Exclusions leftovers (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase against ToT Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
-

Powered by Google App Engine
This is Rietveld 408576698