From 5f8de423f190bbb79a62f804151bc24824fa32d8 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Fri, 2 Feb 2018 04:16:08 -0500 Subject: Add m-esr52 at 52.6.0 --- .../offline/application-cache-api/.gitkeep | 0 .../api_status_checking-manual.html | 23 +++++++++++++++++ .../api_status_downloading-manual.html | 24 +++++++++++++++++ .../application-cache-api/api_status_idle.html | 22 ++++++++++++++++ .../api_status_obsolete-manual.html | 24 +++++++++++++++++ .../application-cache-api/api_status_uncached.html | 19 ++++++++++++++ .../api_status_updateready-manual.html | 25 ++++++++++++++++++ .../api_swapcache-manual.html | 30 ++++++++++++++++++++++ .../application-cache-api/api_swapcache_error.html | 19 ++++++++++++++ .../offline/application-cache-api/api_update.html | 24 +++++++++++++++++ .../application-cache-api/api_update_error.html | 24 +++++++++++++++++ 11 files changed, 234 insertions(+) create mode 100644 testing/web-platform/tests/html/browsers/offline/application-cache-api/.gitkeep create mode 100644 testing/web-platform/tests/html/browsers/offline/application-cache-api/api_status_checking-manual.html create mode 100644 testing/web-platform/tests/html/browsers/offline/application-cache-api/api_status_downloading-manual.html create mode 100644 testing/web-platform/tests/html/browsers/offline/application-cache-api/api_status_idle.html create mode 100644 testing/web-platform/tests/html/browsers/offline/application-cache-api/api_status_obsolete-manual.html create mode 100644 testing/web-platform/tests/html/browsers/offline/application-cache-api/api_status_uncached.html create mode 100644 testing/web-platform/tests/html/browsers/offline/application-cache-api/api_status_updateready-manual.html create mode 100644 testing/web-platform/tests/html/browsers/offline/application-cache-api/api_swapcache-manual.html create mode 100644 testing/web-platform/tests/html/browsers/offline/application-cache-api/api_swapcache_error.html create mode 100644 testing/web-platform/tests/html/browsers/offline/application-cache-api/api_update.html create mode 100644 testing/web-platform/tests/html/browsers/offline/application-cache-api/api_update_error.html (limited to 'testing/web-platform/tests/html/browsers/offline/application-cache-api') diff --git a/testing/web-platform/tests/html/browsers/offline/application-cache-api/.gitkeep b/testing/web-platform/tests/html/browsers/offline/application-cache-api/.gitkeep new file mode 100644 index 000000000..e69de29bb diff --git a/testing/web-platform/tests/html/browsers/offline/application-cache-api/api_status_checking-manual.html b/testing/web-platform/tests/html/browsers/offline/application-cache-api/api_status_checking-manual.html new file mode 100644 index 000000000..a4a3b41a7 --- /dev/null +++ b/testing/web-platform/tests/html/browsers/offline/application-cache-api/api_status_checking-manual.html @@ -0,0 +1,23 @@ + + + + Offline Application Cache - API_status_CHECKING + + + + +
    +
  1. Refresh the page.
  2. +
+ +
+ + + diff --git a/testing/web-platform/tests/html/browsers/offline/application-cache-api/api_status_downloading-manual.html b/testing/web-platform/tests/html/browsers/offline/application-cache-api/api_status_downloading-manual.html new file mode 100644 index 000000000..c09d11d78 --- /dev/null +++ b/testing/web-platform/tests/html/browsers/offline/application-cache-api/api_status_downloading-manual.html @@ -0,0 +1,24 @@ + + + + Offline Application Cache - API_status_DOWNLOADING + + + + +
    +
  1. Modify the commented part in the manifest file (manifest/clock.manifest) on the server.
  2. +
  3. Refresh the page.
  4. +
