Bug 1247865 - Add crashtest for assertion. r=birtles

I confirmed locally that, without the following patch, the crashtest
harness does detect the single assertion.

MozReview-Commit-ID: FRkCdxSSa7V

--HG--
extra : transplant_source : xF%BC%7E%03%B3%1Bp%EF%07%D9%28%F6C%B5s%C7%C2%15%C1
This commit is contained in:
L. David Baron 2016-02-12 22:54:26 -08:00
parent 81a7b00e3f
commit 15f112aaec
2 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,19 @@
<!DOCTYPE html>
<html>
<head>
<style>
.nav { display: table }
.nav:after { content: " " }
</style>
</head>
<body>
<div style="font-size: 1rem"></div>
<div class="nav">
</div>
<script>
document.documentElement.style.fontSize = "10px";
document.documentElement.offsetHeight;
document.documentElement.style.fontSize = "15px";
</script>
</body>
</html>

View File

@ -136,6 +136,7 @@ load 1230408-1.html
load 1233135-1.html
load 1233135-2.html
load 1238660-1.html
asserts(1) load 1247865-1.html # bug 1247865
load border-image-visited-link.html
load font-face-truncated-src.html
load large_border_image_width.html