Add t.step_func() to oneframeupdate test

This commit is contained in:
Manish Goregaokar 2019-12-11 07:44:18 -08:00
parent 9167f1f235
commit f58fd8617e
3 changed files with 3 additions and 4 deletions

View file

@ -727424,7 +727424,7 @@
"testharness"
],
"webxr/xrView_oneframeupdate.https.html": [
"8edb2c0b265f18479644f312f91478d6029e3cd5",
"438d3dbaa36a14d6850adf83e3279e23c00157a4",
"testharness"
],
"webxr/xrView_sameObject.https.html": [

View file

@ -1,5 +1,4 @@
[xrView_oneframeupdate.https.html]
expected: TIMEOUT
[XRView projection matrices update near and far depths on the next frame]
expected: TIMEOUT
expected: FAIL

View file

@ -76,7 +76,7 @@ let testFunction = function(session, fakeDeviceController, t) {
counter++;
}
session.requestAnimationFrame(onFrame);
session.requestAnimationFrame(t.step_func(onFrame));
}));
};