| Index: LayoutTests/dart/WindowAttrs-expected.txt
|
| diff --git a/LayoutTests/dart/WindowAttrs-expected.txt b/LayoutTests/dart/WindowAttrs-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..c57aec99594fd22c8d2ca4f38156e854042d7514
|
| --- /dev/null
|
| +++ b/LayoutTests/dart/WindowAttrs-expected.txt
|
| @@ -0,0 +1,6 @@
|
| +window.document is Document: true
|
| +window.document.query('#foo') is DivElement: true
|
| +window.document.query('#missing_id'): null
|
| +window.closed: false
|
| +window.name: 'WindowAttr'
|
| +PASS
|
|
|