diff options
Diffstat (limited to 'Source/WebCore/manual-tests/qt')
-rw-r--r-- | Source/WebCore/manual-tests/qt/plugin-painting.html | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/Source/WebCore/manual-tests/qt/plugin-painting.html b/Source/WebCore/manual-tests/qt/plugin-painting.html new file mode 100644 index 0000000..3aa87bc --- /dev/null +++ b/Source/WebCore/manual-tests/qt/plugin-painting.html @@ -0,0 +1,60 @@ +<html xmlns="http://www.w3.org/1999/xhtml"> + +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<title>Flash In IFrame Test File</title> +</head> + +<body> + + <b> This manual tests verifies paging and arrow-navigating up and down a page of plugins doesn't result + in them appearing to get fused together. QtWebKit wasn't updating the position of the plugins + within the page before scheduling them for a repaint, with the result that parts of the plugin + were appearing in their old position after a page scroll. This was a problem for + Qt in <a href="https://bugs.webkit.org/show_bug.cgi?id=57179">bug 57179</a></b> <br/><br/> +<iframe src="../plugins/test.swf" type="application/x-shockwave-flash" style="position: relative; "></iframe> +<iframe src="../plugins/test.swf" type="application/x-shockwave-flash" style="position: relative; "></iframe> +<iframe src="../plugins/test.swf" type="application/x-shockwave-flash" style="position: relative; "></iframe> +<iframe src="../plugins/test.swf" type="application/x-shockwave-flash" style="position: relative; "></iframe> +<iframe src="../plugins/test.swf" type="application/x-shockwave-flash" style="position: relative; "></iframe> +<iframe src="../plugins/test.swf" type="application/x-shockwave-flash" style="position: relative; "></iframe> +<iframe src="../plugins/test.swf" type="application/x-shockwave-flash" style="position: relative; "></iframe> +<iframe src="../plugins/test.swf" type="application/x-shockwave-flash" style="position: relative; "></iframe> +<iframe src="../plugins/test.swf" type="application/x-shockwave-flash" style="position: relative; "></iframe> +<iframe src="../plugins/test.swf" type="application/x-shockwave-flash" style="position: relative; "></iframe> +<iframe src="../plugins/test.swf" type="application/x-shockwave-flash" style="position: relative; "></iframe> +<iframe src="../plugins/test.swf" type="application/x-shockwave-flash" style="position: relative; "></iframe> +<iframe src="../plugins/test.swf" type="application/x-shockwave-flash" style="position: relative; "></iframe> +<iframe src="../plugins/test.swf" type="application/x-shockwave-flash" style="position: relative; "></iframe> +<iframe src="../plugins/test.swf" type="application/x-shockwave-flash" style="position: relative; "></iframe> +<iframe src="../plugins/test.swf" type="application/x-shockwave-flash" style="position: relative; "></iframe> +<iframe src="../plugins/test.swf" type="application/x-shockwave-flash" style="position: relative; "></iframe> +<iframe src="../plugins/test.swf" type="application/x-shockwave-flash" style="position: relative; "></iframe> +<embed src="../plugins/test.swf" type="application/x-shockwave-flash" style="position: relative; "></embed> +<embed src="../plugins/test.swf" type="application/x-shockwave-flash" style="position: relative; "></embed> +<embed src="../plugins/test.swf" type="application/x-shockwave-flash" style="position: relative; "></embed> +<embed src="../plugins/test.swf" type="application/x-shockwave-flash" style="position: relative; "></embed> +<embed src="../plugins/test.swf" type="application/x-shockwave-flash" style="position: relative; "></embed> +<embed src="../plugins/test.swf" type="application/x-shockwave-flash" style="position: relative; "></embed> +<embed src="../plugins/test.swf" type="application/x-shockwave-flash" style="position: relative; "></embed> +<embed src="../plugins/test.swf" type="application/x-shockwave-flash" style="position: relative; "></embed> +<embed src="../plugins/test.swf" type="application/x-shockwave-flash" style="position: relative; "></embed> +<embed src="../plugins/test.swf" type="application/x-shockwave-flash" style="position: relative; "></embed> +<embed src="../plugins/test.swf" type="application/x-shockwave-flash" style="position: relative; "></embed> +<embed src="../plugins/test.swf" type="application/x-shockwave-flash" style="position: relative; "></embed> +<embed src="../plugins/test.swf" type="application/x-shockwave-flash" style="position: relative; "></embed> +<embed src="../plugins/test.swf" type="application/x-shockwave-flash" style="position: relative; "></embed> +<embed src="../plugins/test.swf" type="application/x-shockwave-flash" style="position: relative; "></embed> +<embed src="../plugins/test.swf" type="application/x-shockwave-flash" style="position: relative; "></embed> +<embed src="../plugins/test.swf" type="application/x-shockwave-flash" style="position: relative; "></embed> +<embed src="../plugins/test.swf" type="application/x-shockwave-flash" style="position: relative; "></embed> +<embed src="../plugins/test.swf" type="application/x-shockwave-flash" style="position: relative; "></embed> +<embed src="../plugins/test.swf" type="application/x-shockwave-flash" style="position: relative; "></embed> + +</body> + +</html> + + + + |