Fix missing reference links in webgl tests.

This commit is contained in:
Josh Matthews 2015-11-02 15:08:36 -05:00
parent 5c11c88e92
commit 1dfd48864a
7 changed files with 106 additions and 28 deletions

View file

@ -4091,28 +4091,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": [
@ -4127,6 +4115,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",
@ -4138,18 +4150,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": {
@ -8801,6 +8801,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>
<!-- <!--