| Index: third_party/WebKit/LayoutTests/imported/web-platform-tests/html/browsers/the-window-object/accessing-other-browsing-contexts/iterator.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/browsers/the-window-object/accessing-other-browsing-contexts/iterator.html b/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/browsers/the-window-object/accessing-other-browsing-contexts/iterator.html
|
| deleted file mode 100644
|
| index d244c8a3f635e4da3bad7ef3dccd575a4a78896e..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/browsers/the-window-object/accessing-other-browsing-contexts/iterator.html
|
| +++ /dev/null
|
| @@ -1,11 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<meta charset=utf-8>
|
| -<title>window[@@iterator]</title>
|
| -<script src="../../../../../../resources/testharness.js"></script>
|
| -<script src="../../../../../../resources/testharnessreport.js"></script>
|
| -<div id="log"></div>
|
| -<script>
|
| -test(function() {
|
| - assert_false(Symbol.iterator in window);
|
| -});
|
| -</script>
|
|
|