• Home
Name Date Size #Lines LOC

..--

current/12-May-2024-96

function/12-May-2024-86

relevant/12-May-2024-1914

resources/12-May-2024-43

README.mdD12-May-2024487 63

entry-incumbent.htmlD12-May-2024442 1612

incumbent-incumbent.htmlD12-May-2024900 2519

window-to-open.htmlD12-May-2024116 43

README.md

1A couple notes about the files scattered in this `resources/` directory:
2
3* The nested directory structure is necessary here so that relative URL resolution can be tested; we need different sub-paths for each document.
4
5* The semi-duplicate `window-to-open.html`s scattered throughout are present because Firefox, at least, does not fire `Window` `load` events for 404s, so we want to ensure that no matter which global is used, `window`'s `load` event is hit and our tests can proceed.
6