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-named-flow-event-region-in-flexbox-overset-change-expected.txt

Issue 17176018: [CSS Regions] Add new regionOversetChange event (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Integrated styling fixes 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-named-flow-event-region-in-flexbox-overset-change-expected.txt
diff --git a/LayoutTests/fast/regions/webkit-named-flow-event-no-regions-expected.txt b/LayoutTests/fast/regions/webkit-named-flow-event-region-in-flexbox-overset-change-expected.txt
similarity index 59%
copy from LayoutTests/fast/regions/webkit-named-flow-event-no-regions-expected.txt
copy to LayoutTests/fast/regions/webkit-named-flow-event-region-in-flexbox-overset-change-expected.txt
index ea2b21933164def17e2c050be396200898f29211..8818de9f426cb580d9b4e9d36e401bd05da51bf3 100644
--- a/LayoutTests/fast/regions/webkit-named-flow-event-no-regions-expected.txt
+++ b/LayoutTests/fast/regions/webkit-named-flow-event-region-in-flexbox-overset-change-expected.txt
@@ -1,13 +1,13 @@
-Tests regionLayoutEvent being dispatched when the region chain is removed
+Tests the regionOversetChange event for regions inside flexboxes
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-Flow content
+Flowing content into regions...
PASS event.target.name is "article"
-Removing region 1
-Removing region 2
+Engaging flexbox...
PASS event.target.name is "article"
+PASS eventFiredCount is 2
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698