summaryrefslogtreecommitdiffstats
path: root/testing/marionette/harness/marionette_harness/www/test_iframe.html
blob: 7ed88665c5dbd3b24e8a7708adc14b35f6bf557f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!-- This Source Code Form is subject to the terms of the Mozilla Public
   - License, v. 2.0. If a copy of the MPL was not distributed with this
   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->

<!doctype html>
<html>
<head>
<title>Marionette IFrame Test</title>
</head>
<body>
  <h1 id="iframe_page_heading">This is the heading</h1>

  <iframe src="test.html" id="test_iframe"></iframe>
  <iframe src="test.html" id="test_iframe" name="test_iframe_name"></iframe>
</body>
</html>