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

Unified Diff: headless/test/data/iframe.html

Issue 2385653003: Add a utility class for extracting details of the DOM (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
« no previous file with comments | « headless/test/data/dom_tree_test.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: headless/test/data/iframe.html
diff --git a/headless/test/data/iframe.html b/headless/test/data/iframe.html
new file mode 100644
index 0000000000000000000000000000000000000000..655c9658591526f38d0e85014c06edcd4dc4c7fa
--- /dev/null
+++ b/headless/test/data/iframe.html
@@ -0,0 +1,5 @@
+<html>
+<body>
+<h1>Hello from the iframe!</h1>
+</body>
+</html>
« no previous file with comments | « headless/test/data/dom_tree_test.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698