From 70229b1720c0c73146f2139b9848197c080395f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Sun, 27 Mar 2016 16:53:17 +0200 Subject: [PATCH] webgl: Add test for WebGL vertex attributes out of bounds. --- tests/wpt/mozilla/meta/MANIFEST.json | 6 ++ .../webgl/invalid_vertex_attributes.html | 60 +++++++++++++++++++ 2 files changed, 66 insertions(+) create mode 100644 tests/wpt/mozilla/tests/mozilla/webgl/invalid_vertex_attributes.html diff --git a/tests/wpt/mozilla/meta/MANIFEST.json b/tests/wpt/mozilla/meta/MANIFEST.json index 41a4d229f32..3116c7312e5 100644 --- a/tests/wpt/mozilla/meta/MANIFEST.json +++ b/tests/wpt/mozilla/meta/MANIFEST.json @@ -6423,6 +6423,12 @@ "url": "/_mozilla/mozilla/webgl/get_supported_extensions.html" } ], + "mozilla/webgl/invalid_vertex_attributes.html": [ + { + "path": "mozilla/webgl/invalid_vertex_attributes.html", + "url": "/_mozilla/mozilla/webgl/invalid_vertex_attributes.html" + } + ], "mozilla/websocket_connection_fail.html": [ { "path": "mozilla/websocket_connection_fail.html", diff --git a/tests/wpt/mozilla/tests/mozilla/webgl/invalid_vertex_attributes.html b/tests/wpt/mozilla/tests/mozilla/webgl/invalid_vertex_attributes.html new file mode 100644 index 00000000000..ed132004abf --- /dev/null +++ b/tests/wpt/mozilla/tests/mozilla/webgl/invalid_vertex_attributes.html @@ -0,0 +1,60 @@ + + +Validation of out-of-bounds vertex attributes + + + + + + + +