Backed out changeset 6f50eb01832c (bug 1286458) for Reftest failures

This commit is contained in:
Iris Hsiao 2016-08-01 15:18:46 +08:00
parent c5fcbe8aae
commit 2a17847230
2 changed files with 0 additions and 21 deletions

View File

@ -1,20 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<script>
function boom()
{
var canvas = document.createElement('canvas');
var ctx = canvas.getContext('2d');
var path=new Path2D();
path.bezierCurveTo(436,Number.MIN_VALUE,620,Number.MAX_SAFE_INTEGER,1,83);
ctx.setTransform(1,Number.MAX_SAFE_INTEGER,1,0,1,146.0);
ctx.scale(16777218,55);
ctx.stroke(path);
}
</script>
</head>
<body onload="boom();"></body>
</html>

View File

@ -34,5 +34,4 @@ load 1284578-1.html
skip-if(d2d) load 1287515-1.html
load 1287652-1.html
load 1288872-1.html
load 1286458-1.html