From 00ed9008bebb378e14641a0d840014ff8bcd637f Mon Sep 17 00:00:00 2001 From: Ken Russell Date: Wed, 29 Aug 2018 23:50:10 -0700 Subject: [PATCH] Test webgl2 vs. webgl canvas context modes. This test covers the following HTML spec pull request: https://github.com/whatwg/html/pull/3971 --- .../conformance2/context/00_test_list.txt | 1 + .../conformance2/context/context-mode.html | 77 +++++++++++++++++++ 2 files changed, 78 insertions(+) create mode 100644 sdk/tests/conformance2/context/context-mode.html diff --git a/sdk/tests/conformance2/context/00_test_list.txt b/sdk/tests/conformance2/context/00_test_list.txt index c2d13238b2..fc4f8b8c07 100644 --- a/sdk/tests/conformance2/context/00_test_list.txt +++ b/sdk/tests/conformance2/context/00_test_list.txt @@ -1,5 +1,6 @@ constants-and-properties-2.html context-attributes-depth-stencil-antialias-obeyed.html +--min-version 2.0.1 context-mode.html --min-version 2.0.1 context-sharing-texture2darray-texture3d-data-bug.html context-type-test-2.html --min-version 2.0.1 context-resize-changes-buffer-binding-bug.html diff --git a/sdk/tests/conformance2/context/context-mode.html b/sdk/tests/conformance2/context/context-mode.html new file mode 100644 index 0000000000..b4469c548b --- /dev/null +++ b/sdk/tests/conformance2/context/context-mode.html @@ -0,0 +1,77 @@ + + + + + + +WebGL2 Canvas Context Mode Conformance Tests + + + + + +
+
+ + + + +