зеркало из https://github.com/mozilla/gecko-dev.git
Add crashtest from bug 770381
This commit is contained in:
Родитель
867c5f52a6
Коммит
98fbfe2ac2
|
@ -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 749816-1.html
|
||||||
load 763223-1.html
|
load 763223-1.html
|
||||||
test-pref(font.size.inflation.emPerLine,15) test-pref(font.size.inflation.lineThreshold,100) load 763702.xhtml
|
test-pref(font.size.inflation.emPerLine,15) test-pref(font.size.inflation.lineThreshold,100) load 763702.xhtml
|
||||||
|
load 770381-1.html
|
||||||
|
|
Загрузка…
Ссылка в новой задаче