Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / ManualTests / plugins / gtk-windowed-grey-glitch.html
blob73975eb31cf9e381addd6790002e590303ffa362
1 <html>
2 <script type="text/javascript">
3 function openFullScreenFlash() {
4 window.open("test.swf","","width=200,height=200");
6 </script>
7 <head>
8 <title>Test grey glitch with fullscreen Flash animation (but 47742)</title>
9 </head>
10 <body>
11 <p>This manual test is used to test <a href="https://bugs.webkit.org/show_bug.cgi?id=47742">bug 47742</a>.</p>
12 <ul>
13 <li>1. Click on the button to open popup with full screen flash animation.</li>
14 <li>2. Make sure the popup content is not grey.</li>
15 <li>3. Resize the popup. </li>
16 <li>4. Make sure the resize does not produce grey flash (especially when scaling down).</li>
17 </ul>
18 <input type="button" value="Open fullscreen Flash" onclick="openFullScreenFlash();"/>
19 </body>
20 </html>