Skip to content

Commit

Permalink
Add missing can
Browse files Browse the repository at this point in the history
  • Loading branch information
noamr committed Oct 15, 2021
1 parent e4dde72 commit 054221e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requestidlecallback/deadline-max-rAF.html
Expand Up @@ -16,6 +16,6 @@
}, 'Check that the deadline is less than 16ms when there is a pending animation frame.');
</script>
<h1>Test of requestIdleCallback deadline behavior</h1>
<p>The test pass accidentally as idle deadlines have a maximum but they can always be shorter.
<p>The test can pass accidentally as idle deadlines have a maximum but they can always be shorter.
It runs multiple times to expose potential failures.</p>
<div id="log"></div>
2 changes: 1 addition & 1 deletion requestidlecallback/deadline-max-timeout-dynamic.html
Expand Up @@ -26,6 +26,6 @@
}, 'Check that the deadline is changed if there is a new timeout from within requestIdleCallback.');
</script>
<h1>Test of requestIdleCallback deadline behavior</h1>
<p>The test pass accidentally as idle deadlines have a maximum but they can always be shorter.
<p>The test can pass accidentally as idle deadlines have a maximum but they can always be shorter.
It runs multiple times to expose potential failures.</p>
<div id="log"></div>
2 changes: 1 addition & 1 deletion requestidlecallback/deadline-max-timeout.html
Expand Up @@ -26,6 +26,6 @@
}, 'Check that the deadline is capped at the next timeout.');
</script>
<h1>Test of requestIdleCallback deadline behavior</h1>
<p>The test pass accidentally as idle deadlines have a maximum but they can always be shorter.
<p>The test can pass accidentally as idle deadlines have a maximum but they can always be shorter.
It runs multiple times to expose potential failures.</p>
<div id="log"></div>
2 changes: 1 addition & 1 deletion requestidlecallback/deadline-max.html
Expand Up @@ -15,6 +15,6 @@
</script>
<h1>Test of requestIdleCallback deadline behavior</h1>
<p>This test validates that deadlines returned for requestIdleCallback are less than 50ms.</p>
<p>The test pass accidentally as idle deadlines have a maximum but they can always be shorter.
<p>The test can pass accidentally as idle deadlines have a maximum but they can always be shorter.
It runs multiple times to expose potential failures.</p>
<div id="log"></div>

0 comments on commit 054221e

Please sign in to comment.