Auto merge of #8298 - jdm:webglreftests, r=metajack

Fix missing reference links in webgl tests.



<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8298)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2015-11-03 17:17:20 +05:30
commit 108de991ae
7 changed files with 106 additions and 28 deletions

View file

@ -4103,28 +4103,16 @@
"url": "/_mozilla/mozilla/webgl/clearcolor.html" "url": "/_mozilla/mozilla/webgl/clearcolor.html"
} }
], ],
"mozilla/webgl/tex_image_2d_canvas_no_context.html": [ "mozilla/webgl/draw_arrays_simple.html": [
{ {
"path": "mozilla/webgl/tex_image_2d_canvas_no_context.html", "path": "mozilla/webgl/draw_arrays_simple.html",
"references": [ "references": [
[ [
"/_mozilla/mozilla/webgl/tex_image_2d_canvas_no_context_ref.html", "/_mozilla/mozilla/webgl/draw_arrays_simple_ref.html",
"==" "=="
] ]
], ],
"url": "/_mozilla/mozilla/webgl/tex_image_2d_canvas_no_context.html" "url": "/_mozilla/mozilla/webgl/draw_arrays_simple.html"
}
],
"mozilla/webgl/tex_image_2d_canvas2d.html": [
{
"path": "mozilla/webgl/tex_image_2d_canvas2d.html",
"references": [
[
"/_mozilla/mozilla/webgl/tex_image_2d_canvas_ref.html",
"=="
]
],
"url": "/_mozilla/mozilla/webgl/tex_image_2d_canvas2d.html"
} }
], ],
"mozilla/webgl/tex_image_2d_canvas.html": [ "mozilla/webgl/tex_image_2d_canvas.html": [
@ -4139,6 +4127,30 @@
"url": "/_mozilla/mozilla/webgl/tex_image_2d_canvas.html" "url": "/_mozilla/mozilla/webgl/tex_image_2d_canvas.html"
} }
], ],
"mozilla/webgl/tex_image_2d_canvas2d.html": [
{
"path": "mozilla/webgl/tex_image_2d_canvas2d.html",
"references": [
[
"/_mozilla/mozilla/webgl/tex_image_2d_canvas_ref.html",
"=="
]
],
"url": "/_mozilla/mozilla/webgl/tex_image_2d_canvas2d.html"
}
],
"mozilla/webgl/tex_image_2d_canvas_no_context.html": [
{
"path": "mozilla/webgl/tex_image_2d_canvas_no_context.html",
"references": [
[
"/_mozilla/mozilla/webgl/tex_image_2d_canvas_no_context.html",
"=="
]
],
"url": "/_mozilla/mozilla/webgl/tex_image_2d_canvas_no_context.html"
}
],
"mozilla/webgl/tex_image_2d_simple.html": [ "mozilla/webgl/tex_image_2d_simple.html": [
{ {
"path": "mozilla/webgl/tex_image_2d_simple.html", "path": "mozilla/webgl/tex_image_2d_simple.html",
@ -4150,18 +4162,6 @@
], ],
"url": "/_mozilla/mozilla/webgl/tex_image_2d_simple.html" "url": "/_mozilla/mozilla/webgl/tex_image_2d_simple.html"
} }
],
"mozilla/webgl/draw_arrays_simple.html": [
{
"path": "mozilla/webgl/draw_arrays_simple.html",
"references": [
[
"/_mozilla/mozilla/webgl/draw_arrays_simple_ref.html",
"=="
]
],
"url": "/_mozilla/mozilla/webgl/draw_arrays_simple.html"
}
] ]
}, },
"testharness": { "testharness": {
@ -8825,6 +8825,78 @@
], ],
"url": "/_mozilla/mozilla/canvas/drawimage_html_image_9.html" "url": "/_mozilla/mozilla/canvas/drawimage_html_image_9.html"
} }
],
"mozilla/webgl/clearcolor.html": [
{
"path": "mozilla/webgl/clearcolor.html",
"references": [
[
"/_mozilla/mozilla/webgl/clearcolor_ref.html",
"=="
]
],
"url": "/_mozilla/mozilla/webgl/clearcolor.html"
}
],
"mozilla/webgl/draw_arrays_simple.html": [
{
"path": "mozilla/webgl/draw_arrays_simple.html",
"references": [
[
"/_mozilla/mozilla/webgl/draw_arrays_simple_ref.html",
"=="
]
],
"url": "/_mozilla/mozilla/webgl/draw_arrays_simple.html"
}
],
"mozilla/webgl/tex_image_2d_canvas.html": [
{
"path": "mozilla/webgl/tex_image_2d_canvas.html",
"references": [
[
"/_mozilla/mozilla/webgl/tex_image_2d_canvas_ref.html",
"=="
]
],
"url": "/_mozilla/mozilla/webgl/tex_image_2d_canvas.html"
}
],
"mozilla/webgl/tex_image_2d_canvas2d.html": [
{
"path": "mozilla/webgl/tex_image_2d_canvas2d.html",
"references": [
[
"/_mozilla/mozilla/webgl/tex_image_2d_canvas_ref.html",
"=="
]
],
"url": "/_mozilla/mozilla/webgl/tex_image_2d_canvas2d.html"
}
],
"mozilla/webgl/tex_image_2d_canvas_no_context.html": [
{
"path": "mozilla/webgl/tex_image_2d_canvas_no_context.html",
"references": [
[
"/_mozilla/mozilla/webgl/tex_image_2d_canvas_no_context.html",
"=="
]
],
"url": "/_mozilla/mozilla/webgl/tex_image_2d_canvas_no_context.html"
}
],
"mozilla/webgl/tex_image_2d_simple.html": [
{
"path": "mozilla/webgl/tex_image_2d_simple.html",
"references": [
[
"/_mozilla/mozilla/webgl/tex_image_2d_simple_ref.html",
"=="
]
],
"url": "/_mozilla/mozilla/webgl/tex_image_2d_simple.html"
}
] ]
} }
}, },

