Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / plugins / plugin-placeholder-explicit-size-expected.html
1 <!DOCTYPE html>
2
3 <style>
4 div { margin: 10px; width: 300px; height: 150px; background: green; }
5 </style>
6
7 <div style="width: 200px"></div>
8 <div style="height: 100px"></div>
9 <div style="width: 200px; height: 100px"></div>