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

Unified Diff: third_party/WebKit/LayoutTests/inspector-protocol/dom/resources/simple-iframe.html

Issue 2346853002: Add a DOM.getLayoutTreeNodes devtools command (Closed)
Patch Set: Make it work with iframes 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/inspector-protocol/dom/resources/simple-iframe.html
diff --git a/chrome/test/data/extensions/api_test/bindings/message_sender/public.html b/third_party/WebKit/LayoutTests/inspector-protocol/dom/resources/simple-iframe.html
similarity index 56%
copy from chrome/test/data/extensions/api_test/bindings/message_sender/public.html
copy to third_party/WebKit/LayoutTests/inspector-protocol/dom/resources/simple-iframe.html
index 781a4838c8f390ad2cf959bda01f8fddbe107c38..785d352e0dd03f25ef19753a580fdccbec1d0d3d 100644
--- a/chrome/test/data/extensions/api_test/bindings/message_sender/public.html
+++ b/third_party/WebKit/LayoutTests/inspector-protocol/dom/resources/simple-iframe.html
@@ -1,5 +1,5 @@
<html>
<body>
-Hello World
+Hello from the iframe.
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698