| Index: third_party/WebKit/LayoutTests/external/wpt/streams/writable-streams/close.https.html
|
| diff --git a/third_party/WebKit/LayoutTests/external/wpt/streams/writable-streams/close.https.html b/third_party/WebKit/LayoutTests/external/wpt/streams/writable-streams/close.https.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..871dfb3e494d0e183842d72a3d7a1a9d01157dff
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/external/wpt/streams/writable-streams/close.https.html
|
| @@ -0,0 +1,11 @@
|
| +<!DOCTYPE html>
|
| +<meta charset="utf-8">
|
| +<title>close.js browser context wrapper file</title>
|
| +
|
| +<script src="/resources/testharness.js"></script>
|
| +<script src="/resources/testharnessreport.js"></script>
|
| +
|
| +<script src="../resources/test-utils.js"></script>
|
| +<script src="../resources/recording-streams.js"></script>
|
| +
|
| +<script src="close.js"></script>
|
|
|