From 8d08f1156fc132d9b552e7ff4fa1a70247ff2566 Mon Sep 17 00:00:00 2001 From: Simon Martin Date: Thu, 24 Dec 2015 15:19:57 +0100 Subject: [PATCH] Issue #6601: Added testcase to ensure we don't regress. --- tests/wpt/mozilla/tests/mozilla/webgl/bufferData.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/tests/wpt/mozilla/tests/mozilla/webgl/bufferData.html b/tests/wpt/mozilla/tests/mozilla/webgl/bufferData.html index f278d7513dc..ca151d6202a 100644 --- a/tests/wpt/mozilla/tests/mozilla/webgl/bufferData.html +++ b/tests/wpt/mozilla/tests/mozilla/webgl/bufferData.html @@ -1,6 +1,6 @@ -bufferData and bufferSubData input array type check (issue #6791) +bufferData and bufferSubData input array type check (issue #6791, #6601)