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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/interactive-state.html

Issue 1484743002: [XHR] Fix interactive-state.html layout test for the new ProgressEvent throttling algorithm (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changed sleep to 1 sec Created 5 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
« no previous file with comments | « third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/interactive-state.cgi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/interactive-state.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/interactive-state.html b/third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/interactive-state.html
index 1e8f4512bd68126ad84dc1620a2eef0782a58ba8..f3618739421bed069d1ba8f9031fe31603b9ba3e 100644
--- a/third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/interactive-state.html
+++ b/third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/interactive-state.html
@@ -1,6 +1,6 @@
<html>
<head>
-<title>Test XmlHttpRequest onreadystatechange being called for each chunk of data</title>
+<title>Test XmlHttpRequest onreadystatechange being called at the same frequency as dispatching of the "progress" ProgressEvent</title>
<body>
<p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=7392">bug 7392</a>:
GMAIL: XMLHttpRequest does not correctly report "Interactive" state on receipt of load data.</p>
« no previous file with comments | « third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/interactive-state.cgi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698