Bug 679864 - [4/5] Upgrade WebGL conformance test suite to r15318

This reapplies the patch replacing remote images by local ones on http://example.com and http://mochi.test:8888 URLs.
This commit is contained in:
Benoit Jacob 2011-08-19 11:39:00 -04:00
parent 3e17800dba
commit 3b9142fd95
7 changed files with 1284 additions and 16 deletions

View File

@ -115,5 +115,5 @@ Tests.endUnit = function(gl) {
</head><body>
<canvas id="gl" width="16" height="16"></canvas>
<canvas id="c" width="128" height="128"></canvas>
<img id="i" src="http://www.opengl.org/img/opengl_logo.jpg">
<img id="i" src="http://example.com/tests/content/canvas/test/webgl/resources/opengl_logo.jpg">
</body></html>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -123,6 +123,6 @@ window.onload = function() {
<div id="console"></div>
<canvas id="canvas1"></canvas>
<canvas id="canvas2"></canvas>
<img id="img" src="http://www.opengl.org/img/opengl_logo.jpg" style="display:none;">
<img id="img" src="http://example.com/tests/content/canvas/test/webgl/resources/opengl_logo.jpg" style="display:none;">
</body>
</html>

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB