mirror of
https://github.com/servo/servo.git
synced 2025-09-30 16:49:16 +01:00
Merge branch 'master' into calc
This commit is contained in:
commit
80d471d5cf
400 changed files with 8129 additions and 11782 deletions
|
@ -1,6 +0,0 @@
|
|||
[window_requestAnimationFrame2.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[Test throwing an error inside requestAnimationFrame callback]
|
||||
expected: NOTRUN
|
||||
|
|
@ -8,8 +8,6 @@
|
|||
<script>
|
||||
async_test(function() {
|
||||
window.requestAnimationFrame(this.step_func_done());
|
||||
// FIXME(#7296)
|
||||
setTimeout(this.step_func_done(), 500);
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue