Index: LayoutTests/dart/WindowAttrs-expected.txt |
diff --git a/LayoutTests/dart/WindowAttrs-expected.txt b/LayoutTests/dart/WindowAttrs-expected.txt |
deleted file mode 100644 |
index 3f5a9922f17873353d39232b45ef6040075c4fd6..0000000000000000000000000000000000000000 |
--- a/LayoutTests/dart/WindowAttrs-expected.txt |
+++ /dev/null |
@@ -1,6 +0,0 @@ |
-window.document: Instance of 'HTMLDocumentImplementation' |
-window.document.getElementById('foo'): Instance of 'HTMLDivElementImplementation' |
-window.document.getElementById('missing_id'): null |
-window.closed: false |
-window.name: 'WindowAttr' |
-PASS |