diff --git a/components/servo/Cargo.lock b/components/servo/Cargo.lock index 8a65fe9700f..eae16bf3274 100644 --- a/components/servo/Cargo.lock +++ b/components/servo/Cargo.lock @@ -1041,7 +1041,6 @@ dependencies = [ "fnv 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "geom 0.1.0 (git+https://github.com/servo/rust-geom)", "gfx 0.0.1", - "gfx_traits 0.0.1", "html5ever 0.0.0 (git+https://github.com/servo/html5ever)", "hyper 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "js 0.1.0 (git+https://github.com/servo/rust-mozjs)", diff --git a/tests/ref/basic.list b/tests/ref/basic.list index 152bd0525f8..8ba1b36542f 100644 --- a/tests/ref/basic.list +++ b/tests/ref/basic.list @@ -334,7 +334,8 @@ resolution=600x800 == viewport_percentage_vw_vh.html viewport_percentage_vw_vh_b experimental == viewport_rule.html viewport_rule_ref.html == visibility_hidden.html visibility_hidden_ref.html -flaky_cpu == webgl-context/clearcolor.html webgl-context/clearcolor_ref.html +== webgl-context/clearcolor.html webgl-context/clearcolor_ref.html +== webgl-context/draw_arrays_simple.html webgl-context/draw_arrays_simple_ref.html == whitespace_nowrap_a.html whitespace_nowrap_ref.html == whitespace_pre.html whitespace_pre_ref.html @@ -343,5 +344,5 @@ flaky_cpu == webgl-context/clearcolor.html webgl-context/clearcolor_ref.html == word_spacing_a.html word_spacing_ref.html -# This file is must be sorted alphabetically. +# This file must be sorted alphabetically. # Please run `./mach test-tidy` to check your changes. diff --git a/tests/ref/webgl-context/draw_arrays_simple.html b/tests/ref/webgl-context/draw_arrays_simple.html new file mode 100644 index 00000000000..b006143491d --- /dev/null +++ b/tests/ref/webgl-context/draw_arrays_simple.html @@ -0,0 +1,70 @@ + + +WebGL drawArrays test + + + + + + + diff --git a/tests/ref/webgl-context/draw_arrays_simple_ref.html b/tests/ref/webgl-context/draw_arrays_simple_ref.html new file mode 100644 index 00000000000..975dc649337 --- /dev/null +++ b/tests/ref/webgl-context/draw_arrays_simple_ref.html @@ -0,0 +1,16 @@ + + +WebGL drawArrays test + +