diff --git a/test/demo/timeout-certain.html b/test/demo/timeout-certain.html new file mode 100644 index 00000000..9e177500 --- /dev/null +++ b/test/demo/timeout-certain.html @@ -0,0 +1,35 @@ + + + + OpenSeadragon Demo - Timeout Certain + + + + + +
+

The ImageLoader timeout is set to 0 ms, and the tile source is remote.

+

In any web browser on any network connection, OpenSeadragon should not load properly, and the browser console log should show tile loading errors.

+
+
+ + + diff --git a/test/demo/timeout-unlikely.html b/test/demo/timeout-unlikely.html new file mode 100644 index 00000000..284f4297 --- /dev/null +++ b/test/demo/timeout-unlikely.html @@ -0,0 +1,35 @@ + + + + OpenSeadragon Demo - Timeout Unlikely + + + + + +
+

The ImageLoader timeout is set to 24 hours, and the tile source is remote.

+

In any web browser on nearly any network connection, OpenSeadragon should load properly, and the browser console log should not show any tile loading errors.

+
+
+ + +