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

Unified Diff: LayoutTests/fast/regions/webkit-named-flow-event-target-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-target-expected.txt
diff --git a/LayoutTests/fast/regions/webkit-named-flow-event-target-expected.txt b/LayoutTests/fast/regions/webkit-named-flow-event-target-expected.txt
index da8e54d6b10153d6039bce41734eae62daa32aaf..cd164845c4c6d4ea748def12b7828536c1c99441 100644
--- a/LayoutTests/fast/regions/webkit-named-flow-event-target-expected.txt
+++ b/LayoutTests/fast/regions/webkit-named-flow-event-target-expected.txt
@@ -5,14 +5,13 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
Flow content
PASS event.target.name is "article"
-PASS 2 is >= updatedCount
PASS getFlowByName("article") is non-null.
PASS recreated is false
PASS getFlowByName("article") is null
PASS event.target.name is "article"
-PASS 2 is >= updatedCount
PASS recreated is true
PASS getFlowByName("article") is non-null.
+PASS updatedCount is 2
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698