1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/browser/metro/base/tests/mochitest/browser_selection_caretfocus.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,13 @@ 1.4 +<!DOCTYPE html> 1.5 +<html> 1.6 + <head> 1.7 + </head> 1.8 +<body> 1.9 +<input id="Text1" style="width:300px;" value="text input text input text input" type="text"> 1.10 +<input id="Text2" style="width:300px;" value="text input text input text input" type="text"> 1.11 +<input id="Text3" style="width:300px;" value="text input text input text input" type="text"> 1.12 +<iframe id="Text4" frameborder="0" style="overflow: hidden; border: 1px solid lightgray;" height="50" src="./res/textarea01.html" width="300"></iframe> 1.13 +<textarea id="Text5" style="overflow: hidden;" name="textarea" rows="2" cols="36">text area text area text area text area text area</textarea> 1.14 +<div id="Text6" style="width:300px; border: 1px solid lightgray;">text div text div text div text div</div> 1.15 +</body> 1.16 +</html>