Bug 1221874 - Crashtest for overzealous writing-mode check (currently asserts). r=smontagu

This commit is contained in:
Jonathan Kew 2015-11-05 15:37:56 +00:00
parent 1dcb06648d
commit 1821542838
2 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,16 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<script>
function boom()
{
document.documentElement.offsetHeight;
document.body.style.textOrientation = "sideways";
}
</script>
</head>
<body onload="boom();" style="writing-mode: tb-rl; display: table;">Hello</body>
</html>

View File

@ -587,6 +587,7 @@ load 1169420-2.html
load 1183431.html
load 1221112-1.html
load 1221112-2.html
asserts(1) load 1221874-1.html
load first-letter-638937-1.html
load first-letter-638937-2.html
pref(dom.meta-viewport.enabled,true) test-pref(font.size.inflation.emPerLine,15) asserts(1-100) load font-inflation-762332.html # bug 762332