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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/response-empty-arraybuffer.html

Issue 1908613003: Remove superfluous "*-expected.txt" files in LayoutTests/http/tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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/response-empty-arraybuffer.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/response-empty-arraybuffer.html b/third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/response-empty-arraybuffer.html
index 52b44982c9ddd81e1c49d8d47e6e6e30dbb24b79..2b507c62a900df06c7b1bad7ae4dda3ec83f70be 100644
--- a/third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/response-empty-arraybuffer.html
+++ b/third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/response-empty-arraybuffer.html
@@ -1,9 +1,8 @@
<html>
<body>
+<title>Test that XMLHttpRequest.response returns an empty ArrayBuffer when received a response without an entity body.</title>
<script src="../resources/testharness.js"></script>
<script src="../resources/testharnessreport.js"></script>
-<p>Test that XMLHttpRequest.response returns an empty ArrayBuffer when received a response without an entity body.</p>
-<pre id="console"></pre>
<script>
var zeroContentLengthTest = async_test("Test that XMLHttpRequest.response returns an empty ArrayBuffer when received a response with zero content length.");

Powered by Google App Engine
This is Rietveld 408576698