test_carets_iframe.html (591B)
1 <!-- This Source Code Form is subject to the terms of the Mozilla Public 2 - License, v. 2.0. If a copy of the MPL was not distributed with this 3 - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> 4 5 <!DOCTYPE html> 6 <html id="html"> 7 <head> 8 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 9 <title>Marionette tests for AccessibleCaret in selection mode (iframe)</title> 10 </head> 11 <body> 12 <iframe id="frame" src="test_carets_longtext.html" style="width: 10em; height: 8em;"></iframe> 13 <input id="input" value="ABC DEF GHI"> 14 </body> 15 </html>