Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / compositing / geometry / empty-embed-rects.html
blob8d99cfcfd0ade86db8e7cf5bb7a679353d32fa8d
1 <!DOCTYPE html>
3 <html>
4 <head>
5 <script type="text/javascript" charset="utf-8">
6 if (window.testRunner)
7 testRunner.dumpAsText();
8 </script>
9 </head>
10 <body>
11 <p>This testcase should not fire an assertion related to the clip rects root.</p>
12 <div style="position: absolute;">
13 <embed type="application/x-shockwave-flash">
14 </div>
15 <div style="position: relative;">
16 <div style="position: absolute;"></div>
17 <embed type="application/x-shockwave-flash">
18 </div>
19 </body>
20 </html>