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

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

Issue 1180653003: Sync the IDL interfaces in core/frame/ with their many specs (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix order-dependent test Created 5 years, 6 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 | Source/core/core.gypi » ('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 a9b3aa96d88ed6c8aa9a16b3e99555da305ae93a..9ef1ce71cadc5078b34b3ed3e9d5fa356cbd5407 100644
--- a/LayoutTests/http/tests/dom/location-stringify.html
+++ b/LayoutTests/http/tests/dom/location-stringify.html
@@ -21,8 +21,7 @@ function runTests() {
if (window.testRunner) {
testRunner.dumpAsText();
}
-
- assertEqual("stringify", JSON.stringify(window.location), '{"ancestorOrigins":{},"origin":"http://127.0.0.1:8000","hash":"","search":"","pathname":"/dom/location-stringify.html","port":"8000","hostname":"127.0.0.1","host":"127.0.0.1:8000","protocol":"http:","href":"http://127.0.0.1:8000/dom/location-stringify.html"}');
+ 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":{}}');
}
</script>
</head>
« no previous file with comments | « no previous file | Source/core/core.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698