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
This commit is contained in:
19
layout/style/crashtests/1247865-1.html
Normal file
19
layout/style/crashtests/1247865-1.html
Normal 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>
|
||||||
@@ -136,6 +136,7 @@ load 1230408-1.html
|
|||||||
load 1233135-1.html
|
load 1233135-1.html
|
||||||
load 1233135-2.html
|
load 1233135-2.html
|
||||||
load 1238660-1.html
|
load 1238660-1.html
|
||||||
|
asserts(1) load 1247865-1.html # bug 1247865
|
||||||
load border-image-visited-link.html
|
load border-image-visited-link.html
|
||||||
load font-face-truncated-src.html
|
load font-face-truncated-src.html
|
||||||
load large_border_image_width.html
|
load large_border_image_width.html
|
||||||
|
|||||||
Reference in New Issue
Block a user