gecko-dev/gfx/tests/crashtests/1317403-1.html

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

19 lines
446 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<style>
#o {
padding: 27660vw;
outline: thick dotted;
mask: subtract url(data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=), linear-gradient(#FFF, #555);
}
</style>
<script>
document.addEventListener("DOMContentLoaded", function(){
o.appendChild(document.createElement("div"));
o.appendChild(document.createElement("frame"));
o.appendChild(document.createElement("div"));
});
</script>
<span id=o />
</html>