Bug 600045: Reftest for canvas transformed strokes using 'lighter'. r=jrmuizel a=blocking-betaN

This commit is contained in:
Bas Schouten 2010-10-08 18:02:36 +02:00
Родитель 2308be78c1
Коммит 29d2843386
3 изменённых файлов: 16 добавлений и 1 удалений

Просмотреть файл

@ -0,0 +1,2 @@
<!DOCTYPE HTML>
<canvas width="100" height="100" id="c" style="background: #0f0"></canvas>

Просмотреть файл

@ -0,0 +1,13 @@
<!DOCTYPE HTML>
<canvas width="100" height="100" id="c" style="background: #f00"></canvas>
<script>
window.onload = function () {
var ctx = document.getElementById('c').getContext('2d');
ctx.globalCompositeOperation = 'lighter';
ctx.scale(5, 5);
ctx.strokeStyle = '#0f0';
ctx.lineWidth = 10;
ctx.strokeRect(5, 5, 10, 10);
}
</script>

Просмотреть файл

@ -1511,4 +1511,4 @@ random-if(layersGPUAccelerated) == 581317-1.html 581317-1-ref.html
== 594624-1.html 594624-1-ref.html == 594624-1.html 594624-1-ref.html
== 597721-1.html 597721-1-ref.html == 597721-1.html 597721-1-ref.html
fails-if(!haveTestPlugin) == 599476.html 599476-ref.html fails-if(!haveTestPlugin) == 599476.html 599476-ref.html
== 600803-1.html 600803-1-ref.html == 600045-1.html 600045-1-ref.html== 600803-1.html 600803-1-ref.html