With async plugin painting, crashtest 522512 is no longer valid (and the condition which caused it is entirely gone). Remove it.
authorBenjamin Smedberg <benjamin@smedbergs.us>
Fri, 05 Nov 2010 10:52:41 -0400
changeset 57227 671bd739dbff035d5b1df3ce1e53e2974efdc3a2
parent 57226 df0cf7e8e9e6611f0a723c3239625bd5b1e94339
child 57228 0aaabea2708e4ff27340b91a5337bc788231b1ae
push id16846
push userbsmedberg@mozilla.com
push dateWed, 10 Nov 2010 15:29:47 +0000
treeherdermozilla-central@bdbef533364f [default view] [failures only]
perfherder[talos] [build metrics] [platform microbench] (compared to previous push)
bugs522512
milestone2.0b8pre
first release with
nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
last release without
nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
With async plugin painting, crashtest 522512 is no longer valid (and the condition which caused it is entirely gone). Remove it.
modules/plugin/test/crashtests/522512-1.html
modules/plugin/test/crashtests/crashtests.list
deleted file mode 100644
--- a/modules/plugin/test/crashtests/522512-1.html
+++ /dev/null
@@ -1,31 +0,0 @@
-<!DOCTYPE HTML>
-<html class="reftest-wait">
-<head>
-<script>
-var doingTest = false;
-function onPaint() {
-  if (!doingTest)
-    return;
-
-  var d = document.getElementById("d");
-  if (d) {
-    document.body.removeChild(d);
-  }
-  document.documentElement.removeAttribute("class");
-}
-function runTest() {
-  doingTest = true;
-  // Force a repaint of the entire page
-  document.body.style.backgroundColor = "lime";
-}
-window.addEventListener("MozReftestInvalidate", runTest, false);
-</script>
-</head>
-<body>
-  <embed type="application/x-test" paintscript="onPaint()"
-         style="position:absolute; top:20px; left:20px; width:200px; height:200px;"></embed>
-  <div id="d" style="position:absolute; top:50px; left:50px; width:100px; height:100px">
-    Hello Kitty
-  </div>
-</body>
-</html>
--- a/modules/plugin/test/crashtests/crashtests.list
+++ b/modules/plugin/test/crashtests/crashtests.list
@@ -1,7 +1,6 @@
 load 41276-1.html
 load 48856-1.html
 load 110650-1.html
-skip-if(!haveTestPlugin) skip-if(winWidget) asserts(0-4) load 522512-1.html
 skip-if(cocoaWidget) script 539897-1.html
 script 540114-1.html
 load 570884.html