summaryrefslogtreecommitdiffstats
path: root/chrome/test/data/dom_automation/frames/test.html
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/data/dom_automation/frames/test.html')
-rw-r--r--chrome/test/data/dom_automation/frames/test.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/chrome/test/data/dom_automation/frames/test.html b/chrome/test/data/dom_automation/frames/test.html
new file mode 100644
index 0000000..004c3e9
--- /dev/null
+++ b/chrome/test/data/dom_automation/frames/test.html
@@ -0,0 +1,12 @@
+<html>
+<head>
+<script>
+
+</script>
+</head>
+
+<frameset id="set" cols="25%,75%">
+<frame src="frame1.html">
+<frame src="frame2.html">
+</frameset>
+</html>