summaryrefslogtreecommitdiffstats
path: root/chrome/test/data/dom_automation/frames/frame1.html
diff options
context:
space:
mode:
authorkkania@chromium.org <kkania@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-17 00:19:32 +0000
committerkkania@chromium.org <kkania@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-17 00:19:32 +0000
commitc158a6699a9f5e5f56d913c0b06e0d83e8358591 (patch)
tree727e3eb0a5aac10658e35d2e389b057faed103bf /chrome/test/data/dom_automation/frames/frame1.html
parentc7eca5b2c6f9a527d18d00486d2d7cd7dca9c7b1 (diff)
downloadchromium_src-c158a6699a9f5e5f56d913c0b06e0d83e8358591.zip
chromium_src-c158a6699a9f5e5f56d913c0b06e0d83e8358591.tar.gz
chromium_src-c158a6699a9f5e5f56d913c0b06e0d83e8358591.tar.bz2
Add support for DOM interaction in browser tests via C++.
BUG=none TEST=none Review URL: http://codereview.chromium.org/660046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41789 0039d316-1c4b-4281-b951-d872f2087c98
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>