summaryrefslogtreecommitdiffstats
path: root/chrome/test/data/dom_automation/frames/frame1.html
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/data/dom_automation/frames/frame1.html')
-rw-r--r--chrome/test/data/dom_automation/frames/frame1.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/test/data/dom_automation/frames/frame1.html b/chrome/test/data/dom_automation/frames/frame1.html
new file mode 100644
index 0000000..4e02aab
--- /dev/null
+++ b/chrome/test/data/dom_automation/frames/frame1.html
@@ -0,0 +1,6 @@
+<html>
+<body>
+<iframe src="iframe1.html"></iframe>
+<div>frame 1</div>
+</body>
+</html>