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

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

Issue 2180853003: DevTools: follow up to the widget hierarchy change, account for local widget reparending. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 This tests that events are properly propagated through Widget hierarchy. 1 This tests that events are properly propagated through Widget hierarchy.
2 2
3 3
4 Running: testShowWidget 4 Running: testShowWidget
5 Widget() 5 Widget()
6 Widget.show() 6 Widget.show()
7 Widget.wasShown() 7 Widget.wasShown()
8 Widget.onResize() 8 Widget.onResize()
9 Widget.detach() 9 Widget.detach()
10 Widget.willHide() 10 Widget.willHide()
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
237 Parent.detach() 237 Parent.detach()
238 Child.willHide() 238 Child.willHide()
239 Parent.willHide() 239 Parent.willHide()
240 240
241 Running: testAlienParent 241 Running: testAlienParent
242 Parent() 242 Parent()
243 Parent() 243 Parent()
244 Child() 244 Child()
245 Error: Attempt to show under node belonging to alien widget 245 Error: Attempt to show under node belonging to alien widget
246 246
247 Running: testReparentWithinWidget
248 Parent()
249 Parent.show()
250 Parent.wasShown()
251 Parent.onResize()
252 Child()
253 Child.show()
254 Child.wasShown()
255 Child.onResize()
256 Child.show()
257 Child.onResize()
258
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698