| Index: third_party/WebKit/LayoutTests/fast/dom/dom-parser-document-origin.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/dom-parser-document-origin.html b/third_party/WebKit/LayoutTests/fast/dom/dom-parser-document-origin.html
|
| deleted file mode 100644
|
| index 082415ad5030f57698c31ef46e4acf7114fb572f..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/dom-parser-document-origin.html
|
| +++ /dev/null
|
| @@ -1,8 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<script src="../../resources/testharness.js"></script>
|
| -<script src="../../resources/testharnessreport.js"></script>
|
| -<script>
|
| -test (function() {
|
| - assert_equals((new DOMParser).parseFromString("", "text/html").origin, document.origin);
|
| -}, "This test checks that documents created from DOMParser inherit origin");
|
| -</script>
|
|
|