mirror of
https://github.com/servo/servo.git
synced 2025-10-18 01:09:16 +01:00
No improvements are seen in `/html/browsers/origin/cross-origin- objects/cross-origin-objects.html` because each included test case tests both `Location` and `WindowProxy`, the latter of which isn't implemented correctly yet. In fact, the first test case "Basic sanity- checking" passes if it's reduced to only check `Location` as follows: addTest(function(win) { assert_equals(B.location.pathname, path, "location.href works same-origin"); assert_throws("SecurityError", function() { win.location.pathname; }, "location.pathname throws cross-origin"); }, "Basic sanity-checking"); |
||
---|---|---|
.. | ||
dromaeo | ||
html | ||
jquery | ||
power | ||
unit | ||
wpt |