Bug 1182414, part 2 - Add printing crash test. r=dholbert

This commit is contained in:
Jonathan Watt 2015-08-03 12:19:34 +01:00
parent 3e1de9eb20
commit 3d42fb24c4
2 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,17 @@
<!DOCTYPE html>
<html class="reftest-print">
<head>
<meta charset="UTF-8">
<style type="text/css">
#menu { position: fixed; left: 0px; top: 0px; }
</style>
</head>
<body>
<svg id="canvas" width="2427" height="2295.5" version="1.1" xmlns="http://www.w3.org/2000/svg"></svg>
<div id="menu">
<input id="chooseSize" type="range">
</div>
</body>
</html>

View File

@ -62,3 +62,5 @@ load 960277-2.html
load 997709-1.html
load 1102791.html
load 1140216.html
load 1182414.html