+
+ + + + diff --git a/testing/web-platform/tests/html/browsers/offline/application-cache-api/api_status_idle.html b/testing/web-platform/tests/html/browsers/offline/application-cache-api/api_status_idle.html new file mode 100644 index 000000000..21725bb00 --- /dev/null +++ b/testing/web-platform/tests/html/browsers/offline/application-cache-api/api_status_idle.html @@ -0,0 +1,22 @@ + + + + Offline Application Cache - API_status_IDLE + + + + +
+ + + diff --git a/testing/web-platform/tests/html/browsers/offline/application-cache-api/api_status_obsolete-manual.html b/testing/web-platform/tests/html/browsers/offline/application-cache-api/api_status_obsolete-manual.html new file mode 100644 index 000000000..77005644a --- /dev/null +++ b/testing/web-platform/tests/html/browsers/offline/application-cache-api/api_status_obsolete-manual.html @@ -0,0 +1,24 @@ + + + + Offline Application Cache - API_status_OBSOLETE + + + + +
    +
  1. Remove the manifest file (manifest/clock.manifest) from the server.
  2. +
  3. Refresh the page.
  4. +
+
+ + + + diff --git a/testing/web-platform/tests/html/browsers/offline/application-cache-api/api_status_uncached.html b/testing/web-platform/tests/html/browsers/offline/application-cache-api/api_status_uncached.html new file mode 100644 index 000000000..300c4a1b1 --- /dev/null +++ b/testing/web-platform/tests/html/browsers/offline/application-cache-api/api_status_uncached.html @@ -0,0 +1,19 @@ + + + + Offline Application Cache - API_status_UNCACHED + + + + +
+ + + + diff --git a/testing/web-platform/tests/html/browsers/offline/application-cache-api/api_status_updateready-manual.html b/testing/web-platform/tests/html/browsers/offline/application-cache-api/api_status_updateready-manual.html new file mode 100644 index 000000000..7e1533374 --- /dev/null +++ b/testing/web-platform/tests/html/browsers/offline/application-cache-api/api_status_updateready-manual.html @@ -0,0 +1,25 @@ + + + + Offline Application Cache - API_status_UPDATEREADY + + + + +
    +
  1. Modify the commented part in the manifest file (manifest/clock.manifest) on the server.
  2. +
  3. Refresh the page.
  4. +
+ +
+ + + + diff --git a/testing/web-platform/tests/html/browsers/offline/application-cache-api/api_swapcache-manual.html b/testing/web-platform/tests/html/browsers/offline/application-cache-api/api_swapcache-manual.html new file mode 100644 index 000000000..6649d980f --- /dev/null +++ b/testing/web-platform/tests/html/browsers/offline/application-cache-api/api_swapcache-manual.html @@ -0,0 +1,30 @@ + + + + Offline Application Cache - API_swapCache + + + + +
    +
  1. Modify the part of comment in manifest file of server.
  2. +
  3. Refresh the page.
  4. +
+ +
+ + + + diff --git a/testing/web-platform/tests/html/browsers/offline/application-cache-api/api_swapcache_error.html b/testing/web-platform/tests/html/browsers/offline/application-cache-api/api_swapcache_error.html new file mode 100644 index 000000000..02e7b3cd8 --- /dev/null +++ b/testing/web-platform/tests/html/browsers/offline/application-cache-api/api_swapcache_error.html @@ -0,0 +1,19 @@ + + + + Offline Application Cache - API_swapCache_error + + + + +
+ + + + diff --git a/testing/web-platform/tests/html/browsers/offline/application-cache-api/api_update.html b/testing/web-platform/tests/html/browsers/offline/application-cache-api/api_update.html new file mode 100644 index 000000000..452daa711 --- /dev/null +++ b/testing/web-platform/tests/html/browsers/offline/application-cache-api/api_update.html @@ -0,0 +1,24 @@ + + + + Offline Application Cache - API_update + + + + +
+ + + + diff --git a/testing/web-platform/tests/html/browsers/offline/application-cache-api/api_update_error.html b/testing/web-platform/tests/html/browsers/offline/application-cache-api/api_update_error.html new file mode 100644 index 000000000..ef88158cd --- /dev/null +++ b/testing/web-platform/tests/html/browsers/offline/application-cache-api/api_update_error.html @@ -0,0 +1,24 @@ + + + + Offline Application Cache - API_update_error + + + + +
    +
  1. Remove the manifest file (manifest/clock.manifest) from the server.
  2. +
  3. Refresh the page, then calling update() will throw InvalidStateError exception.
  4. +
+ +
+ + + + + -- cgit v1.2.3