mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 07:42:04 +00:00
Add crashtest from bug 770381
This commit is contained in:
parent
867c5f52a6
commit
98fbfe2ac2
12
layout/base/crashtests/770381-1.html
Normal file
12
layout/base/crashtests/770381-1.html
Normal file
@ -0,0 +1,12 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<style id="s"></style>
|
||||
<script>
|
||||
function boom() { document.getElementById("s").textContent = "div { opacity: 0.5; }"; }
|
||||
</script>
|
||||
</head>
|
||||
<body onload="document.documentElement.offsetHeight; boom();">
|
||||
<div><div>X</div></div>
|
||||
</body>
|
||||
</html>
|
@ -358,3 +358,4 @@ asserts-if(winWidget,0-2) load 736924-1.html # bug 738803
|
||||
load 749816-1.html
|
||||
load 763223-1.html
|
||||
test-pref(font.size.inflation.emPerLine,15) test-pref(font.size.inflation.lineThreshold,100) load 763702.xhtml
|
||||
load 770381-1.html
|
||||
|
Loading…
Reference in New Issue
Block a user