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

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

Issue 2373023002: Make DOM.getChildNodes & DOM.getDocument optionally pierce iframe boundaries (Closed)
Patch Set: Nits Created 4 years, 2 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/iframe.html
diff --git a/third_party/WebKit/LayoutTests/inspector-protocol/dom/resources/iframe.html b/third_party/WebKit/LayoutTests/inspector-protocol/dom/resources/iframe.html
new file mode 100644
index 0000000000000000000000000000000000000000..f416eb0df136d545e9437a8b8c5ad53ed1e66a2b
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/inspector-protocol/dom/resources/iframe.html
@@ -0,0 +1,5 @@
+<html>
+<body>
+<div id="element_in_an_iframe"></div>
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698