mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
Bug 765409 - crash test
This commit is contained in:
parent
44640b06d8
commit
494aa3c86e
25
layout/generic/crashtests/765409.html
Normal file
25
layout/generic/crashtests/765409.html
Normal 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> ت</span></span></span></span></div>
|
||||
</body>
|
||||
</html>
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user