mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 18:08:58 +00:00
Bug 1242822 - Add crashtest. r=me
This commit is contained in:
parent
7dfed796b9
commit
ae2294df40
19
gfx/tests/crashtests/1242822.html
Normal file
19
gfx/tests/crashtests/1242822.html
Normal file
@ -0,0 +1,19 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<script>
|
||||
|
||||
function boom() {
|
||||
var canvas = document.createElement('canvas');
|
||||
var ctx = canvas.getContext('2d');
|
||||
ctx.shadowBlur = 1024;
|
||||
ctx.shadowColor = "red"
|
||||
ctx.transform(16384,-0.6842606067657471,32768,-1.0760749578475952,2048,-1.9289406538009644);
|
||||
ctx.strokeText("AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",0.691153419364978,0.7370920539221475);
|
||||
}
|
||||
|
||||
</script>
|
||||
</head>
|
||||
<body onload="boom();"></body>
|
||||
</html>
|
@ -148,6 +148,7 @@ load 1225125-1.html
|
||||
load 1228127.html
|
||||
load 1229972.html
|
||||
load 1242811.html
|
||||
load 1242822.html
|
||||
load 1278305.html
|
||||
load 1308394.html
|
||||
load 1317403-1.html # bug 1331533
|
||||
|
Loading…
Reference in New Issue
Block a user