Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / selection / select-across-readonly-input-2.html
blobbda76f7b01a881e5fecd85454101ab520d210a67
1 <!DOCTYPE>
2 <html>
3 <body>
4 <p>This test ensures selection that crosses the shadow DOM boundary of a readonly input element cannot be made by a mouse drag.</p>
5 <p>To manually test, select text by a mouse drag starting in "world" and ending in "hello". Selection should not extend into the input element.</p>
6 <div id="test">
7 <input id="to" type="text" value="hello" readonly>
8 <span id="from">world</span>
9 </div>
10 <script src="resources/select-across-readonly-input.js"></script>
11 </body>
12 </html>