Index: third_party/WebKit/LayoutTests/fast/dom/Window/resources/window-property-collector.js |
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Window/resources/window-property-collector.js b/third_party/WebKit/LayoutTests/fast/dom/Window/resources/window-property-collector.js |
index bf28968a68f8b856c6e7c0dd9084843a375ec0ef..fd228a0a94ddf534a55eeb54a2f0000a00f6ff36 100644 |
--- a/third_party/WebKit/LayoutTests/fast/dom/Window/resources/window-property-collector.js |
+++ b/third_party/WebKit/LayoutTests/fast/dom/Window/resources/window-property-collector.js |
@@ -54,6 +54,9 @@ function emitExpectedResult(path, expected) |
case "location.origin": |
expected = "'null'"; |
break; |
+ case "origin": |
+ expected = "'file://'"; |
+ break; |
case "location.pathname": |
expected = "'blank'"; |
break; |