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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-open-method-case-insensitive.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/xmlhttprequest-open-method-case-insensitive.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-open-method-case-insensitive.html b/third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-open-method-case-insensitive.html
index 3449b07b4e91bdd578efec31509b510a39a74573..133b0dc7f9577dbf08ca73ffafc0aea85938f936 100644
--- a/third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-open-method-case-insensitive.html
+++ b/third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-open-method-case-insensitive.html
@@ -6,7 +6,7 @@
<script src="../resources/testharnessreport.js"></script>
</head>
<body>
- <p>non-standard method names should be returned as is per step-5 of https://xhr.spec.whatwg.org/#the-open()-method.</p>
+ <p style="visibility: hidden;">non-standard method names should be returned as is per step-5 of https://xhr.spec.whatwg.org/#the-open()-method.</p>
<script type="text/javascript">
function testMethod(methodName, lastTest) {
var client = new XMLHttpRequest();

Powered by Google App Engine
This is Rietveld 408576698