| 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>
|
|
|