mirror of
https://github.com/servo/servo.git
synced 2025-08-29 17:18:23 +01:00
Update web-platform-tests to revision 097043b336e46876e281ddec3bb014fe9c480128
This commit is contained in:
parent
ecd32570c0
commit
b68253eac0
405 changed files with 9164 additions and 3050 deletions
|
@ -25,8 +25,7 @@ let testFunction = (session, controller, t, sessionObjects) => new Promise((reso
|
|||
let gl = sessionObjects.gl;
|
||||
|
||||
// Session must have a baseLayer or frame requests will be ignored.
|
||||
let webglLayer = new XRWebGLLayer(session, gl, {
|
||||
compositionDisabled: session.mode == 'inline' });
|
||||
let webglLayer = new XRWebGLLayer(session, gl);
|
||||
|
||||
function onEarlyFrame(time, vrFrame) {
|
||||
// We shouldn't be allowed to reach this callback with no baseLayer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue