1 <!-- This is a regression test for crbug.com/351956, in which printing
2 of Google Maps was broken. In order to catch the regression it
3 must be run with the threaded compositor enabled. -->
5 <script src=
"../resources/js-test.js"></script>
6 <script src=
"resources/webgl-repeated-printing-common.js"></script>
8 function initGL(canvas
)
11 gl
= canvas
.getContext("webgl");
18 <canvas id=
"c" width=
"200" height=
"200" class=
"nomargin"></canvas>
19 <div id=
"console"></div>