servo/tests
yvt 80cda12a87 test: update expectations
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");
2021-07-17 15:26:15 +09:00
..
dromaeo Fix remaining flake8 warnings 2020-06-21 03:34:32 +02:00
html Add some manual tests for verifying mouse events order 2020-07-30 22:07:04 +05:30
jquery Fix remaining flake8 warnings 2020-06-21 03:34:32 +02:00
power Fix remaining flake8 warnings 2020-06-21 03:34:32 +02:00
unit Miscellaneous build / tidy fixes. 2021-02-26 17:53:55 +01:00
wpt test: update expectations 2021-07-17 15:26:15 +09:00