Dactyloidae/testing/marionette/harness/marionette_harness/www/test_carets_iframe.html

20 lines
616 B
HTML

<!-- 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>