Bug 765409 - crash test

This commit is contained in:
Jesse Ruderman 2013-05-14 10:36:50 +02:00
parent 52e77f2186
commit 44e78e1c94
2 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,25 @@
<!DOCTYPE html>
<html class="reftest-wait">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style>
body { width: 300px; }
</style>
<script>
window.addEventListener("load", function() {
var v = document.getElementById("v");
v.style.width = "280px";
v.style.height = "10px";
setTimeout(function(){ document.documentElement.offsetHeight; document.documentElement.removeAttribute("class"); },0);
}, false);
</script>
<body>
<div><span style="unicode-bidi: -moz-isolate;"><span style="display: inline-block; float: right;" id="v"></span>D E<span style="unicode-bidi: -moz-isolate;"><span><span> &#x062a;</span></span></span></span></div>
</body>
</html>

View File

@ -446,6 +446,7 @@ test-pref(layout.css.flexbox.enabled,true) load 737313-3.html
test-pref(font.size.inflation.emPerLine,15) asserts(1-100) load font-inflation-762332.html # bug 762332
load 762902.html
load 762764-1.html
load 765409.html
asserts(0-200) load 765621.html # bug 703550
asserts(0-200) load 767765.html # bug 407550, bug 871758, and various nscoord_MAX related asserts
load 769303-1.html