View file

@ -1,6 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<link rel="match" href="clearcolor_ref.html"></link>
<meta charset="utf-8" /> <meta charset="utf-8" />
<title>WebGL ClearColor Test</title> <title>WebGL ClearColor Test</title>
</head> </head>

View file

@ -1,4 +1,5 @@
<!doctype html> <!doctype html>
<link rel="match" href="draw_arrays_simple_ref.html"></link>
<meta charset="utf-8"> <meta charset="utf-8">
<title>WebGL drawArrays test</title> <title>WebGL drawArrays test</title>
<!-- <!--

View file

@ -1,5 +1,6 @@
<!doctype html> <!doctype html>
<html> <html>
<link rel="match" href="tex_image_2d_canvas_ref.html"></link>
<meta charset="utf-8"> <meta charset="utf-8">
<title>WebGL texture test</title> <title>WebGL texture test</title>
<!-- <!--

View file

@ -1,5 +1,6 @@
<!doctype html> <!doctype html>
<html> <html>
<link rel="match" href="tex_image_2d_canvas_ref.html"></link>
<meta charset="utf-8"> <meta charset="utf-8">
<title>WebGL texture test</title> <title>WebGL texture test</title>
<!-- <!--

View file

@ -1,5 +1,6 @@
<!doctype html> <!doctype html>
<html> <html>
<link rel="match" href="tex_image_2d_canvas_no_context.html"></link>
<meta charset="utf-8"> <meta charset="utf-8">
<title>WebGL texture test</title> <title>WebGL texture test</title>
<!-- <!--

View file

@ -1,5 +1,6 @@
<!doctype html> <!doctype html>
<html class="reftest-wait"> <html class="reftest-wait">
<link rel="match" href="tex_image_2d_simple_ref.html"></link>
<meta charset="utf-8"> <meta charset="utf-8">
<title>WebGL texture test</title> <title>WebGL texture test</title>
<!-- <!--