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

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

Issue 2168223002: DevTools: keep widgets in widget hierarchy upon hide, split attach/detach cycle from show/hide. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: lcean 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 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
231 Parent.show() 231 Parent.show()
232 Parent.wasShown() 232 Parent.wasShown()
233 Child.doResize() 233 Child.doResize()
234 Child.wasShown() 234 Child.wasShown()
235 Parent.onResize() 235 Parent.onResize()
236 Child.onResize() 236 Child.onResize()
237 Parent.detach() 237 Parent.detach()
238 Child.willHide() 238 Child.willHide()
239 Parent.willHide() 239 Parent.willHide()
240 240
241 Running: testAlienParent
242 Parent()
243 Parent()
244 Child()
245 Error: Attempt to show under node belonging to alien widget
246
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698