Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / ManualTests / compositing / assert-on-tab-switch.html
blob77814eea9401d8bb8718f1b3c23e6cf16cceae44
1 <!DOCTYPE html>
3 <html>
4 <head>
5 <style type="text/css" media="screen">
6 .box {
7 width: 100px;
8 height: 100px;
9 background-color: blue;
10 transform: translateZ(0);
13 </style>
14 </head>
15 <body>
16 <div class="box"></div>
17 <p><a href="https://bugs.webkit.org/show_bug.cgi?id=43167">https://bugs.webkit.org/show_bug.cgi?id=43167</a><br>
18 You should not hit an assertion if you load this file in a tab, then switch back and forth between other tabs.</p>
19 </body>
20 </html>