Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / selection / select-across-readonly-input-5.html
blob0768698e006c4bbd7a202df59a543d24f2cf9c45
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 "WebKit" and ending in "hello". Selection should extend only in the input element that contains "WebKit".</p>
6 <div id="test">
7 <input id="to" type="text" value="hello" readonly>
8 <span>world</span>
9 <input id="from" type="text" value="WebKit" readonly>
10 </div>
11 <script src="resources/select-across-readonly-input.js"></script>
12 </body>
13 </html>