Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / selection / previous-line-position.html
blob4df281188f93d2bc195f941b591e93c261ca300c
1 <html>
2 <head>
4 <script src=../editing.js language="JavaScript" type="text/JavaScript" ></script>
6 <script>
8 function editingTest() {
9 moveSelectionForwardByLineCommand();
12 </script>
14 <title>Editing Test</title>
15 </head>
16 <body>
18 <p>
19 There was a workaround added to fix <a href="rdar://problem/4033202">rdar://problem/4033202</a>. A bug to remove the workaround was filed as <a href="rdar://problem/4040763">rdar://problem/4040763</a>. The underlying problem with VisiblePositions was fixed, and so I removed the workaround and added this layout test.
20 </p>
22 <div contenteditable id="test" style="border:1px solid blue;">
23 <P style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; min-height: 14px; ">hi<SPAN></SPAN></P><BR>test
24 </div>
26 <script>
27 runEditingTest();
28 </script>
30 </body>
31 </html>