зеркало из https://github.com/mozilla/gecko-dev.git
Bug 779426 - Crashtest. r=mats
MozReview-Commit-ID: H7FMSmfgTfS --HG-- extra : rebase_source : 1dd3a47921a046f60b827d4212affa96c5ca5885
This commit is contained in:
Родитель
361086ec33
Коммит
bf2baec06d
|
@ -0,0 +1,19 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<script>
|
||||
|
||||
function boom()
|
||||
{
|
||||
var canvas = document.createElementNS('http://www.w3.org/1999/xhtml', 'canvas');
|
||||
var canvas2d = canvas.getContext('2d');
|
||||
canvas2d.rect(0, 0, 1, 1);
|
||||
canvas2d.transform(1, 0, 0, 1, 0, 0);
|
||||
canvas.setAttributeNS(null, "height", "99");
|
||||
canvas2d.rect(0, 0, 1, 1);
|
||||
}
|
||||
|
||||
</script>
|
||||
</head>
|
||||
<body onload="boom();"></body>
|
||||
</html>
|
|
@ -11,6 +11,7 @@ load 746813-1.html
|
|||
load 743499-negative-size.html
|
||||
skip-if(Android) load 745818-large-source.html # Bug XXX - Crashes Android mid-run w/o a stack
|
||||
load 767337-1.html
|
||||
load 779426.html
|
||||
asserts-if(stylo,1) skip-if(Android) load 780392-1.html # bug 1324700
|
||||
skip-if(Android) skip-if(gtkWidget&&isDebugBuild) load 789933-1.html # bug 1155252 for linux
|
||||
load 794463-1.html
|
||||
|
|
Загрузка…
Ссылка в новой задаче