Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / selection / extend-selection-home-end.html
blob16cd57a695c78c53ded95b9323ae2bf2eb48336c
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5 <link rel="stylesheet" type="text/css" href="resources/extend-selection.css" />
6 <script src="resources/extend-selection.js"></script>
7 </head>
8 <body>
9 <pre id="console"></pre>
10 <script>
11 log("\n\n\nExtending by lineboundary\n");
12 runSelectionTestsWithGranularity(createAllNodes(), "lineBoundary");
13 </script>
14 </body>