Update web-platform-tests to revision ead8f8b00d0b68237109f3c93d0ccae076a34f98

This commit is contained in:
WPT Sync Bot 2019-02-07 20:33:07 -05:00
parent d029b1a0ff
commit 2178678b0f
75 changed files with 2476 additions and 391 deletions

View file

@ -53,7 +53,8 @@ function xr_session_promise_test(
testSession = session;
// Session must have a baseLayer or frame requests
// will be ignored.
session.baseLayer = new XRWebGLLayer(session, gl);
session.updateRenderState({
baseLayer: new XRWebGLLayer(session, gl) });
resolve(func(session, testDeviceController, t));
})
.catch((err) => {