summaryrefslogtreecommitdiffstats
path: root/testing/marionette/harness/marionette_harness/www/test_carets_iframe.html
blob: f6e6df9ba9df3d7a14d6053e147ca54739ce6979 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!-- 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>
  <style>
    *
    {
      -moz-user-select:none;
    }
  </style>
    <iframe id="frame" src="test_carets_longtext.html" style="width: 10em; height: 8em;"></iframe>
  </body>
</html>