From 428e8f7dd81ec45b2ab16dad0ca4de3eb6e9e51f Mon Sep 17 00:00:00 2001 From: Oriol Brufau Date: Mon, 14 Apr 2025 11:33:38 -0700 Subject: [PATCH] Enable all experimental web platform features on all testsuites (#36519) This affects the following testsuites: - tests/wpt/tests/ - tests/wpt/mozilla/tests/ - tests/wpt/webgl/tests/ - tests/wpt/webgpu/tests/ Testing: Several tests improve This is part of #36315 Signed-off-by: Oriol Brufau --- tests/wpt/meta/__dir__.ini | 12 +- tests/wpt/meta/css/css-align/__dir__.ini | 1 - tests/wpt/meta/css/css-flexbox/__dir__.ini | 1 - tests/wpt/meta/css/css-grid/__dir__.ini | 1 - .../meta/permissions/all-permissions.html.ini | 27 - .../meta/permissions/idlharness.any.js.ini | 150 - ...eature-policy-attribute.https.sub.html.ini | 9 - .../excluded-properties-002.html.ini | 3 - tests/wpt/meta/resize-observer/__dir__.ini | 1 - .../meta/uievents/idlharness.window.js.ini | 6 - tests/wpt/meta/webgl/idlharness.any.js.ini | 3861 ----------------- tests/wpt/meta/webxr/__dir__.ini | 2 +- tests/wpt/mozilla/meta/MANIFEST.json | 4 +- tests/wpt/mozilla/meta/__dir__.ini | 13 +- tests/wpt/mozilla/meta/mozilla/calc.html.ini | 6 - .../meta/mozilla/interfaces.https.html.ini | 2 +- .../meta/mozilla/interfaces.worker.js.ini | 2 +- .../tests/mozilla/interfaces.https.html | 53 + .../tests/mozilla/interfaces.worker.js | 49 +- tests/wpt/webgl/meta/__dir__.ini | 22 +- .../conformance2/offscreencanvas/__dir__.ini | 1 - tests/wpt/webgpu/meta/__dir__.ini | 22 +- 22 files changed, 170 insertions(+), 4078 deletions(-) delete mode 100644 tests/wpt/meta/css/css-align/__dir__.ini delete mode 100644 tests/wpt/meta/css/css-flexbox/__dir__.ini delete mode 100644 tests/wpt/meta/css/css-grid/__dir__.ini delete mode 100644 tests/wpt/meta/resize-observer/__dir__.ini delete mode 100644 tests/wpt/webgl/meta/conformance2/offscreencanvas/__dir__.ini diff --git a/tests/wpt/meta/__dir__.ini b/tests/wpt/meta/__dir__.ini index 2c0b00a543a..45cf095da82 100644 --- a/tests/wpt/meta/__dir__.ini +++ b/tests/wpt/meta/__dir__.ini @@ -1,17 +1,25 @@ prefs: [ + # Experimental web platform features "dom_async_clipboard_enabled:true", "dom_fontface_enabled:true", "dom_imagebitmap_enabled:true", "dom_intersection_observer_enabled:true", + "dom_mouse_event_which_enabled:true", "dom_notification_enabled:true", "dom_offscreen_canvas_enabled:true", + "dom_permissions_enabled:true", "dom_resize_observer_enabled:true", "dom_serviceworker_enabled:true", "dom_svg_enabled:true", - "dom_testutils_enabled:true", "dom_trusted_types_enabled:true", - "dom_urlpattern_enabled:true", + "dom_webgl2_enabled:true", + "dom_webgpu_enabled:true", "dom_xpath_enabled:true", + "layout_columns_enabled:true", "layout_container_queries_enabled:true", "layout_grid_enabled:true", + + # Other features + "dom_testutils_enabled:true", + "dom_urlpattern_enabled:true", ] diff --git a/tests/wpt/meta/css/css-align/__dir__.ini b/tests/wpt/meta/css/css-align/__dir__.ini deleted file mode 100644 index bd1bf899085..00000000000 --- a/tests/wpt/meta/css/css-align/__dir__.ini +++ /dev/null @@ -1 +0,0 @@ -prefs: ["layout_columns_enabled:true", "layout_flexbox_enabled:true"] diff --git a/tests/wpt/meta/css/css-flexbox/__dir__.ini b/tests/wpt/meta/css/css-flexbox/__dir__.ini deleted file mode 100644 index bd1bf899085..00000000000 --- a/tests/wpt/meta/css/css-flexbox/__dir__.ini +++ /dev/null @@ -1 +0,0 @@ -prefs: ["layout_columns_enabled:true", "layout_flexbox_enabled:true"] diff --git a/tests/wpt/meta/css/css-grid/__dir__.ini b/tests/wpt/meta/css/css-grid/__dir__.ini deleted file mode 100644 index bd1bf899085..00000000000 --- a/tests/wpt/meta/css/css-grid/__dir__.ini +++ /dev/null @@ -1 +0,0 @@ -prefs: ["layout_columns_enabled:true", "layout_flexbox_enabled:true"] diff --git a/tests/wpt/meta/permissions/all-permissions.html.ini b/tests/wpt/meta/permissions/all-permissions.html.ini index 103ebfa3f74..27e7b03eb7c 100644 --- a/tests/wpt/meta/permissions/all-permissions.html.ini +++ b/tests/wpt/meta/permissions/all-permissions.html.ini @@ -28,30 +28,3 @@ [Query "xr-spatial-tracking" permission] expected: FAIL - - [Query "geolocation" permission] - expected: FAIL - - [Query "notifications" permission] - expected: FAIL - - [Query "persistent-storage" permission] - expected: FAIL - - [Query "push" permission] - expected: FAIL - - [Query "background-sync" permission] - expected: FAIL - - [Query "bluetooth" permission] - expected: FAIL - - [Query "midi" permission] - expected: FAIL - - [Query "camera" permission] - expected: FAIL - - [Query "microphone" permission] - expected: FAIL diff --git a/tests/wpt/meta/permissions/idlharness.any.js.ini b/tests/wpt/meta/permissions/idlharness.any.js.ini index 507819232d7..3191d0751c0 100644 --- a/tests/wpt/meta/permissions/idlharness.any.js.ini +++ b/tests/wpt/meta/permissions/idlharness.any.js.ini @@ -1,164 +1,14 @@ [idlharness.any.worker.html] - [Permissions interface: operation query(object)] - expected: FAIL - - [Permissions interface: calling query(object) on navigator.permissions with too few arguments must throw TypeError] - expected: FAIL - [PermissionStatus interface: attribute name] expected: FAIL [PermissionStatus interface: permissionStatus must inherit property "name" with the proper type] expected: FAIL - [Permissions interface: existence and properties of interface object] - expected: FAIL - - [Permissions interface object length] - expected: FAIL - - [Permissions interface object name] - expected: FAIL - - [Permissions interface: existence and properties of interface prototype object] - expected: FAIL - - [Permissions interface: existence and properties of interface prototype object's "constructor" property] - expected: FAIL - - [Permissions interface: existence and properties of interface prototype object's @@unscopables property] - expected: FAIL - - [Permissions must be primary interface of navigator.permissions] - expected: FAIL - - [Stringification of navigator.permissions] - expected: FAIL - - [Permissions interface: navigator.permissions must inherit property "query(object)" with the proper type] - expected: FAIL - - [PermissionStatus interface: existence and properties of interface object] - expected: FAIL - - [PermissionStatus interface object length] - expected: FAIL - - [PermissionStatus interface object name] - expected: FAIL - - [PermissionStatus interface: existence and properties of interface prototype object] - expected: FAIL - - [PermissionStatus interface: existence and properties of interface prototype object's "constructor" property] - expected: FAIL - - [PermissionStatus interface: existence and properties of interface prototype object's @@unscopables property] - expected: FAIL - - [PermissionStatus interface: attribute state] - expected: FAIL - - [PermissionStatus interface: attribute onchange] - expected: FAIL - - [PermissionStatus must be primary interface of permissionStatus] - expected: FAIL - - [Stringification of permissionStatus] - expected: FAIL - - [PermissionStatus interface: permissionStatus must inherit property "state" with the proper type] - expected: FAIL - - [PermissionStatus interface: permissionStatus must inherit property "onchange" with the proper type] - expected: FAIL - - [WorkerNavigator interface: attribute permissions] - expected: FAIL - - [WorkerNavigator interface: navigator must inherit property "permissions" with the proper type] - expected: FAIL - [idlharness.any.html] - [Permissions interface: operation query(object)] - expected: FAIL - - [Permissions interface: calling query(object) on navigator.permissions with too few arguments must throw TypeError] - expected: FAIL - [PermissionStatus interface: attribute name] expected: FAIL [PermissionStatus interface: permissionStatus must inherit property "name" with the proper type] expected: FAIL - - [Permissions interface: existence and properties of interface object] - expected: FAIL - - [Permissions interface object length] - expected: FAIL - - [Permissions interface object name] - expected: FAIL - - [Permissions interface: existence and properties of interface prototype object] - expected: FAIL - - [Permissions interface: existence and properties of interface prototype object's "constructor" property] - expected: FAIL - - [Permissions interface: existence and properties of interface prototype object's @@unscopables property] - expected: FAIL - - [Permissions must be primary interface of navigator.permissions] - expected: FAIL - - [Stringification of navigator.permissions] - expected: FAIL - - [Permissions interface: navigator.permissions must inherit property "query(object)" with the proper type] - expected: FAIL - - [PermissionStatus interface: existence and properties of interface object] - expected: FAIL - - [PermissionStatus interface object length] - expected: FAIL - - [PermissionStatus interface object name] - expected: FAIL - - [PermissionStatus interface: existence and properties of interface prototype object] - expected: FAIL - - [PermissionStatus interface: existence and properties of interface prototype object's "constructor" property] - expected: FAIL - - [PermissionStatus interface: existence and properties of interface prototype object's @@unscopables property] - expected: FAIL - - [PermissionStatus interface: attribute state] - expected: FAIL - - [PermissionStatus interface: attribute onchange] - expected: FAIL - - [PermissionStatus must be primary interface of permissionStatus] - expected: FAIL - - [Stringification of permissionStatus] - expected: FAIL - - [PermissionStatus interface: permissionStatus must inherit property "state" with the proper type] - expected: FAIL - - [PermissionStatus interface: permissionStatus must inherit property "onchange" with the proper type] - expected: FAIL - - [Navigator interface: attribute permissions] - expected: FAIL - - [Navigator interface: navigator must inherit property "permissions" with the proper type] - expected: FAIL diff --git a/tests/wpt/meta/permissions/permissions-query-feature-policy-attribute.https.sub.html.ini b/tests/wpt/meta/permissions/permissions-query-feature-policy-attribute.https.sub.html.ini index a02439a8e9a..f2f5dc83956 100644 --- a/tests/wpt/meta/permissions/permissions-query-feature-policy-attribute.https.sub.html.ini +++ b/tests/wpt/meta/permissions/permissions-query-feature-policy-attribute.https.sub.html.ini @@ -1,12 +1,3 @@ [permissions-query-feature-policy-attribute.https.sub.html] - [Permissions.state is "prompt" with allow="geolocation" in same-origin iframes.] - expected: FAIL - - [Permissions.state is "prompt" with allow="geolocation" in cross-origin iframes.] - expected: FAIL - - [Permission.state is "prompt" in same-origin iframes.] - expected: FAIL - [Permission.state is "denied" in cross-origin iframes.] expected: FAIL diff --git a/tests/wpt/meta/quirks/unitless-length/excluded-properties-002.html.ini b/tests/wpt/meta/quirks/unitless-length/excluded-properties-002.html.ini index d1baec1fc5b..a633e24103b 100644 --- a/tests/wpt/meta/quirks/unitless-length/excluded-properties-002.html.ini +++ b/tests/wpt/meta/quirks/unitless-length/excluded-properties-002.html.ini @@ -2,8 +2,5 @@ [Property background-blend-mode does not support quirky length] expected: FAIL - [Property column-span does not support quirky length] - expected: FAIL - [Property mask does not support quirky length] expected: FAIL diff --git a/tests/wpt/meta/resize-observer/__dir__.ini b/tests/wpt/meta/resize-observer/__dir__.ini deleted file mode 100644 index 19c126482f0..00000000000 --- a/tests/wpt/meta/resize-observer/__dir__.ini +++ /dev/null @@ -1 +0,0 @@ -prefs: ["dom_resize_observer_enabled:true"] diff --git a/tests/wpt/meta/uievents/idlharness.window.js.ini b/tests/wpt/meta/uievents/idlharness.window.js.ini index 8c338ad8ba1..55e71ccaf64 100644 --- a/tests/wpt/meta/uievents/idlharness.window.js.ini +++ b/tests/wpt/meta/uievents/idlharness.window.js.ini @@ -23,18 +23,12 @@ [MouseEvent interface: calling getModifierState(DOMString) on new MouseEvent("event") with too few arguments must throw TypeError] expected: FAIL - [UIEvent interface: new MouseEvent("event") must inherit property "which" with the proper type] - expected: FAIL - [MouseEvent interface: new WheelEvent("event") must inherit property "getModifierState(DOMString)" with the proper type] expected: FAIL [MouseEvent interface: calling getModifierState(DOMString) on new WheelEvent("event") with too few arguments must throw TypeError] expected: FAIL - [UIEvent interface: new WheelEvent("event") must inherit property "which" with the proper type] - expected: FAIL - [InputEvent interface: attribute inputType] expected: FAIL diff --git a/tests/wpt/meta/webgl/idlharness.any.js.ini b/tests/wpt/meta/webgl/idlharness.any.js.ini index 141402eab89..aab7517c7e5 100644 --- a/tests/wpt/meta/webgl/idlharness.any.js.ini +++ b/tests/wpt/meta/webgl/idlharness.any.js.ini @@ -8,3870 +8,12 @@ [WebGL2RenderingContext includes WebGL2RenderingContextOverloads: member names are unique] expected: FAIL - [WebGLQuery interface: existence and properties of interface object] - expected: FAIL - - [WebGLQuery interface object length] - expected: FAIL - - [WebGLQuery interface object name] - expected: FAIL - - [WebGLQuery interface: existence and properties of interface prototype object] - expected: FAIL - - [WebGLQuery interface: existence and properties of interface prototype object's "constructor" property] - expected: FAIL - - [WebGLQuery interface: existence and properties of interface prototype object's @@unscopables property] - expected: FAIL - - [WebGLSampler interface: existence and properties of interface object] - expected: FAIL - - [WebGLSampler interface object length] - expected: FAIL - - [WebGLSampler interface object name] - expected: FAIL - - [WebGLSampler interface: existence and properties of interface prototype object] - expected: FAIL - - [WebGLSampler interface: existence and properties of interface prototype object's "constructor" property] - expected: FAIL - - [WebGLSampler interface: existence and properties of interface prototype object's @@unscopables property] - expected: FAIL - - [WebGLSync interface: existence and properties of interface object] - expected: FAIL - - [WebGLSync interface object length] - expected: FAIL - - [WebGLSync interface object name] - expected: FAIL - - [WebGLSync interface: existence and properties of interface prototype object] - expected: FAIL - - [WebGLSync interface: existence and properties of interface prototype object's "constructor" property] - expected: FAIL - - [WebGLSync interface: existence and properties of interface prototype object's @@unscopables property] - expected: FAIL - - [WebGLTransformFeedback interface: existence and properties of interface object] - expected: FAIL - - [WebGLTransformFeedback interface object length] - expected: FAIL - - [WebGLTransformFeedback interface object name] - expected: FAIL - - [WebGLTransformFeedback interface: existence and properties of interface prototype object] - expected: FAIL - - [WebGLTransformFeedback interface: existence and properties of interface prototype object's "constructor" property] - expected: FAIL - - [WebGLTransformFeedback interface: existence and properties of interface prototype object's @@unscopables property] - expected: FAIL - - [WebGLVertexArrayObject interface: existence and properties of interface object] - expected: FAIL - - [WebGLVertexArrayObject interface object length] - expected: FAIL - - [WebGLVertexArrayObject interface object name] - expected: FAIL - - [WebGLVertexArrayObject interface: existence and properties of interface prototype object] - expected: FAIL - - [WebGLVertexArrayObject interface: existence and properties of interface prototype object's "constructor" property] - expected: FAIL - - [WebGLVertexArrayObject interface: existence and properties of interface prototype object's @@unscopables property] - expected: FAIL - - [WebGL2RenderingContext interface: existence and properties of interface object] - expected: FAIL - - [WebGL2RenderingContext interface object length] - expected: FAIL - - [WebGL2RenderingContext interface object name] - expected: FAIL - - [WebGL2RenderingContext interface: existence and properties of interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: existence and properties of interface prototype object's "constructor" property] - expected: FAIL - - [WebGL2RenderingContext interface: existence and properties of interface prototype object's @@unscopables property] - expected: FAIL - - [WebGL2RenderingContext interface: constant DEPTH_BUFFER_BIT on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant DEPTH_BUFFER_BIT on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant STENCIL_BUFFER_BIT on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant STENCIL_BUFFER_BIT on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant COLOR_BUFFER_BIT on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant COLOR_BUFFER_BIT on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant POINTS on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant POINTS on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant LINES on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant LINES on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant LINE_LOOP on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant LINE_LOOP on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant LINE_STRIP on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant LINE_STRIP on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TRIANGLES on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TRIANGLES on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TRIANGLE_STRIP on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TRIANGLE_STRIP on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TRIANGLE_FAN on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TRIANGLE_FAN on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant ZERO on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant ZERO on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant ONE on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant ONE on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant SRC_COLOR on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant SRC_COLOR on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant ONE_MINUS_SRC_COLOR on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant ONE_MINUS_SRC_COLOR on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant SRC_ALPHA on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant SRC_ALPHA on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant ONE_MINUS_SRC_ALPHA on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant ONE_MINUS_SRC_ALPHA on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant DST_ALPHA on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant DST_ALPHA on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant ONE_MINUS_DST_ALPHA on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant ONE_MINUS_DST_ALPHA on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant DST_COLOR on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant DST_COLOR on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant ONE_MINUS_DST_COLOR on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant ONE_MINUS_DST_COLOR on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant SRC_ALPHA_SATURATE on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant SRC_ALPHA_SATURATE on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant FUNC_ADD on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant FUNC_ADD on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant BLEND_EQUATION on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant BLEND_EQUATION on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant BLEND_EQUATION_RGB on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant BLEND_EQUATION_RGB on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant BLEND_EQUATION_ALPHA on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant BLEND_EQUATION_ALPHA on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant FUNC_SUBTRACT on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant FUNC_SUBTRACT on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant FUNC_REVERSE_SUBTRACT on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant FUNC_REVERSE_SUBTRACT on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant BLEND_DST_RGB on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant BLEND_DST_RGB on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant BLEND_SRC_RGB on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant BLEND_SRC_RGB on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant BLEND_DST_ALPHA on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant BLEND_DST_ALPHA on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant BLEND_SRC_ALPHA on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant BLEND_SRC_ALPHA on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant CONSTANT_COLOR on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant CONSTANT_COLOR on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant ONE_MINUS_CONSTANT_COLOR on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant ONE_MINUS_CONSTANT_COLOR on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant CONSTANT_ALPHA on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant CONSTANT_ALPHA on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant ONE_MINUS_CONSTANT_ALPHA on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant ONE_MINUS_CONSTANT_ALPHA on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant BLEND_COLOR on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant BLEND_COLOR on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant ARRAY_BUFFER on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant ARRAY_BUFFER on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant ELEMENT_ARRAY_BUFFER on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant ELEMENT_ARRAY_BUFFER on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant ARRAY_BUFFER_BINDING on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant ARRAY_BUFFER_BINDING on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant ELEMENT_ARRAY_BUFFER_BINDING on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant ELEMENT_ARRAY_BUFFER_BINDING on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant STREAM_DRAW on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant STREAM_DRAW on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant STATIC_DRAW on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant STATIC_DRAW on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant DYNAMIC_DRAW on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant DYNAMIC_DRAW on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant BUFFER_SIZE on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant BUFFER_SIZE on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant BUFFER_USAGE on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant BUFFER_USAGE on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant CURRENT_VERTEX_ATTRIB on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant CURRENT_VERTEX_ATTRIB on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant FRONT on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant FRONT on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant BACK on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant BACK on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant FRONT_AND_BACK on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant FRONT_AND_BACK on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant CULL_FACE on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant CULL_FACE on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant BLEND on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant BLEND on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant DITHER on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant DITHER on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant STENCIL_TEST on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant STENCIL_TEST on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant DEPTH_TEST on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant DEPTH_TEST on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant SCISSOR_TEST on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant SCISSOR_TEST on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant POLYGON_OFFSET_FILL on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant POLYGON_OFFSET_FILL on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant SAMPLE_ALPHA_TO_COVERAGE on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant SAMPLE_ALPHA_TO_COVERAGE on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant SAMPLE_COVERAGE on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant SAMPLE_COVERAGE on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant NO_ERROR on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant NO_ERROR on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant INVALID_ENUM on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant INVALID_ENUM on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant INVALID_VALUE on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant INVALID_VALUE on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant INVALID_OPERATION on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant INVALID_OPERATION on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant OUT_OF_MEMORY on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant OUT_OF_MEMORY on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant CW on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant CW on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant CCW on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant CCW on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant LINE_WIDTH on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant LINE_WIDTH on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant ALIASED_POINT_SIZE_RANGE on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant ALIASED_POINT_SIZE_RANGE on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant ALIASED_LINE_WIDTH_RANGE on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant ALIASED_LINE_WIDTH_RANGE on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant CULL_FACE_MODE on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant CULL_FACE_MODE on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant FRONT_FACE on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant FRONT_FACE on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant DEPTH_RANGE on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant DEPTH_RANGE on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant DEPTH_WRITEMASK on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant DEPTH_WRITEMASK on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant DEPTH_CLEAR_VALUE on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant DEPTH_CLEAR_VALUE on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant DEPTH_FUNC on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant DEPTH_FUNC on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant STENCIL_CLEAR_VALUE on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant STENCIL_CLEAR_VALUE on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant STENCIL_FUNC on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant STENCIL_FUNC on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant STENCIL_FAIL on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant STENCIL_FAIL on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant STENCIL_PASS_DEPTH_FAIL on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant STENCIL_PASS_DEPTH_FAIL on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant STENCIL_PASS_DEPTH_PASS on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant STENCIL_PASS_DEPTH_PASS on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant STENCIL_REF on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant STENCIL_REF on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant STENCIL_VALUE_MASK on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant STENCIL_VALUE_MASK on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant STENCIL_WRITEMASK on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant STENCIL_WRITEMASK on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant STENCIL_BACK_FUNC on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant STENCIL_BACK_FUNC on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant STENCIL_BACK_FAIL on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant STENCIL_BACK_FAIL on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant STENCIL_BACK_PASS_DEPTH_FAIL on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant STENCIL_BACK_PASS_DEPTH_FAIL on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant STENCIL_BACK_PASS_DEPTH_PASS on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant STENCIL_BACK_PASS_DEPTH_PASS on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant STENCIL_BACK_REF on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant STENCIL_BACK_REF on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant STENCIL_BACK_VALUE_MASK on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant STENCIL_BACK_VALUE_MASK on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant STENCIL_BACK_WRITEMASK on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant STENCIL_BACK_WRITEMASK on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant VIEWPORT on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant VIEWPORT on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant SCISSOR_BOX on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant SCISSOR_BOX on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant COLOR_CLEAR_VALUE on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant COLOR_CLEAR_VALUE on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant COLOR_WRITEMASK on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant COLOR_WRITEMASK on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant UNPACK_ALIGNMENT on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant UNPACK_ALIGNMENT on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant PACK_ALIGNMENT on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant PACK_ALIGNMENT on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant MAX_TEXTURE_SIZE on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant MAX_TEXTURE_SIZE on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant MAX_VIEWPORT_DIMS on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant MAX_VIEWPORT_DIMS on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant SUBPIXEL_BITS on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant SUBPIXEL_BITS on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RED_BITS on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RED_BITS on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant GREEN_BITS on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant GREEN_BITS on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant BLUE_BITS on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant BLUE_BITS on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant ALPHA_BITS on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant ALPHA_BITS on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant DEPTH_BITS on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant DEPTH_BITS on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant STENCIL_BITS on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant STENCIL_BITS on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant POLYGON_OFFSET_UNITS on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant POLYGON_OFFSET_UNITS on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant POLYGON_OFFSET_FACTOR on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant POLYGON_OFFSET_FACTOR on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE_BINDING_2D on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE_BINDING_2D on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant SAMPLE_BUFFERS on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant SAMPLE_BUFFERS on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant SAMPLES on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant SAMPLES on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant SAMPLE_COVERAGE_VALUE on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant SAMPLE_COVERAGE_VALUE on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant SAMPLE_COVERAGE_INVERT on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant SAMPLE_COVERAGE_INVERT on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant COMPRESSED_TEXTURE_FORMATS on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant COMPRESSED_TEXTURE_FORMATS on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant DONT_CARE on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant DONT_CARE on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant FASTEST on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant FASTEST on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant NICEST on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant NICEST on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant GENERATE_MIPMAP_HINT on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant GENERATE_MIPMAP_HINT on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant BYTE on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant BYTE on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant UNSIGNED_BYTE on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant UNSIGNED_BYTE on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant SHORT on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant SHORT on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant UNSIGNED_SHORT on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant UNSIGNED_SHORT on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant INT on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant INT on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant UNSIGNED_INT on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant UNSIGNED_INT on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant FLOAT on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant FLOAT on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant DEPTH_COMPONENT on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant DEPTH_COMPONENT on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant ALPHA on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant ALPHA on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RGB on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RGB on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RGBA on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RGBA on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant LUMINANCE on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant LUMINANCE on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant LUMINANCE_ALPHA on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant LUMINANCE_ALPHA on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant UNSIGNED_SHORT_4_4_4_4 on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant UNSIGNED_SHORT_4_4_4_4 on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant UNSIGNED_SHORT_5_5_5_1 on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant UNSIGNED_SHORT_5_5_5_1 on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant UNSIGNED_SHORT_5_6_5 on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant UNSIGNED_SHORT_5_6_5 on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant FRAGMENT_SHADER on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant FRAGMENT_SHADER on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant VERTEX_SHADER on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant VERTEX_SHADER on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant MAX_VERTEX_ATTRIBS on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant MAX_VERTEX_ATTRIBS on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant MAX_VERTEX_UNIFORM_VECTORS on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant MAX_VERTEX_UNIFORM_VECTORS on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant MAX_VARYING_VECTORS on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant MAX_VARYING_VECTORS on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant MAX_COMBINED_TEXTURE_IMAGE_UNITS on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant MAX_COMBINED_TEXTURE_IMAGE_UNITS on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant MAX_VERTEX_TEXTURE_IMAGE_UNITS on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant MAX_VERTEX_TEXTURE_IMAGE_UNITS on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant MAX_TEXTURE_IMAGE_UNITS on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant MAX_TEXTURE_IMAGE_UNITS on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant MAX_FRAGMENT_UNIFORM_VECTORS on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant MAX_FRAGMENT_UNIFORM_VECTORS on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant SHADER_TYPE on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant SHADER_TYPE on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant DELETE_STATUS on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant DELETE_STATUS on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant LINK_STATUS on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant LINK_STATUS on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant VALIDATE_STATUS on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant VALIDATE_STATUS on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant ATTACHED_SHADERS on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant ATTACHED_SHADERS on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant ACTIVE_UNIFORMS on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant ACTIVE_UNIFORMS on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant ACTIVE_ATTRIBUTES on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant ACTIVE_ATTRIBUTES on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant SHADING_LANGUAGE_VERSION on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant SHADING_LANGUAGE_VERSION on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant CURRENT_PROGRAM on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant CURRENT_PROGRAM on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant NEVER on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant NEVER on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant LESS on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant LESS on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant EQUAL on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant EQUAL on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant LEQUAL on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant LEQUAL on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant GREATER on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant GREATER on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant NOTEQUAL on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant NOTEQUAL on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant GEQUAL on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant GEQUAL on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant ALWAYS on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant ALWAYS on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant KEEP on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant KEEP on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant REPLACE on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant REPLACE on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant INCR on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant INCR on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant DECR on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant DECR on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant INVERT on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant INVERT on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant INCR_WRAP on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant INCR_WRAP on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant DECR_WRAP on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant DECR_WRAP on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant VENDOR on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant VENDOR on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RENDERER on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RENDERER on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant VERSION on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant VERSION on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant NEAREST on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant NEAREST on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant LINEAR on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant LINEAR on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant NEAREST_MIPMAP_NEAREST on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant NEAREST_MIPMAP_NEAREST on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant LINEAR_MIPMAP_NEAREST on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant LINEAR_MIPMAP_NEAREST on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant NEAREST_MIPMAP_LINEAR on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant NEAREST_MIPMAP_LINEAR on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant LINEAR_MIPMAP_LINEAR on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant LINEAR_MIPMAP_LINEAR on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE_MAG_FILTER on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE_MAG_FILTER on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE_MIN_FILTER on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE_MIN_FILTER on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE_WRAP_S on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE_WRAP_S on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE_WRAP_T on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE_WRAP_T on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE_2D on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE_2D on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE_CUBE_MAP on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE_CUBE_MAP on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE_BINDING_CUBE_MAP on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE_BINDING_CUBE_MAP on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE_CUBE_MAP_POSITIVE_X on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE_CUBE_MAP_POSITIVE_X on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE_CUBE_MAP_NEGATIVE_X on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE_CUBE_MAP_NEGATIVE_X on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE_CUBE_MAP_POSITIVE_Y on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE_CUBE_MAP_POSITIVE_Y on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE_CUBE_MAP_NEGATIVE_Y on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE_CUBE_MAP_NEGATIVE_Y on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE_CUBE_MAP_POSITIVE_Z on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE_CUBE_MAP_POSITIVE_Z on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE_CUBE_MAP_NEGATIVE_Z on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE_CUBE_MAP_NEGATIVE_Z on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant MAX_CUBE_MAP_TEXTURE_SIZE on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant MAX_CUBE_MAP_TEXTURE_SIZE on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE0 on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE0 on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE1 on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE1 on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE2 on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE2 on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE3 on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE3 on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE4 on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE4 on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE5 on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE5 on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE6 on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE6 on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE7 on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE7 on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE8 on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE8 on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE9 on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE9 on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE10 on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE10 on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE11 on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE11 on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE12 on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE12 on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE13 on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE13 on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE14 on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE14 on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE15 on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE15 on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE16 on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE16 on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE17 on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE17 on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE18 on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE18 on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE19 on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE19 on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE20 on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE20 on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE21 on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE21 on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE22 on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE22 on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE23 on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE23 on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE24 on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE24 on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE25 on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE25 on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE26 on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE26 on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE27 on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE27 on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE28 on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE28 on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE29 on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE29 on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE30 on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE30 on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE31 on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE31 on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant ACTIVE_TEXTURE on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant ACTIVE_TEXTURE on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant REPEAT on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant REPEAT on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant CLAMP_TO_EDGE on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant CLAMP_TO_EDGE on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant MIRRORED_REPEAT on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant MIRRORED_REPEAT on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant FLOAT_VEC2 on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant FLOAT_VEC2 on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant FLOAT_VEC3 on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant FLOAT_VEC3 on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant FLOAT_VEC4 on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant FLOAT_VEC4 on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant INT_VEC2 on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant INT_VEC2 on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant INT_VEC3 on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant INT_VEC3 on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant INT_VEC4 on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant INT_VEC4 on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant BOOL on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant BOOL on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant BOOL_VEC2 on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant BOOL_VEC2 on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant BOOL_VEC3 on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant BOOL_VEC3 on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant BOOL_VEC4 on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant BOOL_VEC4 on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant FLOAT_MAT2 on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant FLOAT_MAT2 on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant FLOAT_MAT3 on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant FLOAT_MAT3 on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant FLOAT_MAT4 on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant FLOAT_MAT4 on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant SAMPLER_2D on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant SAMPLER_2D on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant SAMPLER_CUBE on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant SAMPLER_CUBE on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant VERTEX_ATTRIB_ARRAY_ENABLED on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant VERTEX_ATTRIB_ARRAY_ENABLED on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant VERTEX_ATTRIB_ARRAY_SIZE on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant VERTEX_ATTRIB_ARRAY_SIZE on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant VERTEX_ATTRIB_ARRAY_STRIDE on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant VERTEX_ATTRIB_ARRAY_STRIDE on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant VERTEX_ATTRIB_ARRAY_TYPE on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant VERTEX_ATTRIB_ARRAY_TYPE on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant VERTEX_ATTRIB_ARRAY_NORMALIZED on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant VERTEX_ATTRIB_ARRAY_NORMALIZED on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant VERTEX_ATTRIB_ARRAY_POINTER on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant VERTEX_ATTRIB_ARRAY_POINTER on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant VERTEX_ATTRIB_ARRAY_BUFFER_BINDING on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant VERTEX_ATTRIB_ARRAY_BUFFER_BINDING on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant IMPLEMENTATION_COLOR_READ_TYPE on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant IMPLEMENTATION_COLOR_READ_TYPE on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant IMPLEMENTATION_COLOR_READ_FORMAT on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant IMPLEMENTATION_COLOR_READ_FORMAT on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant COMPILE_STATUS on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant COMPILE_STATUS on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant LOW_FLOAT on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant LOW_FLOAT on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant MEDIUM_FLOAT on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant MEDIUM_FLOAT on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant HIGH_FLOAT on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant HIGH_FLOAT on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant LOW_INT on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant LOW_INT on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant MEDIUM_INT on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant MEDIUM_INT on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant HIGH_INT on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant HIGH_INT on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant FRAMEBUFFER on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant FRAMEBUFFER on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RENDERBUFFER on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RENDERBUFFER on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RGBA4 on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RGBA4 on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RGB5_A1 on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RGB5_A1 on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RGB565 on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RGB565 on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant DEPTH_COMPONENT16 on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant DEPTH_COMPONENT16 on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant STENCIL_INDEX8 on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant STENCIL_INDEX8 on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant DEPTH_STENCIL on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant DEPTH_STENCIL on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RENDERBUFFER_WIDTH on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RENDERBUFFER_WIDTH on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RENDERBUFFER_HEIGHT on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RENDERBUFFER_HEIGHT on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RENDERBUFFER_INTERNAL_FORMAT on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RENDERBUFFER_INTERNAL_FORMAT on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RENDERBUFFER_RED_SIZE on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RENDERBUFFER_RED_SIZE on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RENDERBUFFER_GREEN_SIZE on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RENDERBUFFER_GREEN_SIZE on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RENDERBUFFER_BLUE_SIZE on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RENDERBUFFER_BLUE_SIZE on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RENDERBUFFER_ALPHA_SIZE on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RENDERBUFFER_ALPHA_SIZE on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RENDERBUFFER_DEPTH_SIZE on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RENDERBUFFER_DEPTH_SIZE on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RENDERBUFFER_STENCIL_SIZE on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RENDERBUFFER_STENCIL_SIZE on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant FRAMEBUFFER_ATTACHMENT_OBJECT_NAME on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant FRAMEBUFFER_ATTACHMENT_OBJECT_NAME on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant COLOR_ATTACHMENT0 on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant COLOR_ATTACHMENT0 on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant DEPTH_ATTACHMENT on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant DEPTH_ATTACHMENT on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant STENCIL_ATTACHMENT on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant STENCIL_ATTACHMENT on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant DEPTH_STENCIL_ATTACHMENT on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant DEPTH_STENCIL_ATTACHMENT on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant NONE on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant NONE on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant FRAMEBUFFER_COMPLETE on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant FRAMEBUFFER_COMPLETE on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant FRAMEBUFFER_INCOMPLETE_ATTACHMENT on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant FRAMEBUFFER_INCOMPLETE_ATTACHMENT on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant FRAMEBUFFER_INCOMPLETE_DIMENSIONS on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant FRAMEBUFFER_INCOMPLETE_DIMENSIONS on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant FRAMEBUFFER_UNSUPPORTED on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant FRAMEBUFFER_UNSUPPORTED on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant FRAMEBUFFER_BINDING on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant FRAMEBUFFER_BINDING on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RENDERBUFFER_BINDING on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RENDERBUFFER_BINDING on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant MAX_RENDERBUFFER_SIZE on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant MAX_RENDERBUFFER_SIZE on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant INVALID_FRAMEBUFFER_OPERATION on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant INVALID_FRAMEBUFFER_OPERATION on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant UNPACK_FLIP_Y_WEBGL on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant UNPACK_FLIP_Y_WEBGL on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant UNPACK_PREMULTIPLY_ALPHA_WEBGL on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant UNPACK_PREMULTIPLY_ALPHA_WEBGL on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant CONTEXT_LOST_WEBGL on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant CONTEXT_LOST_WEBGL on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant UNPACK_COLORSPACE_CONVERSION_WEBGL on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant UNPACK_COLORSPACE_CONVERSION_WEBGL on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant BROWSER_DEFAULT_WEBGL on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant BROWSER_DEFAULT_WEBGL on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: attribute canvas] - expected: FAIL - - [WebGL2RenderingContext interface: attribute drawingBufferWidth] - expected: FAIL - - [WebGL2RenderingContext interface: attribute drawingBufferHeight] - expected: FAIL - - [WebGL2RenderingContext interface: operation getContextAttributes()] - expected: FAIL - - [WebGL2RenderingContext interface: operation isContextLost()] - expected: FAIL - - [WebGL2RenderingContext interface: operation getSupportedExtensions()] - expected: FAIL - - [WebGL2RenderingContext interface: operation getExtension(DOMString)] - expected: FAIL - - [WebGL2RenderingContext interface: operation activeTexture(GLenum)] - expected: FAIL - - [WebGL2RenderingContext interface: operation attachShader(WebGLProgram, WebGLShader)] - expected: FAIL - - [WebGL2RenderingContext interface: operation bindAttribLocation(WebGLProgram, GLuint, DOMString)] - expected: FAIL - - [WebGL2RenderingContext interface: operation bindBuffer(GLenum, WebGLBuffer?)] - expected: FAIL - - [WebGL2RenderingContext interface: operation bindFramebuffer(GLenum, WebGLFramebuffer?)] - expected: FAIL - - [WebGL2RenderingContext interface: operation bindRenderbuffer(GLenum, WebGLRenderbuffer?)] - expected: FAIL - - [WebGL2RenderingContext interface: operation bindTexture(GLenum, WebGLTexture?)] - expected: FAIL - - [WebGL2RenderingContext interface: operation blendColor(GLclampf, GLclampf, GLclampf, GLclampf)] - expected: FAIL - - [WebGL2RenderingContext interface: operation blendEquation(GLenum)] - expected: FAIL - - [WebGL2RenderingContext interface: operation blendEquationSeparate(GLenum, GLenum)] - expected: FAIL - - [WebGL2RenderingContext interface: operation blendFunc(GLenum, GLenum)] - expected: FAIL - - [WebGL2RenderingContext interface: operation blendFuncSeparate(GLenum, GLenum, GLenum, GLenum)] - expected: FAIL - - [WebGL2RenderingContext interface: operation checkFramebufferStatus(GLenum)] - expected: FAIL - - [WebGL2RenderingContext interface: operation clear(GLbitfield)] - expected: FAIL - - [WebGL2RenderingContext interface: operation clearColor(GLclampf, GLclampf, GLclampf, GLclampf)] - expected: FAIL - - [WebGL2RenderingContext interface: operation clearDepth(GLclampf)] - expected: FAIL - - [WebGL2RenderingContext interface: operation clearStencil(GLint)] - expected: FAIL - - [WebGL2RenderingContext interface: operation colorMask(GLboolean, GLboolean, GLboolean, GLboolean)] - expected: FAIL - - [WebGL2RenderingContext interface: operation compileShader(WebGLShader)] - expected: FAIL - - [WebGL2RenderingContext interface: operation copyTexImage2D(GLenum, GLint, GLenum, GLint, GLint, GLsizei, GLsizei, GLint)] - expected: FAIL - - [WebGL2RenderingContext interface: operation copyTexSubImage2D(GLenum, GLint, GLint, GLint, GLint, GLint, GLsizei, GLsizei)] - expected: FAIL - - [WebGL2RenderingContext interface: operation createBuffer()] - expected: FAIL - - [WebGL2RenderingContext interface: operation createFramebuffer()] - expected: FAIL - - [WebGL2RenderingContext interface: operation createProgram()] - expected: FAIL - - [WebGL2RenderingContext interface: operation createRenderbuffer()] - expected: FAIL - - [WebGL2RenderingContext interface: operation createShader(GLenum)] - expected: FAIL - - [WebGL2RenderingContext interface: operation createTexture()] - expected: FAIL - - [WebGL2RenderingContext interface: operation cullFace(GLenum)] - expected: FAIL - - [WebGL2RenderingContext interface: operation deleteBuffer(WebGLBuffer?)] - expected: FAIL - - [WebGL2RenderingContext interface: operation deleteFramebuffer(WebGLFramebuffer?)] - expected: FAIL - - [WebGL2RenderingContext interface: operation deleteProgram(WebGLProgram?)] - expected: FAIL - - [WebGL2RenderingContext interface: operation deleteRenderbuffer(WebGLRenderbuffer?)] - expected: FAIL - - [WebGL2RenderingContext interface: operation deleteShader(WebGLShader?)] - expected: FAIL - - [WebGL2RenderingContext interface: operation deleteTexture(WebGLTexture?)] - expected: FAIL - - [WebGL2RenderingContext interface: operation depthFunc(GLenum)] - expected: FAIL - - [WebGL2RenderingContext interface: operation depthMask(GLboolean)] - expected: FAIL - - [WebGL2RenderingContext interface: operation depthRange(GLclampf, GLclampf)] - expected: FAIL - - [WebGL2RenderingContext interface: operation detachShader(WebGLProgram, WebGLShader)] - expected: FAIL - - [WebGL2RenderingContext interface: operation disable(GLenum)] - expected: FAIL - - [WebGL2RenderingContext interface: operation disableVertexAttribArray(GLuint)] - expected: FAIL - - [WebGL2RenderingContext interface: operation drawArrays(GLenum, GLint, GLsizei)] - expected: FAIL - - [WebGL2RenderingContext interface: operation drawElements(GLenum, GLsizei, GLenum, GLintptr)] - expected: FAIL - - [WebGL2RenderingContext interface: operation enable(GLenum)] - expected: FAIL - - [WebGL2RenderingContext interface: operation enableVertexAttribArray(GLuint)] - expected: FAIL - - [WebGL2RenderingContext interface: operation finish()] - expected: FAIL - - [WebGL2RenderingContext interface: operation flush()] - expected: FAIL - - [WebGL2RenderingContext interface: operation framebufferRenderbuffer(GLenum, GLenum, GLenum, WebGLRenderbuffer?)] - expected: FAIL - - [WebGL2RenderingContext interface: operation framebufferTexture2D(GLenum, GLenum, GLenum, WebGLTexture?, GLint)] - expected: FAIL - - [WebGL2RenderingContext interface: operation frontFace(GLenum)] - expected: FAIL - - [WebGL2RenderingContext interface: operation generateMipmap(GLenum)] - expected: FAIL - - [WebGL2RenderingContext interface: operation getActiveAttrib(WebGLProgram, GLuint)] - expected: FAIL - - [WebGL2RenderingContext interface: operation getActiveUniform(WebGLProgram, GLuint)] - expected: FAIL - - [WebGL2RenderingContext interface: operation getAttachedShaders(WebGLProgram)] - expected: FAIL - - [WebGL2RenderingContext interface: operation getAttribLocation(WebGLProgram, DOMString)] - expected: FAIL - - [WebGL2RenderingContext interface: operation getBufferParameter(GLenum, GLenum)] - expected: FAIL - - [WebGL2RenderingContext interface: operation getParameter(GLenum)] - expected: FAIL - - [WebGL2RenderingContext interface: operation getError()] - expected: FAIL - - [WebGL2RenderingContext interface: operation getFramebufferAttachmentParameter(GLenum, GLenum, GLenum)] - expected: FAIL - - [WebGL2RenderingContext interface: operation getProgramParameter(WebGLProgram, GLenum)] - expected: FAIL - - [WebGL2RenderingContext interface: operation getProgramInfoLog(WebGLProgram)] - expected: FAIL - - [WebGL2RenderingContext interface: operation getRenderbufferParameter(GLenum, GLenum)] - expected: FAIL - - [WebGL2RenderingContext interface: operation getShaderParameter(WebGLShader, GLenum)] - expected: FAIL - - [WebGL2RenderingContext interface: operation getShaderPrecisionFormat(GLenum, GLenum)] - expected: FAIL - - [WebGL2RenderingContext interface: operation getShaderInfoLog(WebGLShader)] - expected: FAIL - - [WebGL2RenderingContext interface: operation getShaderSource(WebGLShader)] - expected: FAIL - - [WebGL2RenderingContext interface: operation getTexParameter(GLenum, GLenum)] - expected: FAIL - - [WebGL2RenderingContext interface: operation getUniform(WebGLProgram, WebGLUniformLocation)] - expected: FAIL - - [WebGL2RenderingContext interface: operation getUniformLocation(WebGLProgram, DOMString)] - expected: FAIL - - [WebGL2RenderingContext interface: operation getVertexAttrib(GLuint, GLenum)] - expected: FAIL - - [WebGL2RenderingContext interface: operation getVertexAttribOffset(GLuint, GLenum)] - expected: FAIL - - [WebGL2RenderingContext interface: operation hint(GLenum, GLenum)] - expected: FAIL - - [WebGL2RenderingContext interface: operation isBuffer(WebGLBuffer?)] - expected: FAIL - - [WebGL2RenderingContext interface: operation isEnabled(GLenum)] - expected: FAIL - - [WebGL2RenderingContext interface: operation isFramebuffer(WebGLFramebuffer?)] - expected: FAIL - - [WebGL2RenderingContext interface: operation isProgram(WebGLProgram?)] - expected: FAIL - - [WebGL2RenderingContext interface: operation isRenderbuffer(WebGLRenderbuffer?)] - expected: FAIL - - [WebGL2RenderingContext interface: operation isShader(WebGLShader?)] - expected: FAIL - - [WebGL2RenderingContext interface: operation isTexture(WebGLTexture?)] - expected: FAIL - - [WebGL2RenderingContext interface: operation lineWidth(GLfloat)] - expected: FAIL - - [WebGL2RenderingContext interface: operation linkProgram(WebGLProgram)] - expected: FAIL - - [WebGL2RenderingContext interface: operation pixelStorei(GLenum, GLint)] - expected: FAIL - - [WebGL2RenderingContext interface: operation polygonOffset(GLfloat, GLfloat)] - expected: FAIL - - [WebGL2RenderingContext interface: operation renderbufferStorage(GLenum, GLenum, GLsizei, GLsizei)] - expected: FAIL - - [WebGL2RenderingContext interface: operation sampleCoverage(GLclampf, GLboolean)] - expected: FAIL - - [WebGL2RenderingContext interface: operation scissor(GLint, GLint, GLsizei, GLsizei)] - expected: FAIL - - [WebGL2RenderingContext interface: operation shaderSource(WebGLShader, DOMString)] - expected: FAIL - - [WebGL2RenderingContext interface: operation stencilFunc(GLenum, GLint, GLuint)] - expected: FAIL - - [WebGL2RenderingContext interface: operation stencilFuncSeparate(GLenum, GLenum, GLint, GLuint)] - expected: FAIL - - [WebGL2RenderingContext interface: operation stencilMask(GLuint)] - expected: FAIL - - [WebGL2RenderingContext interface: operation stencilMaskSeparate(GLenum, GLuint)] - expected: FAIL - - [WebGL2RenderingContext interface: operation stencilOp(GLenum, GLenum, GLenum)] - expected: FAIL - - [WebGL2RenderingContext interface: operation stencilOpSeparate(GLenum, GLenum, GLenum, GLenum)] - expected: FAIL - - [WebGL2RenderingContext interface: operation texParameterf(GLenum, GLenum, GLfloat)] - expected: FAIL - - [WebGL2RenderingContext interface: operation texParameteri(GLenum, GLenum, GLint)] - expected: FAIL - - [WebGL2RenderingContext interface: operation uniform1f(WebGLUniformLocation?, GLfloat)] - expected: FAIL - - [WebGL2RenderingContext interface: operation uniform2f(WebGLUniformLocation?, GLfloat, GLfloat)] - expected: FAIL - - [WebGL2RenderingContext interface: operation uniform3f(WebGLUniformLocation?, GLfloat, GLfloat, GLfloat)] - expected: FAIL - - [WebGL2RenderingContext interface: operation uniform4f(WebGLUniformLocation?, GLfloat, GLfloat, GLfloat, GLfloat)] - expected: FAIL - - [WebGL2RenderingContext interface: operation uniform1i(WebGLUniformLocation?, GLint)] - expected: FAIL - - [WebGL2RenderingContext interface: operation uniform2i(WebGLUniformLocation?, GLint, GLint)] - expected: FAIL - - [WebGL2RenderingContext interface: operation uniform3i(WebGLUniformLocation?, GLint, GLint, GLint)] - expected: FAIL - - [WebGL2RenderingContext interface: operation uniform4i(WebGLUniformLocation?, GLint, GLint, GLint, GLint)] - expected: FAIL - - [WebGL2RenderingContext interface: operation useProgram(WebGLProgram?)] - expected: FAIL - - [WebGL2RenderingContext interface: operation validateProgram(WebGLProgram)] - expected: FAIL - - [WebGL2RenderingContext interface: operation vertexAttrib1f(GLuint, GLfloat)] - expected: FAIL - - [WebGL2RenderingContext interface: operation vertexAttrib2f(GLuint, GLfloat, GLfloat)] - expected: FAIL - - [WebGL2RenderingContext interface: operation vertexAttrib3f(GLuint, GLfloat, GLfloat, GLfloat)] - expected: FAIL - - [WebGL2RenderingContext interface: operation vertexAttrib4f(GLuint, GLfloat, GLfloat, GLfloat, GLfloat)] - expected: FAIL - - [WebGL2RenderingContext interface: operation vertexAttrib1fv(GLuint, Float32List)] - expected: FAIL - - [WebGL2RenderingContext interface: operation vertexAttrib2fv(GLuint, Float32List)] - expected: FAIL - - [WebGL2RenderingContext interface: operation vertexAttrib3fv(GLuint, Float32List)] - expected: FAIL - - [WebGL2RenderingContext interface: operation vertexAttrib4fv(GLuint, Float32List)] - expected: FAIL - - [WebGL2RenderingContext interface: operation vertexAttribPointer(GLuint, GLint, GLenum, GLboolean, GLsizei, GLintptr)] - expected: FAIL - - [WebGL2RenderingContext interface: operation viewport(GLint, GLint, GLsizei, GLsizei)] - expected: FAIL - - [WebGL2RenderingContext interface: constant READ_BUFFER on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant READ_BUFFER on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant UNPACK_ROW_LENGTH on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant UNPACK_ROW_LENGTH on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant UNPACK_SKIP_ROWS on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant UNPACK_SKIP_ROWS on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant UNPACK_SKIP_PIXELS on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant UNPACK_SKIP_PIXELS on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant PACK_ROW_LENGTH on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant PACK_ROW_LENGTH on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant PACK_SKIP_ROWS on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant PACK_SKIP_ROWS on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant PACK_SKIP_PIXELS on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant PACK_SKIP_PIXELS on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant COLOR on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant COLOR on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant DEPTH on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant DEPTH on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant STENCIL on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant STENCIL on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RED on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RED on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RGB8 on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RGB8 on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RGBA8 on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RGBA8 on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RGB10_A2 on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RGB10_A2 on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE_BINDING_3D on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE_BINDING_3D on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant UNPACK_SKIP_IMAGES on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant UNPACK_SKIP_IMAGES on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant UNPACK_IMAGE_HEIGHT on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant UNPACK_IMAGE_HEIGHT on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE_3D on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE_3D on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE_WRAP_R on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE_WRAP_R on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant MAX_3D_TEXTURE_SIZE on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant MAX_3D_TEXTURE_SIZE on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant UNSIGNED_INT_2_10_10_10_REV on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant UNSIGNED_INT_2_10_10_10_REV on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant MAX_ELEMENTS_VERTICES on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant MAX_ELEMENTS_VERTICES on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant MAX_ELEMENTS_INDICES on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant MAX_ELEMENTS_INDICES on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE_MIN_LOD on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE_MIN_LOD on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE_MAX_LOD on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE_MAX_LOD on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE_BASE_LEVEL on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE_BASE_LEVEL on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE_MAX_LEVEL on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE_MAX_LEVEL on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant MIN on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant MIN on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant MAX on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant MAX on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant DEPTH_COMPONENT24 on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant DEPTH_COMPONENT24 on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant MAX_TEXTURE_LOD_BIAS on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant MAX_TEXTURE_LOD_BIAS on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE_COMPARE_MODE on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE_COMPARE_MODE on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE_COMPARE_FUNC on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE_COMPARE_FUNC on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant CURRENT_QUERY on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant CURRENT_QUERY on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant QUERY_RESULT on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant QUERY_RESULT on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant QUERY_RESULT_AVAILABLE on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant QUERY_RESULT_AVAILABLE on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant STREAM_READ on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant STREAM_READ on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant STREAM_COPY on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant STREAM_COPY on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant STATIC_READ on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant STATIC_READ on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant STATIC_COPY on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant STATIC_COPY on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant DYNAMIC_READ on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant DYNAMIC_READ on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant DYNAMIC_COPY on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant DYNAMIC_COPY on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant MAX_DRAW_BUFFERS on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant MAX_DRAW_BUFFERS on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant DRAW_BUFFER0 on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant DRAW_BUFFER0 on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant DRAW_BUFFER1 on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant DRAW_BUFFER1 on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant DRAW_BUFFER2 on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant DRAW_BUFFER2 on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant DRAW_BUFFER3 on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant DRAW_BUFFER3 on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant DRAW_BUFFER4 on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant DRAW_BUFFER4 on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant DRAW_BUFFER5 on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant DRAW_BUFFER5 on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant DRAW_BUFFER6 on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant DRAW_BUFFER6 on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant DRAW_BUFFER7 on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant DRAW_BUFFER7 on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant DRAW_BUFFER8 on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant DRAW_BUFFER8 on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant DRAW_BUFFER9 on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant DRAW_BUFFER9 on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant DRAW_BUFFER10 on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant DRAW_BUFFER10 on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant DRAW_BUFFER11 on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant DRAW_BUFFER11 on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant DRAW_BUFFER12 on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant DRAW_BUFFER12 on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant DRAW_BUFFER13 on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant DRAW_BUFFER13 on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant DRAW_BUFFER14 on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant DRAW_BUFFER14 on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant DRAW_BUFFER15 on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant DRAW_BUFFER15 on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant MAX_FRAGMENT_UNIFORM_COMPONENTS on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant MAX_FRAGMENT_UNIFORM_COMPONENTS on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant MAX_VERTEX_UNIFORM_COMPONENTS on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant MAX_VERTEX_UNIFORM_COMPONENTS on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant SAMPLER_3D on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant SAMPLER_3D on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant SAMPLER_2D_SHADOW on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant SAMPLER_2D_SHADOW on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant FRAGMENT_SHADER_DERIVATIVE_HINT on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant FRAGMENT_SHADER_DERIVATIVE_HINT on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant PIXEL_PACK_BUFFER on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant PIXEL_PACK_BUFFER on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant PIXEL_UNPACK_BUFFER on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant PIXEL_UNPACK_BUFFER on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant PIXEL_PACK_BUFFER_BINDING on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant PIXEL_PACK_BUFFER_BINDING on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant PIXEL_UNPACK_BUFFER_BINDING on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant PIXEL_UNPACK_BUFFER_BINDING on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant FLOAT_MAT2x3 on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant FLOAT_MAT2x3 on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant FLOAT_MAT2x4 on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant FLOAT_MAT2x4 on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant FLOAT_MAT3x2 on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant FLOAT_MAT3x2 on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant FLOAT_MAT3x4 on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant FLOAT_MAT3x4 on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant FLOAT_MAT4x2 on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant FLOAT_MAT4x2 on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant FLOAT_MAT4x3 on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant FLOAT_MAT4x3 on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant SRGB on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant SRGB on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant SRGB8 on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant SRGB8 on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant SRGB8_ALPHA8 on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant SRGB8_ALPHA8 on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant COMPARE_REF_TO_TEXTURE on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant COMPARE_REF_TO_TEXTURE on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RGBA32F on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RGBA32F on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RGB32F on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RGB32F on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RGBA16F on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RGBA16F on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RGB16F on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RGB16F on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant VERTEX_ATTRIB_ARRAY_INTEGER on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant VERTEX_ATTRIB_ARRAY_INTEGER on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant MAX_ARRAY_TEXTURE_LAYERS on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant MAX_ARRAY_TEXTURE_LAYERS on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant MIN_PROGRAM_TEXEL_OFFSET on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant MIN_PROGRAM_TEXEL_OFFSET on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant MAX_PROGRAM_TEXEL_OFFSET on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant MAX_PROGRAM_TEXEL_OFFSET on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant MAX_VARYING_COMPONENTS on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant MAX_VARYING_COMPONENTS on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE_2D_ARRAY on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE_2D_ARRAY on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE_BINDING_2D_ARRAY on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE_BINDING_2D_ARRAY on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant R11F_G11F_B10F on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant R11F_G11F_B10F on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant UNSIGNED_INT_10F_11F_11F_REV on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant UNSIGNED_INT_10F_11F_11F_REV on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RGB9_E5 on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RGB9_E5 on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant UNSIGNED_INT_5_9_9_9_REV on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant UNSIGNED_INT_5_9_9_9_REV on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TRANSFORM_FEEDBACK_BUFFER_MODE on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TRANSFORM_FEEDBACK_BUFFER_MODE on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant MAX_TRANSFORM_FEEDBACK_SEPARATE_COMPONENTS on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant MAX_TRANSFORM_FEEDBACK_SEPARATE_COMPONENTS on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TRANSFORM_FEEDBACK_VARYINGS on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TRANSFORM_FEEDBACK_VARYINGS on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TRANSFORM_FEEDBACK_BUFFER_START on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TRANSFORM_FEEDBACK_BUFFER_START on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TRANSFORM_FEEDBACK_BUFFER_SIZE on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TRANSFORM_FEEDBACK_BUFFER_SIZE on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RASTERIZER_DISCARD on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RASTERIZER_DISCARD on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant MAX_TRANSFORM_FEEDBACK_INTERLEAVED_COMPONENTS on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant MAX_TRANSFORM_FEEDBACK_INTERLEAVED_COMPONENTS on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant MAX_TRANSFORM_FEEDBACK_SEPARATE_ATTRIBS on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant MAX_TRANSFORM_FEEDBACK_SEPARATE_ATTRIBS on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant INTERLEAVED_ATTRIBS on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant INTERLEAVED_ATTRIBS on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant SEPARATE_ATTRIBS on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant SEPARATE_ATTRIBS on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TRANSFORM_FEEDBACK_BUFFER on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TRANSFORM_FEEDBACK_BUFFER on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TRANSFORM_FEEDBACK_BUFFER_BINDING on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TRANSFORM_FEEDBACK_BUFFER_BINDING on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RGBA32UI on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RGBA32UI on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RGB32UI on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RGB32UI on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RGBA16UI on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RGBA16UI on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RGB16UI on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RGB16UI on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RGBA8UI on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RGBA8UI on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RGB8UI on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RGB8UI on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RGBA32I on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RGBA32I on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RGB32I on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RGB32I on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RGBA16I on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RGBA16I on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RGB16I on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RGB16I on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RGBA8I on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RGBA8I on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RGB8I on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RGB8I on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RED_INTEGER on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RED_INTEGER on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RGB_INTEGER on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RGB_INTEGER on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RGBA_INTEGER on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RGBA_INTEGER on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant SAMPLER_2D_ARRAY on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant SAMPLER_2D_ARRAY on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant SAMPLER_2D_ARRAY_SHADOW on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant SAMPLER_2D_ARRAY_SHADOW on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant SAMPLER_CUBE_SHADOW on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant SAMPLER_CUBE_SHADOW on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant UNSIGNED_INT_VEC2 on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant UNSIGNED_INT_VEC2 on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant UNSIGNED_INT_VEC3 on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant UNSIGNED_INT_VEC3 on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant UNSIGNED_INT_VEC4 on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant UNSIGNED_INT_VEC4 on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant INT_SAMPLER_2D on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant INT_SAMPLER_2D on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant INT_SAMPLER_3D on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant INT_SAMPLER_3D on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant INT_SAMPLER_CUBE on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant INT_SAMPLER_CUBE on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant INT_SAMPLER_2D_ARRAY on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant INT_SAMPLER_2D_ARRAY on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant UNSIGNED_INT_SAMPLER_2D on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant UNSIGNED_INT_SAMPLER_2D on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant UNSIGNED_INT_SAMPLER_3D on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant UNSIGNED_INT_SAMPLER_3D on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant UNSIGNED_INT_SAMPLER_CUBE on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant UNSIGNED_INT_SAMPLER_CUBE on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant UNSIGNED_INT_SAMPLER_2D_ARRAY on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant UNSIGNED_INT_SAMPLER_2D_ARRAY on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant DEPTH_COMPONENT32F on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant DEPTH_COMPONENT32F on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant DEPTH32F_STENCIL8 on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant DEPTH32F_STENCIL8 on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant FLOAT_32_UNSIGNED_INT_24_8_REV on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant FLOAT_32_UNSIGNED_INT_24_8_REV on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant FRAMEBUFFER_ATTACHMENT_RED_SIZE on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant FRAMEBUFFER_ATTACHMENT_RED_SIZE on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant FRAMEBUFFER_ATTACHMENT_GREEN_SIZE on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant FRAMEBUFFER_ATTACHMENT_GREEN_SIZE on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant FRAMEBUFFER_ATTACHMENT_BLUE_SIZE on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant FRAMEBUFFER_ATTACHMENT_BLUE_SIZE on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant FRAMEBUFFER_ATTACHMENT_ALPHA_SIZE on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant FRAMEBUFFER_ATTACHMENT_ALPHA_SIZE on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant FRAMEBUFFER_ATTACHMENT_DEPTH_SIZE on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant FRAMEBUFFER_ATTACHMENT_DEPTH_SIZE on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant FRAMEBUFFER_ATTACHMENT_STENCIL_SIZE on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant FRAMEBUFFER_ATTACHMENT_STENCIL_SIZE on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant FRAMEBUFFER_DEFAULT on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant FRAMEBUFFER_DEFAULT on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant UNSIGNED_INT_24_8 on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant UNSIGNED_INT_24_8 on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant DEPTH24_STENCIL8 on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant DEPTH24_STENCIL8 on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant UNSIGNED_NORMALIZED on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant UNSIGNED_NORMALIZED on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant DRAW_FRAMEBUFFER_BINDING on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant DRAW_FRAMEBUFFER_BINDING on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant READ_FRAMEBUFFER on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant READ_FRAMEBUFFER on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant DRAW_FRAMEBUFFER on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant DRAW_FRAMEBUFFER on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant READ_FRAMEBUFFER_BINDING on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant READ_FRAMEBUFFER_BINDING on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RENDERBUFFER_SAMPLES on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RENDERBUFFER_SAMPLES on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant MAX_COLOR_ATTACHMENTS on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant MAX_COLOR_ATTACHMENTS on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant COLOR_ATTACHMENT1 on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant COLOR_ATTACHMENT1 on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant COLOR_ATTACHMENT2 on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant COLOR_ATTACHMENT2 on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant COLOR_ATTACHMENT3 on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant COLOR_ATTACHMENT3 on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant COLOR_ATTACHMENT4 on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant COLOR_ATTACHMENT4 on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant COLOR_ATTACHMENT5 on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant COLOR_ATTACHMENT5 on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant COLOR_ATTACHMENT6 on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant COLOR_ATTACHMENT6 on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant COLOR_ATTACHMENT7 on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant COLOR_ATTACHMENT7 on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant COLOR_ATTACHMENT8 on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant COLOR_ATTACHMENT8 on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant COLOR_ATTACHMENT9 on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant COLOR_ATTACHMENT9 on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant COLOR_ATTACHMENT10 on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant COLOR_ATTACHMENT10 on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant COLOR_ATTACHMENT11 on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant COLOR_ATTACHMENT11 on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant COLOR_ATTACHMENT12 on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant COLOR_ATTACHMENT12 on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant COLOR_ATTACHMENT13 on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant COLOR_ATTACHMENT13 on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant COLOR_ATTACHMENT14 on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant COLOR_ATTACHMENT14 on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant COLOR_ATTACHMENT15 on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant COLOR_ATTACHMENT15 on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant FRAMEBUFFER_INCOMPLETE_MULTISAMPLE on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant FRAMEBUFFER_INCOMPLETE_MULTISAMPLE on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant MAX_SAMPLES on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant MAX_SAMPLES on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant HALF_FLOAT on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant HALF_FLOAT on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RG on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RG on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RG_INTEGER on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RG_INTEGER on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant R8 on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant R8 on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RG8 on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RG8 on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant R16F on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant R16F on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant R32F on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant R32F on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RG16F on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RG16F on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RG32F on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RG32F on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant R8I on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant R8I on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant R8UI on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant R8UI on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant R16I on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant R16I on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant R16UI on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant R16UI on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant R32I on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant R32I on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant R32UI on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant R32UI on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RG8I on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RG8I on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RG8UI on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RG8UI on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RG16I on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RG16I on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RG16UI on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RG16UI on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RG32I on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RG32I on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RG32UI on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RG32UI on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant VERTEX_ARRAY_BINDING on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant VERTEX_ARRAY_BINDING on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant R8_SNORM on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant R8_SNORM on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RG8_SNORM on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RG8_SNORM on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RGB8_SNORM on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RGB8_SNORM on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RGBA8_SNORM on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RGBA8_SNORM on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant SIGNED_NORMALIZED on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant SIGNED_NORMALIZED on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant COPY_READ_BUFFER on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant COPY_READ_BUFFER on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant COPY_WRITE_BUFFER on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant COPY_WRITE_BUFFER on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant COPY_READ_BUFFER_BINDING on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant COPY_READ_BUFFER_BINDING on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant COPY_WRITE_BUFFER_BINDING on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant COPY_WRITE_BUFFER_BINDING on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant UNIFORM_BUFFER on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant UNIFORM_BUFFER on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant UNIFORM_BUFFER_BINDING on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant UNIFORM_BUFFER_BINDING on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant UNIFORM_BUFFER_START on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant UNIFORM_BUFFER_START on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant UNIFORM_BUFFER_SIZE on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant UNIFORM_BUFFER_SIZE on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant MAX_VERTEX_UNIFORM_BLOCKS on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant MAX_VERTEX_UNIFORM_BLOCKS on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant MAX_FRAGMENT_UNIFORM_BLOCKS on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant MAX_FRAGMENT_UNIFORM_BLOCKS on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant MAX_COMBINED_UNIFORM_BLOCKS on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant MAX_COMBINED_UNIFORM_BLOCKS on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant MAX_UNIFORM_BUFFER_BINDINGS on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant MAX_UNIFORM_BUFFER_BINDINGS on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant MAX_UNIFORM_BLOCK_SIZE on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant MAX_UNIFORM_BLOCK_SIZE on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant MAX_COMBINED_VERTEX_UNIFORM_COMPONENTS on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant MAX_COMBINED_VERTEX_UNIFORM_COMPONENTS on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant MAX_COMBINED_FRAGMENT_UNIFORM_COMPONENTS on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant MAX_COMBINED_FRAGMENT_UNIFORM_COMPONENTS on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant UNIFORM_BUFFER_OFFSET_ALIGNMENT on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant UNIFORM_BUFFER_OFFSET_ALIGNMENT on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant ACTIVE_UNIFORM_BLOCKS on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant ACTIVE_UNIFORM_BLOCKS on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant UNIFORM_TYPE on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant UNIFORM_TYPE on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant UNIFORM_SIZE on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant UNIFORM_SIZE on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant UNIFORM_BLOCK_INDEX on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant UNIFORM_BLOCK_INDEX on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant UNIFORM_OFFSET on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant UNIFORM_OFFSET on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant UNIFORM_ARRAY_STRIDE on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant UNIFORM_ARRAY_STRIDE on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant UNIFORM_MATRIX_STRIDE on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant UNIFORM_MATRIX_STRIDE on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant UNIFORM_IS_ROW_MAJOR on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant UNIFORM_IS_ROW_MAJOR on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant UNIFORM_BLOCK_BINDING on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant UNIFORM_BLOCK_BINDING on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant UNIFORM_BLOCK_DATA_SIZE on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant UNIFORM_BLOCK_DATA_SIZE on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant UNIFORM_BLOCK_ACTIVE_UNIFORMS on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant UNIFORM_BLOCK_ACTIVE_UNIFORMS on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant UNIFORM_BLOCK_ACTIVE_UNIFORM_INDICES on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant UNIFORM_BLOCK_ACTIVE_UNIFORM_INDICES on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant UNIFORM_BLOCK_REFERENCED_BY_VERTEX_SHADER on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant UNIFORM_BLOCK_REFERENCED_BY_VERTEX_SHADER on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant UNIFORM_BLOCK_REFERENCED_BY_FRAGMENT_SHADER on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant UNIFORM_BLOCK_REFERENCED_BY_FRAGMENT_SHADER on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant INVALID_INDEX on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant INVALID_INDEX on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant MAX_VERTEX_OUTPUT_COMPONENTS on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant MAX_VERTEX_OUTPUT_COMPONENTS on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant MAX_FRAGMENT_INPUT_COMPONENTS on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant MAX_FRAGMENT_INPUT_COMPONENTS on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant MAX_SERVER_WAIT_TIMEOUT on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant MAX_SERVER_WAIT_TIMEOUT on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant OBJECT_TYPE on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant OBJECT_TYPE on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant SYNC_CONDITION on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant SYNC_CONDITION on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant SYNC_STATUS on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant SYNC_STATUS on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant SYNC_FLAGS on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant SYNC_FLAGS on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant SYNC_FENCE on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant SYNC_FENCE on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant SYNC_GPU_COMMANDS_COMPLETE on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant SYNC_GPU_COMMANDS_COMPLETE on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant UNSIGNALED on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant UNSIGNALED on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant SIGNALED on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant SIGNALED on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant ALREADY_SIGNALED on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant ALREADY_SIGNALED on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TIMEOUT_EXPIRED on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TIMEOUT_EXPIRED on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant CONDITION_SATISFIED on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant CONDITION_SATISFIED on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant WAIT_FAILED on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant WAIT_FAILED on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant SYNC_FLUSH_COMMANDS_BIT on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant SYNC_FLUSH_COMMANDS_BIT on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant VERTEX_ATTRIB_ARRAY_DIVISOR on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant VERTEX_ATTRIB_ARRAY_DIVISOR on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant ANY_SAMPLES_PASSED on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant ANY_SAMPLES_PASSED on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant ANY_SAMPLES_PASSED_CONSERVATIVE on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant ANY_SAMPLES_PASSED_CONSERVATIVE on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant SAMPLER_BINDING on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant SAMPLER_BINDING on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RGB10_A2UI on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant RGB10_A2UI on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant INT_2_10_10_10_REV on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant INT_2_10_10_10_REV on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TRANSFORM_FEEDBACK on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TRANSFORM_FEEDBACK on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TRANSFORM_FEEDBACK_PAUSED on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TRANSFORM_FEEDBACK_PAUSED on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TRANSFORM_FEEDBACK_ACTIVE on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TRANSFORM_FEEDBACK_ACTIVE on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TRANSFORM_FEEDBACK_BINDING on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TRANSFORM_FEEDBACK_BINDING on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE_IMMUTABLE_FORMAT on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE_IMMUTABLE_FORMAT on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant MAX_ELEMENT_INDEX on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant MAX_ELEMENT_INDEX on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE_IMMUTABLE_LEVELS on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TEXTURE_IMMUTABLE_LEVELS on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TIMEOUT_IGNORED on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant TIMEOUT_IGNORED on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: constant MAX_CLIENT_WAIT_TIMEOUT_WEBGL on interface object] - expected: FAIL - - [WebGL2RenderingContext interface: constant MAX_CLIENT_WAIT_TIMEOUT_WEBGL on interface prototype object] - expected: FAIL - - [WebGL2RenderingContext interface: operation copyBufferSubData(GLenum, GLenum, GLintptr, GLintptr, GLsizeiptr)] - expected: FAIL - [WebGL2RenderingContext interface: operation getBufferSubData(GLenum, GLintptr, ArrayBufferView, optional GLuint, optional GLuint)] expected: FAIL - [WebGL2RenderingContext interface: operation blitFramebuffer(GLint, GLint, GLint, GLint, GLint, GLint, GLint, GLint, GLbitfield, GLenum)] - expected: FAIL - - [WebGL2RenderingContext interface: operation framebufferTextureLayer(GLenum, GLenum, WebGLTexture?, GLint, GLint)] - expected: FAIL - - [WebGL2RenderingContext interface: operation invalidateFramebuffer(GLenum, sequence)] - expected: FAIL - - [WebGL2RenderingContext interface: operation invalidateSubFramebuffer(GLenum, sequence, GLint, GLint, GLsizei, GLsizei)] - expected: FAIL - - [WebGL2RenderingContext interface: operation readBuffer(GLenum)] - expected: FAIL - - [WebGL2RenderingContext interface: operation getInternalformatParameter(GLenum, GLenum, GLenum)] - expected: FAIL - - [WebGL2RenderingContext interface: operation renderbufferStorageMultisample(GLenum, GLsizei, GLenum, GLsizei, GLsizei)] - expected: FAIL - - [WebGL2RenderingContext interface: operation texStorage2D(GLenum, GLsizei, GLenum, GLsizei, GLsizei)] - expected: FAIL - - [WebGL2RenderingContext interface: operation texStorage3D(GLenum, GLsizei, GLenum, GLsizei, GLsizei, GLsizei)] - expected: FAIL - [WebGL2RenderingContext interface: operation texImage3D(GLenum, GLint, GLint, GLsizei, GLsizei, GLsizei, GLint, GLenum, GLenum, GLintptr)] expected: FAIL - [WebGL2RenderingContext interface: operation bufferData(GLenum, GLsizeiptr, GLenum)] - expected: FAIL - [WebGLRenderingContext interface: attribute drawingBufferColorSpace] expected: FAIL @@ -3884,9 +26,6 @@ [WebGL2RenderingContext interface: attribute unpackColorSpace] expected: FAIL - [WebGL2RenderingContext interface: operation getBufferSubData(GLenum, GLintptr, ArrayBufferView, optional unsigned long long, optional GLuint)] - expected: FAIL - [WebGLRenderingContext interface: constant RGBA8 on interface object] expected: FAIL diff --git a/tests/wpt/meta/webxr/__dir__.ini b/tests/wpt/meta/webxr/__dir__.ini index 2e3a5cdb659..04a3ad88f8c 100644 --- a/tests/wpt/meta/webxr/__dir__.ini +++ b/tests/wpt/meta/webxr/__dir__.ini @@ -1 +1 @@ -prefs: [dom_webxr_test: true, dom_webgl2_enabled: true, dom_webxr_layers_enabled: true] \ No newline at end of file +prefs: [dom_webxr_test: true, dom_webxr_layers_enabled: true] diff --git a/tests/wpt/mozilla/meta/MANIFEST.json b/tests/wpt/mozilla/meta/MANIFEST.json index 447510b99fe..ce4e2b8200c 100644 --- a/tests/wpt/mozilla/meta/MANIFEST.json +++ b/tests/wpt/mozilla/meta/MANIFEST.json @@ -13503,14 +13503,14 @@ ] ], "interfaces.https.html": [ - "ff5d8e487822e1b9bf4dfd91ab814d2affaf457b", + "76d746b0663ed73865816e678c2536eceff31f2d", [ null, {} ] ], "interfaces.worker.js": [ - "d028090d6a8e6637f5251d2a578e905751f88bf7", + "8d109502622fac7266a4564de09684a3ab94118c", [ "mozilla/interfaces.worker.html", {} diff --git a/tests/wpt/mozilla/meta/__dir__.ini b/tests/wpt/mozilla/meta/__dir__.ini index fce5770d12a..a74818e0107 100644 --- a/tests/wpt/mozilla/meta/__dir__.ini +++ b/tests/wpt/mozilla/meta/__dir__.ini @@ -1,13 +1,24 @@ prefs: [ + # Experimental web platform features "dom_async_clipboard_enabled:true", "dom_fontface_enabled:true", "dom_imagebitmap_enabled:true", "dom_intersection_observer_enabled:true", + "dom_mouse_event_which_enabled:true", "dom_notification_enabled:true", "dom_offscreen_canvas_enabled:true", + "dom_permissions_enabled:true", "dom_resize_observer_enabled:true", "dom_serviceworker_enabled:true", "dom_svg_enabled:true", - "dom_urlpattern_enabled:true", + "dom_trusted_types_enabled:true", + "dom_webgl2_enabled:true", + "dom_webgpu_enabled:true", "dom_xpath_enabled:true", + "layout_columns_enabled:true", + "layout_container_queries_enabled:true", + "layout_grid_enabled:true", + + # Other features + "dom_urlpattern_enabled:true", ] diff --git a/tests/wpt/mozilla/meta/mozilla/calc.html.ini b/tests/wpt/mozilla/meta/mozilla/calc.html.ini index b17af5d7f9c..ab87bc3c85b 100644 --- a/tests/wpt/mozilla/meta/mozilla/calc.html.ini +++ b/tests/wpt/mozilla/meta/mozilla/calc.html.ini @@ -1,9 +1,3 @@ [calc.html] - [calc for column-width] - expected: FAIL - - [calc for column-count] - expected: FAIL - [calc for counter-increment] expected: FAIL diff --git a/tests/wpt/mozilla/meta/mozilla/interfaces.https.html.ini b/tests/wpt/mozilla/meta/mozilla/interfaces.https.html.ini index a0672a21127..e3cb7c66a14 100644 --- a/tests/wpt/mozilla/meta/mozilla/interfaces.https.html.ini +++ b/tests/wpt/mozilla/meta/mozilla/interfaces.https.html.ini @@ -1 +1 @@ -prefs: [dom_webxr_test: false, dom_notification_enabled: true, dom_testutils_enabled: false] +prefs: [dom_webxr_test: false, dom_testutils_enabled: false] diff --git a/tests/wpt/mozilla/meta/mozilla/interfaces.worker.js.ini b/tests/wpt/mozilla/meta/mozilla/interfaces.worker.js.ini index b60064c28a5..4a68e67490f 100644 --- a/tests/wpt/mozilla/meta/mozilla/interfaces.worker.js.ini +++ b/tests/wpt/mozilla/meta/mozilla/interfaces.worker.js.ini @@ -1 +1 @@ -prefs: [dom_notification_enabled: true, dom_testutils_enabled: false] +prefs: [dom_testutils_enabled: false] diff --git a/tests/wpt/mozilla/tests/mozilla/interfaces.https.html b/tests/wpt/mozilla/tests/mozilla/interfaces.https.html index ff5d8e48782..76d746b0663 100644 --- a/tests/wpt/mozilla/tests/mozilla/interfaces.https.html +++ b/tests/wpt/mozilla/tests/mozilla/interfaces.https.html @@ -106,6 +106,45 @@ test_interfaces([ "GamepadEvent", "GamepadHapticActuator", "GamepadPose", + "GPU", + "GPUAdapter", + "GPUAdapterInfo", + "GPUBindGroup", + "GPUBindGroupLayout", + "GPUBuffer", + "GPUBufferUsage", + "GPUCanvasContext", + "GPUColorWrite", + "GPUCommandBuffer", + "GPUCommandEncoder", + "GPUCompilationInfo", + "GPUCompilationMessage", + "GPUComputePassEncoder", + "GPUComputePipeline", + "GPUDevice", + "GPUDeviceLostInfo", + "GPUError", + "GPUInternalError", + "GPUMapMode", + "GPUOutOfMemoryError", + "GPUPipelineError", + "GPUPipelineLayout", + "GPUQuerySet", + "GPUQueue", + "GPURenderBundle", + "GPURenderBundleEncoder", + "GPURenderPassEncoder", + "GPURenderPipeline", + "GPUSampler", + "GPUShaderModule", + "GPUShaderStage", + "GPUSupportedFeatures", + "GPUSupportedLimits", + "GPUTexture", + "GPUTextureUsage", + "GPUTextureView", + "GPUUncapturedErrorEvent", + "GPUValidationError", "HashChangeEvent", "Headers", "History", @@ -238,6 +277,8 @@ test_interfaces([ "PerformanceObserverEntryList", "PerformancePaintTiming", "PerformanceResourceTiming", + "PermissionStatus", + "Permissions", "Plugin", "PluginArray", "PointerEvent", @@ -290,6 +331,11 @@ test_interfaces([ "TrackEvent", "TransitionEvent", "TreeWalker", + "TrustedHTML", + "TrustedScript", + "TrustedScriptURL", + "TrustedTypePolicy", + "TrustedTypePolicyFactory", "UIEvent", "URL", "URLPattern", @@ -299,6 +345,7 @@ test_interfaces([ "VideoTrackList", "VisibilityStateEntry", "WebAssembly", + "WebGL2RenderingContext", "WebGLRenderingContext", "WebGLUniformLocation", "WebGLBuffer", @@ -310,7 +357,12 @@ test_interfaces([ "WebGLShader", "WebGLObject", "WebGLActiveInfo", + "WebGLQuery", + "WebGLSampler", "WebGLShaderPrecisionFormat", + "WebGLSync", + "WebGLTransformFeedback", + "WebGLVertexArrayObject", "WebKitCSSMatrix", "WebSocket", "WheelEvent", @@ -319,6 +371,7 @@ test_interfaces([ "WritableStream", "WritableStreamDefaultController", "WritableStreamDefaultWriter", + "WGSLLanguageFeatures", "XMLDocument", "XMLHttpRequest", "XMLHttpRequestEventTarget", diff --git a/tests/wpt/mozilla/tests/mozilla/interfaces.worker.js b/tests/wpt/mozilla/tests/mozilla/interfaces.worker.js index d028090d6a8..8d109502622 100644 --- a/tests/wpt/mozilla/tests/mozilla/interfaces.worker.js +++ b/tests/wpt/mozilla/tests/mozilla/interfaces.worker.js @@ -14,6 +14,7 @@ test_interfaces([ "CanvasPattern", "CloseEvent", "CountQueuingStrategy", + "CustomEvent", "DOMMatrix", "DOMMatrixReadOnly", "DOMPoint", @@ -22,7 +23,6 @@ test_interfaces([ "DOMRect", "DOMRectReadOnly", "DOMStringList", - "CustomEvent", "DedicatedWorkerGlobalScope", "DOMException", "ErrorEvent", @@ -35,6 +35,45 @@ test_interfaces([ "FileReaderSync", "FinalizationRegistry", "FormData", + "GPU", + "GPUAdapter", + "GPUAdapterInfo", + "GPUBindGroup", + "GPUBindGroupLayout", + "GPUBuffer", + "GPUBufferUsage", + "GPUCanvasContext", + "GPUColorWrite", + "GPUCommandBuffer", + "GPUCommandEncoder", + "GPUCompilationInfo", + "GPUCompilationMessage", + "GPUComputePassEncoder", + "GPUComputePipeline", + "GPUDevice", + "GPUDeviceLostInfo", + "GPUError", + "GPUInternalError", + "GPUMapMode", + "GPUOutOfMemoryError", + "GPUPipelineError", + "GPUPipelineLayout", + "GPUQuerySet", + "GPUQueue", + "GPURenderBundle", + "GPURenderBundleEncoder", + "GPURenderPassEncoder", + "GPURenderPipeline", + "GPUSampler", + "GPUShaderModule", + "GPUShaderStage", + "GPUSupportedFeatures", + "GPUSupportedLimits", + "GPUTexture", + "GPUTextureUsage", + "GPUTextureView", + "GPUUncapturedErrorEvent", + "GPUValidationError", "Headers", "History", "ImageBitmap", @@ -54,6 +93,8 @@ test_interfaces([ "PerformanceObserverEntryList", "PerformancePaintTiming", "PerformanceResourceTiming", + "PermissionStatus", + "Permissions", "ProgressEvent", "PromiseRejectionEvent", "ReadableStream", @@ -68,6 +109,11 @@ test_interfaces([ "ServiceWorkerContainer", "TextDecoder", "TextEncoder", + "TrustedHTML", + "TrustedScript", + "TrustedScriptURL", + "TrustedTypePolicy", + "TrustedTypePolicyFactory", "URL", "URLPattern", "URLSearchParams", @@ -91,6 +137,7 @@ test_interfaces([ "WritableStream", "WritableStreamDefaultController", "WritableStreamDefaultWriter", + "WGSLLanguageFeatures", "XMLHttpRequest", "XMLHttpRequestEventTarget", "XMLHttpRequestUpload", diff --git a/tests/wpt/webgl/meta/__dir__.ini b/tests/wpt/webgl/meta/__dir__.ini index f2f09393f27..9fc36681d54 100644 --- a/tests/wpt/webgl/meta/__dir__.ini +++ b/tests/wpt/webgl/meta/__dir__.ini @@ -1 +1,21 @@ -prefs: ["dom_offscreen_canvas_enabled:true", "dom_imagebitmap_enabled:true", "dom_webgl2_enabled:true"] +prefs: [ + # Experimental web platform features + "dom_async_clipboard_enabled:true", + "dom_fontface_enabled:true", + "dom_imagebitmap_enabled:true", + "dom_intersection_observer_enabled:true", + "dom_mouse_event_which_enabled:true", + "dom_notification_enabled:true", + "dom_offscreen_canvas_enabled:true", + "dom_permissions_enabled:true", + "dom_resize_observer_enabled:true", + "dom_serviceworker_enabled:true", + "dom_svg_enabled:true", + "dom_trusted_types_enabled:true", + "dom_webgl2_enabled:true", + "dom_webgpu_enabled:true", + "dom_xpath_enabled:true", + "layout_columns_enabled:true", + "layout_container_queries_enabled:true", + "layout_grid_enabled:true", +] diff --git a/tests/wpt/webgl/meta/conformance2/offscreencanvas/__dir__.ini b/tests/wpt/webgl/meta/conformance2/offscreencanvas/__dir__.ini deleted file mode 100644 index e0b3c7bf146..00000000000 --- a/tests/wpt/webgl/meta/conformance2/offscreencanvas/__dir__.ini +++ /dev/null @@ -1 +0,0 @@ -prefs: ["dom_offscreen_canvas_enabled:true"] diff --git a/tests/wpt/webgpu/meta/__dir__.ini b/tests/wpt/webgpu/meta/__dir__.ini index 7992a6f4879..9fc36681d54 100644 --- a/tests/wpt/webgpu/meta/__dir__.ini +++ b/tests/wpt/webgpu/meta/__dir__.ini @@ -1 +1,21 @@ -prefs: ["dom_webgpu_enabled:true"] +prefs: [ + # Experimental web platform features + "dom_async_clipboard_enabled:true", + "dom_fontface_enabled:true", + "dom_imagebitmap_enabled:true", + "dom_intersection_observer_enabled:true", + "dom_mouse_event_which_enabled:true", + "dom_notification_enabled:true", + "dom_offscreen_canvas_enabled:true", + "dom_permissions_enabled:true", + "dom_resize_observer_enabled:true", + "dom_serviceworker_enabled:true", + "dom_svg_enabled:true", + "dom_trusted_types_enabled:true", + "dom_webgl2_enabled:true", + "dom_webgpu_enabled:true", + "dom_xpath_enabled:true", + "layout_columns_enabled:true", + "layout_container_queries_enabled:true", + "layout_grid_enabled:true", +]