mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-15 08:04:49 +01:00
* Increase the default timeouts to account for the relative slowness of setting up connections to remote browsers. * Change the URL into which Wombat JS is loaded for tests to be a valid URL. Under Microsoft Edge, the JS code in the page is not run if the URL fetch returns a 404. * Change assert.equal() implementation to avoid confusion due to Karma's reformatting of URLs in exception error messages.
10 lines
164 B
HTML
10 lines
164 B
HTML
<html>
|
|
<head><meta charset="UTF-8"></head>
|
|
<body>
|
|
<!-- This is a dummy page used in
|
|
tests of Wombat's live-rewriting
|
|
functionality.
|
|
!-->
|
|
</body>
|
|
</html>
|