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

Unified Diff: LayoutTests/fast/regions/webkit-region-fragment-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/webkit-region-fragment-parsing-expected.txt
diff --git a/LayoutTests/fast/regions/webkit-region-fragment-parsing-expected.txt b/LayoutTests/fast/regions/webkit-region-fragment-parsing-expected.txt
deleted file mode 100644
index 4e258f7693a5b2a214020bad34400029d759ea3e..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/regions/webkit-region-fragment-parsing-expected.txt
+++ /dev/null
@@ -1,25 +0,0 @@
-Tests parsing of webkit-region-fragment property
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS testCSSText("-webkit-region-fragment: auto") is "auto"
-PASS testCSSText("-webkit-region-fragment: initial") is "initial"
-PASS testCSSText("-webkit-region-fragment: inherit") is "inherit"
-PASS testCSSText("-webkit-region-fragment: break") is "break"
-PASS testCSSText("-webkit-region-fragment: 0") is ""
-PASS testCSSText("-webkit-region-fragment: -1") is ""
-PASS testCSSText("-webkit-region-fragment: 12.5") is ""
-PASS testCSSText("-webkit-region-fragment: 1px") is ""
-PASS testComputedStyle("auto") is "auto"
-PASS testComputedStyle("initial") is "auto"
-PASS testComputedStyle("inherit") is "auto"
-PASS testComputedStyle("break") is "break"
-PASS testComputedStyle("0") is "auto"
-PASS testComputedStyle("-1") is "auto"
-PASS testComputedStyle("12.5") is "auto"
-PASS testComputedStyle("1px") is "auto"
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
« no previous file with comments | « LayoutTests/fast/regions/webkit-region-fragment-parsing.html ('k') | LayoutTests/fast/regions/wheel-scroll.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698