Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(314)

Unified Diff: LayoutTests/http/tests/dom/location-stringify.html

Issue 1193793003: bindings: Makes almost all attributes accessor-type properties. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Synced. Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | LayoutTests/http/tests/security/xss-DENIED-assign-location-href-javascript-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/http/tests/dom/location-stringify.html
diff --git a/LayoutTests/http/tests/dom/location-stringify.html b/LayoutTests/http/tests/dom/location-stringify.html
index 9ef1ce71cadc5078b34b3ed3e9d5fa356cbd5407..d528acee6528f8f31c4d1127df45609edd604c6f 100644
--- a/LayoutTests/http/tests/dom/location-stringify.html
+++ b/LayoutTests/http/tests/dom/location-stringify.html
@@ -21,7 +21,7 @@ function runTests() {
if (window.testRunner) {
testRunner.dumpAsText();
}
- assertEqual("stringify", JSON.stringify(window.location), '{"hash":"","search":"","pathname":"/dom/location-stringify.html","port":"8000","hostname":"127.0.0.1","host":"127.0.0.1:8000","protocol":"http:","origin":"http://127.0.0.1:8000","href":"http://127.0.0.1:8000/dom/location-stringify.html","ancestorOrigins":{}}');
+ assertEqual("stringify", JSON.stringify(window.location), '{"ancestorOrigins":{},"href":"http://127.0.0.1:8000/dom/location-stringify.html","origin":"http://127.0.0.1:8000","protocol":"http:","host":"127.0.0.1:8000","hostname":"127.0.0.1","port":"8000","pathname":"/dom/location-stringify.html","search":"","hash":""}');
}
</script>
</head>
« no previous file with comments | « no previous file | LayoutTests/http/tests/security/xss-DENIED-assign-location-href-javascript-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698