summaryrefslogtreecommitdiffstats
path: root/testing/marionette/harness/marionette_harness/www/layout/test_carets_iframe.html
blob: 175d3c3d5c4a4b86021ed628cb9fd2b784035db4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!-- 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 id="html">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Marionette tests for AccessibleCaret in selection mode (iframe)</title>
  </head>
  <body>
    <iframe id="frame" src="test_carets_longtext.html" style="width: 10em; height: 8em;"></iframe>
    <input id="input" value="ABC DEF GHI">
  </body>
</html>