Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / selection / select-all-006.html
blob7b2176f0c8ad2adf3e58fd699370beb9b8fcf45d
1 <html id="html">
2 <script>
3 if (window.testRunner)
4 testRunner.dumpEditingCallbacks();
5 </script>
7 <body contenteditable="true">VisiblePositions created at [html, x] where html is non-editable should descend into an editable body, for convenience. Everything on this page should be selected.
8 <script>
9 document.execCommand("SelectAll");
10 </script>
11 </body></html>