2 <script type=
"text/javascript">
3 function openFullScreenFlash() {
4 window
.open("test.swf","","width=200,height=200");
8 <title>Test grey glitch with fullscreen Flash animation (but
47742)
</title>
11 <p>This manual test is used to test
<a href=
"https://bugs.webkit.org/show_bug.cgi?id=47742">bug
47742</a>.
</p>
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>
18 <input type=
"button" value=
"Open fullscreen Flash" onclick=
"openFullScreenFlash();"/>