Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / repaint / caret-outside-block.html
blobcd9364d9bd9177f5817e8419c02273a835bb5828
1 <html>
2 <head>
3 <script src="resources/text-based-repaint.js"></script>
4 <script>
5 function repaintTest()
7 var target = document.getElementById("target");
8 getSelection().setBaseAndExtent(target.firstChild, 43, target.firstChild, 43);
10 </script>
11 </head>
12 <body onload="runRepaintTest()">
13 <div id="target" style="-webkit-user-modify: read-write; text-align: right; outline: none;">The caret should be at the end of this line</div>
14 </body>