Skip to content
Snippets Groups Projects
Commit c2dfb4b0 authored by Nicholas Cameron's avatar Nicholas Cameron
Browse files

Bug 789933. test for writing text across Azure backends. r=Bas

parent af8f5cc8
No related branches found
No related tags found
No related merge requests found
<!DOCTYPE html>
<html>
<body>
<canvas id="c" width="5000" height="20000">
</canvas>
<script>
var ctxt = document.getElementById('c').getContext('2d');
ctxt.strokeStyle = "Red";
ctxt.font = "bold 16px Arial";
ctxt.strokeText('Hello World!', 100, 100);
</script>
</body>
</html>
......@@ -14,5 +14,6 @@ load 746813-1.html
load 743499-negative-size.html
load 767337-1.html
load 780392-1.html
load 789933-1.html
load 794463-1.html
load 802926-1.html
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment