Index: third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-open-method-allowed.html |
diff --git a/third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-open-method-allowed.html b/third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-open-method-allowed.html |
index c48da2ff218e68329d4c5493f2798079b3b14478..d88d7f96feb459112e225d96300a33c0e538320a 100644 |
--- a/third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-open-method-allowed.html |
+++ b/third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-open-method-allowed.html |
@@ -6,7 +6,7 @@ |
<script src="../resources/testharnessreport.js"></script> |
</head> |
<body> |
- <p>Valid methods per step-5 of https://xhr.spec.whatwg.org/#the-open()-method.</p> |
+ <p style="visibility: hidden;">Valid methods per step-5 of https://xhr.spec.whatwg.org/#the-open()-method.</p> |
<script type="text/javascript"> |
function testMethod(methodName) { |
var client = new XMLHttpRequest(); |