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

Unified Diff: LayoutTests/fast/regions/content-webkit-from-flow-parsing-expected.txt

Issue 159933010: Remove everything region-specific from LayoutTests. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 10 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/regions/content-webkit-from-flow-parsing-expected.txt
diff --git a/LayoutTests/fast/regions/content-webkit-from-flow-parsing-expected.txt b/LayoutTests/fast/regions/content-webkit-from-flow-parsing-expected.txt
deleted file mode 100644
index 14795439a0140ab9627480216ca9037cfeeedb70..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/regions/content-webkit-from-flow-parsing-expected.txt
+++ /dev/null
@@ -1,27 +0,0 @@
-Tests parsing of -webkit-flow-from property
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS testCSSText("-webkit-flow-from: first-flow") is "first-flow"
-PASS testCSSText("-webkit-flow-from: none") is "none"
-PASS testCSSText("-webkit-flow-from: ") is ""
-PASS testCSSText("-webkit-flow-from: 'first-flow'") is ""
-PASS testCSSText("-webkit-flow-from: 1") is ""
-PASS testCSSText("-webkit-flow-from: 1.2") is ""
-PASS testCSSText("-webkit-flow-from: -1") is ""
-PASS testCSSText("-webkit-flow-from: 12px") is ""
-PASS testCSSText("-webkit-from-flow: first flow") is ""
-PASS testComputedStyle("first-flow") is "first-flow"
-PASS testComputedStyle("'first flow'") is "none"
-PASS testComputedStyle("none") is "none"
-PASS testComputedStyle("initial") is "none"
-PASS testComputedStyle("inherit") is "none"
-PASS testComputedStyle("1") is "none"
-PASS testComputedStyle("1.2") is "none"
-PASS testComputedStyle("-1") is "none"
-PASS testComputedStyle("12px") is "none"
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698