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 --- .../interfaces/WorkerUtils/WindowTimers/001.html | 23 +++++++++++++++ .../interfaces/WorkerUtils/WindowTimers/002.html | 21 +++++++++++++ .../interfaces/WorkerUtils/WindowTimers/003.html | 22 ++++++++++++++ .../interfaces/WorkerUtils/WindowTimers/004.html | 23 +++++++++++++++ .../WorkerUtils/importScripts/001.worker.js | 7 +++++ .../WorkerUtils/importScripts/002.worker.js | 11 +++++++ .../interfaces/WorkerUtils/importScripts/003.html | 28 ++++++++++++++++++ .../interfaces/WorkerUtils/importScripts/004.html | 34 ++++++++++++++++++++++ .../interfaces/WorkerUtils/importScripts/005.html | 30 +++++++++++++++++++ .../interfaces/WorkerUtils/importScripts/006.html | 33 +++++++++++++++++++++ .../interfaces/WorkerUtils/importScripts/007.html | 25 ++++++++++++++++ .../interfaces/WorkerUtils/importScripts/008.html | 23 +++++++++++++++ .../interfaces/WorkerUtils/importScripts/009.html | 29 ++++++++++++++++++ .../interfaces/WorkerUtils/importScripts/010.html | 34 ++++++++++++++++++++++ .../interfaces/WorkerUtils/importScripts/011.html | 34 ++++++++++++++++++++++ .../interfaces/WorkerUtils/importScripts/012.html | 34 ++++++++++++++++++++++ .../workers/interfaces/WorkerUtils/importScripts/1 | 1 + .../interfaces/WorkerUtils/importScripts/null | 1 + .../interfaces/WorkerUtils/importScripts/undefined | 1 + .../interfaces/WorkerUtils/navigator/002.html | 21 +++++++++++++ .../interfaces/WorkerUtils/navigator/003.html | 21 +++++++++++++ .../interfaces/WorkerUtils/navigator/004.html | 21 +++++++++++++ .../interfaces/WorkerUtils/navigator/005.html | 21 +++++++++++++ .../interfaces/WorkerUtils/navigator/006.html | 21 +++++++++++++ .../interfaces/WorkerUtils/navigator/007.html | 30 +++++++++++++++++++ .../interfaces/WorkerUtils/navigator/language.html | 21 +++++++++++++ .../WorkerUtils/navigator/window-only.worker.js | 22 ++++++++++++++ 27 files changed, 592 insertions(+) create mode 100644 testing/web-platform/tests/workers/interfaces/WorkerUtils/WindowTimers/001.html create mode 100644 testing/web-platform/tests/workers/interfaces/WorkerUtils/WindowTimers/002.html create mode 100644 testing/web-platform/tests/workers/interfaces/WorkerUtils/WindowTimers/003.html create mode 100644 testing/web-platform/tests/workers/interfaces/WorkerUtils/WindowTimers/004.html create mode 100644 testing/web-platform/tests/workers/interfaces/WorkerUtils/importScripts/001.worker.js create mode 100644 testing/web-platform/tests/workers/interfaces/WorkerUtils/importScripts/002.worker.js create mode 100644 testing/web-platform/tests/workers/interfaces/WorkerUtils/importScripts/003.html create mode 100644 testing/web-platform/tests/workers/interfaces/WorkerUtils/importScripts/004.html create mode 100644 testing/web-platform/tests/workers/interfaces/WorkerUtils/importScripts/005.html create mode 100644 testing/web-platform/tests/workers/interfaces/WorkerUtils/importScripts/006.html create mode 100644 testing/web-platform/tests/workers/interfaces/WorkerUtils/importScripts/007.html create mode 100644 testing/web-platform/tests/workers/interfaces/WorkerUtils/importScripts/008.html create mode 100644 testing/web-platform/tests/workers/interfaces/WorkerUtils/importScripts/009.html create mode 100644 testing/web-platform/tests/workers/interfaces/WorkerUtils/importScripts/010.html create mode 100644 testing/web-platform/tests/workers/interfaces/WorkerUtils/importScripts/011.html create mode 100644 testing/web-platform/tests/workers/interfaces/WorkerUtils/importScripts/012.html create mode 100644 testing/web-platform/tests/workers/interfaces/WorkerUtils/importScripts/1 create mode 100644 testing/web-platform/tests/workers/interfaces/WorkerUtils/importScripts/null create mode 100644 testing/web-platform/tests/workers/interfaces/WorkerUtils/importScripts/undefined create mode 100644 testing/web-platform/tests/workers/interfaces/WorkerUtils/navigator/002.html create mode 100644 testing/web-platform/tests/workers/interfaces/WorkerUtils/navigator/003.html create mode 100644 testing/web-platform/tests/workers/interfaces/WorkerUtils/navigator/004.html create mode 100644 testing/web-platform/tests/workers/interfaces/WorkerUtils/navigator/005.html create mode 100644 testing/web-platform/tests/workers/interfaces/WorkerUtils/navigator/006.html create mode 100644 testing/web-platform/tests/workers/interfaces/WorkerUtils/navigator/007.html create mode 100644 testing/web-platform/tests/workers/interfaces/WorkerUtils/navigator/language.html create mode 100644 testing/web-platform/tests/workers/interfaces/WorkerUtils/navigator/window-only.worker.js (limited to 'testing/web-platform/tests/workers/interfaces/WorkerUtils') diff --git a/testing/web-platform/tests/workers/interfaces/WorkerUtils/WindowTimers/001.html b/testing/web-platform/tests/workers/interfaces/WorkerUtils/WindowTimers/001.html new file mode 100644 index 000000000..a80897518 --- /dev/null +++ b/testing/web-platform/tests/workers/interfaces/WorkerUtils/WindowTimers/001.html @@ -0,0 +1,23 @@ + + +setTimeout + + +
+ + + + diff --git a/testing/web-platform/tests/workers/interfaces/WorkerUtils/WindowTimers/002.html b/testing/web-platform/tests/workers/interfaces/WorkerUtils/WindowTimers/002.html new file mode 100644 index 000000000..06685a905 --- /dev/null +++ b/testing/web-platform/tests/workers/interfaces/WorkerUtils/WindowTimers/002.html @@ -0,0 +1,21 @@ + + +clearTimeout + + +
+ + diff --git a/testing/web-platform/tests/workers/interfaces/WorkerUtils/WindowTimers/003.html b/testing/web-platform/tests/workers/interfaces/WorkerUtils/WindowTimers/003.html new file mode 100644 index 000000000..942f139fa --- /dev/null +++ b/testing/web-platform/tests/workers/interfaces/WorkerUtils/WindowTimers/003.html @@ -0,0 +1,22 @@ + + +setInterval + + +
+ + + diff --git a/testing/web-platform/tests/workers/interfaces/WorkerUtils/WindowTimers/004.html b/testing/web-platform/tests/workers/interfaces/WorkerUtils/WindowTimers/004.html new file mode 100644 index 000000000..5548eec4a --- /dev/null +++ b/testing/web-platform/tests/workers/interfaces/WorkerUtils/WindowTimers/004.html @@ -0,0 +1,23 @@ + + +clearInterval + + +
+ + diff --git a/testing/web-platform/tests/workers/interfaces/WorkerUtils/importScripts/001.worker.js b/testing/web-platform/tests/workers/interfaces/WorkerUtils/importScripts/001.worker.js new file mode 100644 index 000000000..aa86c8ef1 --- /dev/null +++ b/testing/web-platform/tests/workers/interfaces/WorkerUtils/importScripts/001.worker.js @@ -0,0 +1,7 @@ +importScripts("/resources/testharness.js"); + +test(function() { + importScripts(); +}); + +done(); diff --git a/testing/web-platform/tests/workers/interfaces/WorkerUtils/importScripts/002.worker.js b/testing/web-platform/tests/workers/interfaces/WorkerUtils/importScripts/002.worker.js new file mode 100644 index 000000000..2cecbcb53 --- /dev/null +++ b/testing/web-platform/tests/workers/interfaces/WorkerUtils/importScripts/002.worker.js @@ -0,0 +1,11 @@ +importScripts("/resources/testharness.js"); + +test(function() { + var ran = false; + assert_throws("SyntaxError", function() { + importScripts('data:text/javascript,ran=true','http://foo bar'); + }); + assert_false(ran, 'first argument to importScripts ran'); +}); + +done(); diff --git a/testing/web-platform/tests/workers/interfaces/WorkerUtils/importScripts/003.html b/testing/web-platform/tests/workers/interfaces/WorkerUtils/importScripts/003.html new file mode 100644 index 000000000..7ff30ae2a --- /dev/null +++ b/testing/web-platform/tests/workers/interfaces/WorkerUtils/importScripts/003.html @@ -0,0 +1,28 @@ + + +importScripts running scripts + + +
+ + diff --git a/testing/web-platform/tests/workers/interfaces/WorkerUtils/importScripts/004.html b/testing/web-platform/tests/workers/interfaces/WorkerUtils/importScripts/004.html new file mode 100644 index 000000000..2d39d3ce7 --- /dev/null +++ b/testing/web-platform/tests/workers/interfaces/WorkerUtils/importScripts/004.html @@ -0,0 +1,34 @@ + + +importScripts broken script + + +
+ + diff --git a/testing/web-platform/tests/workers/interfaces/WorkerUtils/importScripts/005.html b/testing/web-platform/tests/workers/interfaces/WorkerUtils/importScripts/005.html new file mode 100644 index 000000000..f8abe14c2 --- /dev/null +++ b/testing/web-platform/tests/workers/interfaces/WorkerUtils/importScripts/005.html @@ -0,0 +1,30 @@ + + +importScripts separate scripts + + +
+ + diff --git a/testing/web-platform/tests/workers/interfaces/WorkerUtils/importScripts/006.html b/testing/web-platform/tests/workers/interfaces/WorkerUtils/importScripts/006.html new file mode 100644 index 000000000..06aea9696 --- /dev/null +++ b/testing/web-platform/tests/workers/interfaces/WorkerUtils/importScripts/006.html @@ -0,0 +1,33 @@ + + +importScripts uncaught exception + + +
+ + diff --git a/testing/web-platform/tests/workers/interfaces/WorkerUtils/importScripts/007.html b/testing/web-platform/tests/workers/interfaces/WorkerUtils/importScripts/007.html new file mode 100644 index 000000000..128fb1b64 --- /dev/null +++ b/testing/web-platform/tests/workers/interfaces/WorkerUtils/importScripts/007.html @@ -0,0 +1,25 @@ + + +postMessage in importScripts + + +
+ + diff --git a/testing/web-platform/tests/workers/interfaces/WorkerUtils/importScripts/008.html b/testing/web-platform/tests/workers/interfaces/WorkerUtils/importScripts/008.html new file mode 100644 index 000000000..07b800ebb --- /dev/null +++ b/testing/web-platform/tests/workers/interfaces/WorkerUtils/importScripts/008.html @@ -0,0 +1,23 @@ + + +variables and functions crossing importScripts boundary + + +
+ + diff --git a/testing/web-platform/tests/workers/interfaces/WorkerUtils/importScripts/009.html b/testing/web-platform/tests/workers/interfaces/WorkerUtils/importScripts/009.html new file mode 100644 index 000000000..95d3839dc --- /dev/null +++ b/testing/web-platform/tests/workers/interfaces/WorkerUtils/importScripts/009.html @@ -0,0 +1,29 @@ + + +variables and functions crossing importScripts boundary, take 2 + + +
+ + diff --git a/testing/web-platform/tests/workers/interfaces/WorkerUtils/importScripts/010.html b/testing/web-platform/tests/workers/interfaces/WorkerUtils/importScripts/010.html new file mode 100644 index 000000000..9c76e7d4d --- /dev/null +++ b/testing/web-platform/tests/workers/interfaces/WorkerUtils/importScripts/010.html @@ -0,0 +1,34 @@ + + +importScripts(undefined) + + +
+ + diff --git a/testing/web-platform/tests/workers/interfaces/WorkerUtils/importScripts/011.html b/testing/web-platform/tests/workers/interfaces/WorkerUtils/importScripts/011.html new file mode 100644 index 000000000..46499318f --- /dev/null +++ b/testing/web-platform/tests/workers/interfaces/WorkerUtils/importScripts/011.html @@ -0,0 +1,34 @@ + + +importScripts(null) + + +
+ + diff --git a/testing/web-platform/tests/workers/interfaces/WorkerUtils/importScripts/012.html b/testing/web-platform/tests/workers/interfaces/WorkerUtils/importScripts/012.html new file mode 100644 index 000000000..f7622bdc9 --- /dev/null +++ b/testing/web-platform/tests/workers/interfaces/WorkerUtils/importScripts/012.html @@ -0,0 +1,34 @@ + + +importScripts(1) + + +
+ + diff --git a/testing/web-platform/tests/workers/interfaces/WorkerUtils/importScripts/1 b/testing/web-platform/tests/workers/interfaces/WorkerUtils/importScripts/1 new file mode 100644 index 000000000..18cea4ff0 --- /dev/null +++ b/testing/web-platform/tests/workers/interfaces/WorkerUtils/importScripts/1 @@ -0,0 +1 @@ +var got = '1'; \ No newline at end of file diff --git a/testing/web-platform/tests/workers/interfaces/WorkerUtils/importScripts/null b/testing/web-platform/tests/workers/interfaces/WorkerUtils/importScripts/null new file mode 100644 index 000000000..8e54b66c5 --- /dev/null +++ b/testing/web-platform/tests/workers/interfaces/WorkerUtils/importScripts/null @@ -0,0 +1 @@ +var got = 'null'; \ No newline at end of file diff --git a/testing/web-platform/tests/workers/interfaces/WorkerUtils/importScripts/undefined b/testing/web-platform/tests/workers/interfaces/WorkerUtils/importScripts/undefined new file mode 100644 index 000000000..f99ba4be7 --- /dev/null +++ b/testing/web-platform/tests/workers/interfaces/WorkerUtils/importScripts/undefined @@ -0,0 +1 @@ +var got = 'undefined'; \ No newline at end of file diff --git a/testing/web-platform/tests/workers/interfaces/WorkerUtils/navigator/002.html b/testing/web-platform/tests/workers/interfaces/WorkerUtils/navigator/002.html new file mode 100644 index 000000000..d3aa2ec65 --- /dev/null +++ b/testing/web-platform/tests/workers/interfaces/WorkerUtils/navigator/002.html @@ -0,0 +1,21 @@ + + +navigator.appName + + +
+ + diff --git a/testing/web-platform/tests/workers/interfaces/WorkerUtils/navigator/003.html b/testing/web-platform/tests/workers/interfaces/WorkerUtils/navigator/003.html new file mode 100644 index 000000000..a2e5c9487 --- /dev/null +++ b/testing/web-platform/tests/workers/interfaces/WorkerUtils/navigator/003.html @@ -0,0 +1,21 @@ + + +navigator.appVersion + + +
+ + diff --git a/testing/web-platform/tests/workers/interfaces/WorkerUtils/navigator/004.html b/testing/web-platform/tests/workers/interfaces/WorkerUtils/navigator/004.html new file mode 100644 index 000000000..2231c4ab8 --- /dev/null +++ b/testing/web-platform/tests/workers/interfaces/WorkerUtils/navigator/004.html @@ -0,0 +1,21 @@ + + +navigator.platform + + +
+ + diff --git a/testing/web-platform/tests/workers/interfaces/WorkerUtils/navigator/005.html b/testing/web-platform/tests/workers/interfaces/WorkerUtils/navigator/005.html new file mode 100644 index 000000000..b3d99588f --- /dev/null +++ b/testing/web-platform/tests/workers/interfaces/WorkerUtils/navigator/005.html @@ -0,0 +1,21 @@ + + +navigator.userAgent + + +
+ + diff --git a/testing/web-platform/tests/workers/interfaces/WorkerUtils/navigator/006.html b/testing/web-platform/tests/workers/interfaces/WorkerUtils/navigator/006.html new file mode 100644 index 000000000..c027d630d --- /dev/null +++ b/testing/web-platform/tests/workers/interfaces/WorkerUtils/navigator/006.html @@ -0,0 +1,21 @@ + + +navigator.onLine + + +
+ + diff --git a/testing/web-platform/tests/workers/interfaces/WorkerUtils/navigator/007.html b/testing/web-platform/tests/workers/interfaces/WorkerUtils/navigator/007.html new file mode 100644 index 000000000..a6afc5637 --- /dev/null +++ b/testing/web-platform/tests/workers/interfaces/WorkerUtils/navigator/007.html @@ -0,0 +1,30 @@ + + +readonlyness of members of Navigator + + +
+ + + diff --git a/testing/web-platform/tests/workers/interfaces/WorkerUtils/navigator/language.html b/testing/web-platform/tests/workers/interfaces/WorkerUtils/navigator/language.html new file mode 100644 index 000000000..f1aa446cb --- /dev/null +++ b/testing/web-platform/tests/workers/interfaces/WorkerUtils/navigator/language.html @@ -0,0 +1,21 @@ + + +navigator.language + + +
+ + diff --git a/testing/web-platform/tests/workers/interfaces/WorkerUtils/navigator/window-only.worker.js b/testing/web-platform/tests/workers/interfaces/WorkerUtils/navigator/window-only.worker.js new file mode 100644 index 000000000..7095281ec --- /dev/null +++ b/testing/web-platform/tests/workers/interfaces/WorkerUtils/navigator/window-only.worker.js @@ -0,0 +1,22 @@ +importScripts("/resources/testharness.js"); + +var properties = [ + "appCodeName", + "product", + "productSub", + "vendor", + "vendorSub", + + // Only exist in Window scopes if navigator compatibility mode is Gecko; + // never exist in workers. + "taintEnabled", + "oscpu", +]; + +properties.forEach(function(property) { + test(function() { + assert_false(property in navigator); + }, "NavigatorID properties exposed only for Window: " + property); +}); + +done(); -- cgit v1.2.3