Commit b6c4353c authored by dcheng@chromium.org's avatar dcheng@chromium.org

Unflake plugins/attach-during-destroy.html and plugins/destroy-reentry.html

BUG=380167
R=japhet@chromium.org

Review URL: https://codereview.chromium.org/316313002

git-svn-id: svn://svn.chromium.org/blink/trunk@175617 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 97354b90
...@@ -1067,8 +1067,6 @@ crbug.com/376194 inspector/console/console-dir-es6.html [ Skip ] ...@@ -1067,8 +1067,6 @@ crbug.com/376194 inspector/console/console-dir-es6.html [ Skip ]
crbug.com/380151 fast/events/only-valid-drop-targets-receive-file-drop.html [ Failure Pass ] crbug.com/380151 fast/events/only-valid-drop-targets-receive-file-drop.html [ Failure Pass ]
crbug.com/380167 [ Mac ] plugins/destroy-reentry.html [ Failure Pass ]
crbug.com/380649 [ Mac ] fast/dom/HTMLScriptElement/dont-load-unknown-type.html [ Failure ] crbug.com/380649 [ Mac ] fast/dom/HTMLScriptElement/dont-load-unknown-type.html [ Failure ]
# Temporarily skipped until Chromium side change lands. # Temporarily skipped until Chromium side change lands.
......
Test for rdar://problem/7194735 Crashes at RenderText::RenderText().
This test should not crash or cause an assertion failure.
Test for rdar://problem/7194735 Crashes at RenderText::RenderText().
This test should not crash or cause an assertion failure.
Test for rdar://problem/7194735 Crashes at RenderText::RenderText(). Test for rdar://problem/7194735 PASSED.
This test should not crash or cause an assertion failure.
<p> <!DOCTYPE html>
Test for <i><a href="rdar://problem/7194735">rdar://problem/7194735</a> Crashes at RenderText::RenderText()</i>. <html>
</p> <head>
<p>
This test should not crash or cause an assertion failure.
</p>
<embed type="application/x-webkit-test-netscape" ondestroy="destroyed()">
<div id="target"></div>
<script> <script>
function destroyed() function destroyed()
{ {
...@@ -13,9 +8,26 @@ ...@@ -13,9 +8,26 @@
target.innerHTML = "text"; target.innerHTML = "text";
} }
if (window.testRunner) function loaded()
testRunner.dumpAsText(); {
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.waitUntilDone();
}
document.body.offsetTop; document.body.offsetTop;
location.href = "data:text/html,Test for rdar://problem/7194735 PASSED."; location.href = "data:text/html,<head><scr" + "ipt>function loaded() { if (window.testRunner) testRunner.notifyDone(); }</scr" + "ipt></head><body onload='loaded()'>Test for rdar://problem/7194735 PASSED.</body>";
}
</script> </script>
</head>
<body onload="loaded()">
<p>
Test for <i><a href="rdar://problem/7194735">rdar://problem/7194735</a> Crashes at RenderText::RenderText()</i>.
</p>
<p>
This test should not crash or cause an assertion failure.
</p>
<embed type="application/x-webkit-test-netscape" ondestroy="destroyed()">
<div id="target"></div>
</body>
</html>
Test for rdar://problem/6937089 Crashes at RenderWidget::destroy(). Test for rdar://problem/6937089 PASSED.
This test should not crash or cause an assertion failure.
<p> <!DOCTYPE html>
Test for <i><a href="rdar://problem/6937089">rdar://problem/6937089</a> Crashes at RenderWidget::destroy()</i>. <html>
</p> <head>
<p>
This test should not crash or cause an assertion failure.
</p>
<div id="target">
<embed type="application/x-webkit-test-netscape" ondestroy="destroyed()">
</div>
<script> <script>
function destroyed() function destroyed()
{ {
...@@ -14,9 +8,26 @@ ...@@ -14,9 +8,26 @@
target.parentNode.removeChild(target); target.parentNode.removeChild(target);
} }
if (window.testRunner) function loaded()
testRunner.dumpAsText(); {
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.waitUntilDone();
}
document.body.offsetTop; document.body.offsetTop;
location.href = "data:text/html,Test for rdar://problem/6937089 PASSED."; location.href = "data:text/html,<head><scr" + "ipt>function loaded() { if (window.testRunner) testRunner.notifyDone(); }</scr" + "ipt></head><body onload='loaded()'>Test for rdar://problem/6937089 PASSED.</body>";
}
</script> </script>
<body onload="loaded()">
<p>
Test for <i><a href="rdar://problem/6937089">rdar://problem/6937089</a> Crashes at RenderWidget::destroy()</i>.
</p>
<p>
This test should not crash or cause an assertion failure.
</p>
<div id="target">
<embed type="application/x-webkit-test-netscape" ondestroy="destroyed()">
</div>
</body>
</html>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment