mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 02:47:31 +09:00
20 lines
616 B
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>
|