Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(286)

Unified Diff: LayoutTests/fast/dom/timer-throttling-hidden-page.html

Issue 48903019: Delete js-test-post.js. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/dom/timer-throttling-hidden-page.html
diff --git a/LayoutTests/fast/dom/timer-throttling-hidden-page.html b/LayoutTests/fast/dom/timer-throttling-hidden-page.html
index 39e30a9dc31a4db7b276f7fcbfe8431aa51fbd0c..9aa5841db27c1892d1aee7de4962e1eb26afdf2f 100644
--- a/LayoutTests/fast/dom/timer-throttling-hidden-page.html
+++ b/LayoutTests/fast/dom/timer-throttling-hidden-page.html
@@ -73,6 +73,5 @@
<p>
This test measures the time taken to fire a <span class="timeoutInterval"></span>ms DOM Timer when the page visibility is set to "visible", "hidden" and then back to "visible". Due to hidden page timer throttling, the timer should fire close to <span id="alignmentInterval"></span>s when page is hidden. And it should fire close to <span class="timeoutInterval"></span>ms, when the page is visible.
</p>
- <script src="../js/resources/js-test-post.js"></script>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698