Sign in
chromium
/
external
/
WebKit_LayoutTests
/
master
/
.
/
http
/
tests
/
xmlhttprequest
/
workers
/
shared-worker-methods.html
blob: 6aa7b336eddb3b5102400cb60fcbf8fee272490e [
file
] [
log
] [
blame
]
<html>
<body>
<p>
GET and POST should not be the only HTTP methods implemented in XMLHttpRequest for SharedWorkers.
</p>
<script
src
=
"resources/shared-worker-create.js"
></script>
<script
src
=
"resources/methods-test.js"
></script>
</body>
</html>