mirror of
https://github.com/servo/servo.git
synced 2025-08-12 08:55:32 +01:00
Update web-platform-tests to revision 6fbd872e9ac5fe60e32946bc9b318be6eeada123
This commit is contained in:
parent
3f663d7ab2
commit
0dae9ef764
80 changed files with 3433 additions and 6503 deletions
|
@ -43,13 +43,13 @@
|
|||
})
|
||||
]))
|
||||
.then(() => {
|
||||
if (!session.immersive) {
|
||||
if (session.mode == 'inline') {
|
||||
// Bounded reference spaces are not allowed in inline sessions.
|
||||
return promise_rejects(t, "NotSupportedError", session.requestReferenceSpace('bounded-floor'))
|
||||
}
|
||||
})
|
||||
.then(() => {
|
||||
if (!session.immersive) {
|
||||
if (session.mode == 'inline') {
|
||||
// Unbounded reference spaces are not allowed in inline sessions.
|
||||
return promise_rejects(t, "NotSupportedError", session.requestReferenceSpace('unbounded'))
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue