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

Unified 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, 5 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: third_party/WebKit/LayoutTests/inspector/components/widget-events-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/components/widget-events-expected.txt b/third_party/WebKit/LayoutTests/inspector/components/widget-events-expected.txt
index f1e9cb329b77afeb72cb2b0506efddc67709fde7..ef05f0fc0a3bbd2a2bc3cbc44442142050af0a51 100644
--- a/third_party/WebKit/LayoutTests/inspector/components/widget-events-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/components/widget-events-expected.txt
@@ -244,3 +244,15 @@ Parent()
Child()
Error: Attempt to show under node belonging to alien widget
+Running: testReparentWithinWidget
+Parent()
+Parent.show()
+ Parent.wasShown()
+ Parent.onResize()
+Child()
+Child.show()
+ Child.wasShown()
+ Child.onResize()
+Child.show()
+ Child.onResize()
+

Powered by Google App Engine
This is Rietveld 408576698