Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / ManualTests / drag-image-table-part-decorations.html
blob28aa17595705e25bf524d2815db78d2a67a0cb9e
1 <!DOCTYPE HTML>
2 <p>
3 When dragging each of the black squares below, the drag image should include
4 only the hollow black square, and no blue background.
5 </p>
6 <div style="background-color: blue; display: table; height: 100px; width: 100px;"></div>
7 <div style="width: 94px; height: 94px; border: solid; -webkit-user-drag: element; margin-top: -50px; margin-bottom: 10px;"></div>
9 <div style="background-color: blue; display: table-row; height: 100px;"><div style="width: 100px"></div></div>
10 <div style="width: 94px; height: 94px; border: solid; -webkit-user-drag: element; margin-top: -50px; margin-bottom: 10px;"></div>
12 <div style="background-color: blue; display: table-cell; height: 100px; width: 100px;"></div>
13 <div style="width: 94px; height: 94px; border: solid; -webkit-user-drag: element; margin-top: -50px; margin-bottom: 10px;"></div>
15 <fieldset style="background-color: blue; border: none; height: 100px; width: 100px;"><legend></legend></fieldset>
16 <div style="width: 94px; height: 94px; border: solid; -webkit-user-drag: element; margin-top: -50px; "></div>
18 <table style="border-collapse: collapse;"><tr><td style="border-bottom: 100px solid blue; width: 100px;"></td></tr></table>
19 <div style="width: 94px; height: 94px; border: solid; -webkit-user-drag: element; margin-top: -50px; "></div>