mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Add t.step_func() to oneframeupdate test
This commit is contained in:
parent
9167f1f235
commit
f58fd8617e
3 changed files with 3 additions and 4 deletions
|
@ -727424,7 +727424,7 @@
|
|||
"testharness"
|
||||
],
|
||||
"webxr/xrView_oneframeupdate.https.html": [
|
||||
"8edb2c0b265f18479644f312f91478d6029e3cd5",
|
||||
"438d3dbaa36a14d6850adf83e3279e23c00157a4",
|
||||
"testharness"
|
||||
],
|
||||
"webxr/xrView_sameObject.https.html": [
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -76,7 +76,7 @@ let testFunction = function(session, fakeDeviceController, t) {
|
|||
counter++;
|
||||
}
|
||||
|
||||
session.requestAnimationFrame(onFrame);
|
||||
session.requestAnimationFrame(t.step_func(onFrame));
|
||||
}));
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue