summaryrefslogtreecommitdiffstats
path: root/testing/marionette/harness/marionette_harness/www/layout/test_carets_iframe_scroll.html
blob: 5f4b00e5bddd8160b8e7471c4efd6a7c4c806386 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
  <title>Bug 1657256: Test select word, scroll up, and drag AccessibleCaret.</title>
  <style>
  :root {
    font: 16px/1.25 monospace;
  }
  </style>

  <iframe id="iframe" src="test_carets_iframe_scroll_inner.html" style="width: 6em; height: 8em;"></iframe>
</html>