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

Unified Diff: LayoutTests/fast/regions/css-regions-disabled-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/css-regions-disabled-expected.txt
diff --git a/LayoutTests/fast/regions/css-regions-disabled-expected.txt b/LayoutTests/fast/regions/css-regions-disabled-expected.txt
index fa55f8df4ea3d9a0008b9ca3a77877a88cf64f86..eaa36f53b7f67b1f767e6432ca36db1f6ce3a07b 100644
--- a/LayoutTests/fast/regions/css-regions-disabled-expected.txt
+++ b/LayoutTests/fast/regions/css-regions-disabled-expected.txt
@@ -11,10 +11,10 @@ PASS testWebKitFlowFrom("-webkit-flow-from: first-flow") is ""
PASS testWebKitFlowFrom("-webkit-flow-from: none") is ""
PASS testComputedStyleWebKitFlowFrom("first-flow") is "none"
PASS testComputedStyleWebKitFlowFrom("none") is "none"
-PASS testWebKitRegionOverflow("-webkit-region-overflow: auto") is ""
-PASS testWebKitRegionOverflow("-webkit-region-overflow: break") is ""
-PASS testComputedStyleWebKitRegionOverflow("auto") is "auto"
-PASS testComputedStyleWebKitRegionOverflow("break") is "auto"
+PASS testWebKitRegionFragment("-webkit-region-fragment: auto") is ""
+PASS testWebKitRegionFragment("-webkit-region-fragment: break") is ""
+PASS testComputedStyleWebKitRegionFragment("auto") is "auto"
+PASS testComputedStyleWebKitRegionFragment("break") is "auto"
PASS webkitRegionRuleIndex is -1
PASS successfullyParsed is true

Powered by Google App Engine
This is Rietveld 408576698