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

Side by Side 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: 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 unified diff | Download patch
OLDNEW
1 Tests the the NamedFlow object behavior as an EventTarget 1 Tests the the NamedFlow object behavior as an EventTarget
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 Flow content 6 Flow content
7 PASS event.target.name is "article" 7 PASS event.target.name is "article"
8 PASS 2 is >= updatedCount
9 PASS getFlowByName("article") is non-null. 8 PASS getFlowByName("article") is non-null.
10 PASS recreated is false 9 PASS recreated is false
11 PASS getFlowByName("article") is null 10 PASS getFlowByName("article") is null
12 PASS event.target.name is "article" 11 PASS event.target.name is "article"
13 PASS 2 is >= updatedCount
14 PASS recreated is true 12 PASS recreated is true
15 PASS getFlowByName("article") is non-null. 13 PASS getFlowByName("article") is non-null.
14 PASS updatedCount is 2
16 PASS successfullyParsed is true 15 PASS successfullyParsed is true
17 16
18 TEST COMPLETE 17 TEST COMPLETE
19 18
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698