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