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

Unified Diff: LayoutTests/fast/regions/webkit-region-fragment-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-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
new file mode 100644
index 0000000000000000000000000000000000000000..4e258f7693a5b2a214020bad34400029d759ea3e
--- /dev/null
+++ b/LayoutTests/fast/regions/webkit-region-fragment-parsing-expected.txt
@@ -0,0 +1,25 @@
+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
+

Powered by Google App Engine
This is Rietveld 408576698