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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/upload-onload-event.html

Issue 2427553002: Fix XHR's logic to determine whether or not to dispatch upload progress events
Patch Set: a Created 4 years, 2 months 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: third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/upload-onload-event.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/upload-onload-event.html b/third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/upload-onload-event.html
index 4a9b0f04931ef129a2f9748e9156a55336ea6a94..5588f515d79b77bd28a2212f3fe1d12d945737ed 100644
--- a/third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/upload-onload-event.html
+++ b/third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/upload-onload-event.html
@@ -5,7 +5,6 @@
<script src="../resources/testharnessreport.js"></script>
</head>
<body>
-<div id="log"></div>
<script type="text/javascript">
var xhr;

Powered by Google App Engine
This is Rietveld 408576698