Skip to content
Snippets Groups Projects
Commit 8854f13f authored by Makoto Kato's avatar Makoto Kato
Browse files

Bug 1348851 - Part 2. Add crash test. r=masayuki

MozReview-Commit-ID: 9QPwtwYfNa7

--HG--
extra : rebase_source : bd740815d460b4a536a42cd40f72c7cead5118fe
parent f09a0f4b
No related branches found
No related tags found
No related merge requests found
<!DOCTYPE>
<html>
<head>
<meta charset="UTF-8">
<script>
function boom(){
document.designMode = "on";
document.execCommand("insertlinebreak");
document.designMode = "off";
document.designMode = "on";
document.execCommand("insertunorderedlist");
}
addEventListener("DOMContentLoaded", boom);
</script>
</head>
<body style="display:flex;">
<!--comment-->
</body>
</html>
......@@ -72,3 +72,4 @@ load 1272490.html
load 1317704.html
load 1317718.html
load 1324505.html
load 1348851.html
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment