Add crashtest for Bug 844403. r=dholbert

This commit is contained in:
Seth Fowler 2013-02-27 19:43:45 -08:00
parent bd6d754c35
commit 17984bfb75
2 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,10 @@
<color style='background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSINCiAgICAgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiPg0KICA8cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJibHVlIi8%2BDQo8L3N2Zz4NCg%3D%3D");'></color>
<iframe contenteditable=true></iframe>
<script>
document.body.innerHTML = '';
function onload() {
e = document.createElementNS("http://www.w3.org/1998/Math/MathML", "share");
document.body.appendChild(e);
}
document.addEventListener("DOMContentLoaded", onload, false);
</script>

View File

@ -31,3 +31,4 @@ HTTP load delayedframe.sjs
load 681190.html
skip-if(Android&&smallScreen) load 694165-1.xhtml # nexus-s Android 2.3.6
load 732319-1.html
load 844403-1.html