Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / Source / web / tests / data / nodeimage.html
blob846a2db43ccee0023cd02144b215e43e3bc156f7
1 <!DOCTYPE html>
2 <div style="width: 40px">
3 <div style="transform:translate(40px,40px)">
4 <div draggable="true" id="case-css-transform" style="background-color: #00ff00;width: 40px;height: 40px;"></div>
5 </div>
6 </div>
8 <div style="width: 40px">
9 <div style="transform:translate(40px,40px) rotate3d(0,1,0,60deg);">
10 <div draggable="true" id="case-css-3dtransform" style="background-color: #00ff00;width: 40px;height: 40px;"></div>
11 </div>
12 </div>
14 <div style="width: 40px">
15 <div style="display: inline-block">
16 <div draggable="true" id="case-inlineblock" style="background-color: #00ff00;width: 40px;height: 40px;"></div>
17 </div>
18 </div>
20 <div style="width: 40px">
21 <div style="overflow: hidden">
22 <div draggable="true" id="case-float-left-overflow-hidden" style="float: left;background-color: #00ff00;width: 40px;height: 40px;"></div>
23 </div>
24 </div>