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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/components/widget-events-expected.txt

Issue 1814963002: Use process/control messages (instead of RVH messages) for layout tests. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebasing... Created 4 years, 3 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 CONSOLE MESSAGE: line 1727: console.trace
2 CONSOLE MESSAGE: line 1727: console.trace
3 CONSOLE MESSAGE: line 1727: console.trace
4 CONSOLE MESSAGE: line 1727: console.trace
5 CONSOLE MESSAGE: line 1727: console.trace
6 CONSOLE MESSAGE: line 1727: console.trace
7 CONSOLE MESSAGE: line 1727: console.trace
8 CONSOLE MESSAGE: line 1727: console.trace
1 This tests that events are properly propagated through Widget hierarchy. 9 This tests that events are properly propagated through Widget hierarchy.
2 10
3 11
4 Running: testShowWidget 12 Running: testShowWidget
5 Widget() 13 Widget()
6 Widget.show() 14 Widget.show()
7 Widget.wasShown() 15 Widget.wasShown()
8 Widget.onResize() 16 Widget.onResize()
9 Widget.detach() 17 Widget.detach()
10 Widget.willHide() 18 Widget.willHide()
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
249 Parent.show() 257 Parent.show()
250 Parent.wasShown() 258 Parent.wasShown()
251 Parent.onResize() 259 Parent.onResize()
252 Child() 260 Child()
253 Child.show() 261 Child.show()
254 Child.wasShown() 262 Child.wasShown()
255 Child.onResize() 263 Child.onResize()
256 Child.show() 264 Child.show()
257 Child.onResize() 265 Child.onResize()
258 266
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698