mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Updated wpt
This commit is contained in:
parent
31de34704d
commit
9e55c87f63
4 changed files with 5 additions and 28 deletions
|
@ -329,30 +329,6 @@
|
||||||
[Stringification of xrInputSourceArray]
|
[Stringification of xrInputSourceArray]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[XRLayer interface: existence and properties of interface prototype object]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[XRLayer interface: existence and properties of interface object]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[XRLayer interface object name]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[XRLayer interface: existence and properties of interface prototype object's "constructor" property]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[XRWebGLLayer interface: existence and properties of interface object]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[XRWebGLLayer interface: existence and properties of interface prototype object]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[XRLayer interface object length]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[XRLayer interface: existence and properties of interface prototype object's @@unscopables property]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[XRSession interface: xrSession must inherit property "cancelAnimationFrame(unsigned long)" with the proper type]
|
[XRSession interface: xrSession must inherit property "cancelAnimationFrame(unsigned long)" with the proper type]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -13959,7 +13959,7 @@
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
"interfaces.html": [
|
"interfaces.html": [
|
||||||
"d988b7939f83cef16a51a4ae5502ed029f31df99",
|
"b58b16ca333f9e00afade02c2ac60689ee7eef3a",
|
||||||
[
|
[
|
||||||
null,
|
null,
|
||||||
{}
|
{}
|
||||||
|
@ -14719,7 +14719,7 @@
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
"layers.html": [
|
"layers.html": [
|
||||||
"49821d7661f92bc9cf22232d3fcb391c2cdc7295",
|
"f64cc1f30f469351b83cd1c12a0584b1db5317a7",
|
||||||
[
|
[
|
||||||
null,
|
null,
|
||||||
{}
|
{}
|
||||||
|
|
|
@ -276,6 +276,7 @@ test_interfaces([
|
||||||
"XRInputSource",
|
"XRInputSource",
|
||||||
"XRInputSourceArray",
|
"XRInputSourceArray",
|
||||||
"XRInputSourceEvent",
|
"XRInputSourceEvent",
|
||||||
|
"XRLayer",
|
||||||
"XRPose",
|
"XRPose",
|
||||||
"XRReferenceSpace",
|
"XRReferenceSpace",
|
||||||
"XRRay",
|
"XRRay",
|
||||||
|
|
|
@ -43,8 +43,8 @@
|
||||||
});
|
});
|
||||||
assert_equals(session.renderState.baseLayer, null, "Setting layers should unset baseLayer");
|
assert_equals(session.renderState.baseLayer, null, "Setting layers should unset baseLayer");
|
||||||
|
|
||||||
assert_throws_dom(
|
assert_throws_js(
|
||||||
"InvalidStateError",
|
TypeError,
|
||||||
() => { session.updateRenderState({ layers: [layer], baseLayer: layer }); },
|
() => { session.updateRenderState({ layers: [layer], baseLayer: layer }); },
|
||||||
"Setting both baseLayer and layers should fail"
|
"Setting both baseLayer and layers should fail"
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue