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

Unified Diff: LayoutTests/fast/regions/webkit-region-overflow-parsing-expected.txt

Issue 16690004: [CSS Regions] Rename region-overflow to region-fragment (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Patch Created 7 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/regions/webkit-region-overflow-parsing-expected.txt
diff --git a/LayoutTests/fast/regions/webkit-region-overflow-parsing-expected.txt b/LayoutTests/fast/regions/webkit-region-overflow-parsing-expected.txt
deleted file mode 100644
index 2e5de070122dcfcbbca402da0af40b3a84dadc5e..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/regions/webkit-region-overflow-parsing-expected.txt
+++ /dev/null
@@ -1,25 +0,0 @@
-Tests parsing of webkit-region-overflow property
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS testCSSText("-webkit-region-overflow: auto") is "auto"
-PASS testCSSText("-webkit-region-overflow: initial") is "initial"
-PASS testCSSText("-webkit-region-overflow: inherit") is "inherit"
-PASS testCSSText("-webkit-region-overflow: break") is "break"
-PASS testCSSText("-webkit-region-overflow: 0") is ""
-PASS testCSSText("-webkit-region-overflow: -1") is ""
-PASS testCSSText("-webkit-region-overflow: 12.5") is ""
-PASS testCSSText("-webkit-region-overflow: 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
-

Powered by Google App Engine
This is Rietveld 408576698