mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-23 10:54:33 +00:00
Bug 780392. Crashtest. r=bas
--HG-- extra : rebase_source : b2761827d90ceb99818b7beda5bcc596de90d7a3
This commit is contained in:
parent
4c5a26282f
commit
e36380e0c6
10
content/canvas/crashtests/780392-1.html
Normal file
10
content/canvas/crashtests/780392-1.html
Normal file
@ -0,0 +1,10 @@
|
||||
<!doctype HTML>
|
||||
<html>
|
||||
<body>
|
||||
<canvas id="c" width="10000" height="10000"></canvas>
|
||||
<script>
|
||||
var ctx = document.getElementById("c").getContext("2d");
|
||||
ctx.fillText("Hello world!", 50, 50);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
@ -11,3 +11,4 @@ load 746813-1.html
|
||||
#load 745818-large-source.html
|
||||
load 743499-negative-size.html
|
||||
load 767337-1.html
|
||||
load 780392-1.html
|
||||
|
Loading…
x
Reference in New Issue
Block a user