aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/web-platform-tests/websockets/Create-valid-url-array-protocols.htm
diff options
context:
space:
mode:
authorbors-servo <lbergstrom+bors@mozilla.com>2016-03-15 22:14:58 +0530
committerbors-servo <lbergstrom+bors@mozilla.com>2016-03-15 22:14:58 +0530
commit4607ed2f9541576875b8cfdcefabb4c2a9374a14 (patch)
tree9beeb8dfa0ed62b917c94521d1ea20c8f47706ef /tests/wpt/web-platform-tests/websockets/Create-valid-url-array-protocols.htm
parent78b16bcc1d158bebff552a48ad6e6718ee761e0b (diff)
parenta91433f0c87a8ef094be98d8849b7f661d5ad5e5 (diff)
downloadservo-4607ed2f9541576875b8cfdcefabb4c2a9374a14.tar.gz
servo-4607ed2f9541576875b8cfdcefabb4c2a9374a14.zip
Auto merge of #10008 - servo:wpt-20160315, r=Ms2ger
Update web-platform-tests to revision 66c4613f823c4384c78ada77346eda17bb128947 <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10008) <!-- Reviewable:end -->
Diffstat (limited to 'tests/wpt/web-platform-tests/websockets/Create-valid-url-array-protocols.htm')
-rw-r--r--tests/wpt/web-platform-tests/websockets/Create-valid-url-array-protocols.htm2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/wpt/web-platform-tests/websockets/Create-valid-url-array-protocols.htm b/tests/wpt/web-platform-tests/websockets/Create-valid-url-array-protocols.htm
index ef979114a8a..3ebf3f5623a 100644
--- a/tests/wpt/web-platform-tests/websockets/Create-valid-url-array-protocols.htm
+++ b/tests/wpt/web-platform-tests/websockets/Create-valid-url-array-protocols.htm
@@ -2,7 +2,7 @@
<html>
<head>
<title>W3C WebSocket API - Create WebSocket with valid url and array of protocols</title>
- <script type="text/javascript" src="websocket.js?pipe=sub"></script>
+ <script type="text/javascript" src="websocket.sub.js"></script>
<script type="text/javascript" src="/resources/testharness.js"></script>
<script type="text/javascript" src="/resources/testharnessreport.js"></script>
</head>