This commit is contained in:
Jesse Ruderman 2012-07-23 22:00:35 -07:00
Родитель 867c5f52a6
Коммит 98fbfe2ac2
2 изменённых файлов: 13 добавлений и 0 удалений

Просмотреть файл

@ -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