summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/workers/semantics/interface-objects
diff options
context:
space:
mode:
authorMatt A. Tobin <mattatobin@localhost.localdomain>2018-02-02 04:16:08 -0500
committerMatt A. Tobin <mattatobin@localhost.localdomain>2018-02-02 04:16:08 -0500
commit5f8de423f190bbb79a62f804151bc24824fa32d8 (patch)
tree10027f336435511475e392454359edea8e25895d /testing/web-platform/meta/workers/semantics/interface-objects
parent49ee0794b5d912db1f95dce6eb52d781dc210db5 (diff)
downloadUXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.gz
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.lz
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.xz
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.zip
Add m-esr52 at 52.6.0
Diffstat (limited to 'testing/web-platform/meta/workers/semantics/interface-objects')
-rw-r--r--testing/web-platform/meta/workers/semantics/interface-objects/001.worker.js.ini62
-rw-r--r--testing/web-platform/meta/workers/semantics/interface-objects/003.html.ini47
2 files changed, 109 insertions, 0 deletions
diff --git a/testing/web-platform/meta/workers/semantics/interface-objects/001.worker.js.ini b/testing/web-platform/meta/workers/semantics/interface-objects/001.worker.js.ini
new file mode 100644
index 000000000..a7c7cb9b5
--- /dev/null
+++ b/testing/web-platform/meta/workers/semantics/interface-objects/001.worker.js.ini
@@ -0,0 +1,62 @@
+[001.worker]
+ type: testharness
+ [The ErrorEvent interface object should be exposed.]
+ expected: FAIL
+
+ [The SharedWorker interface object should be exposed.]
+ expected: FAIL
+
+ [The FileList interface object should be exposed.]
+ expected: FAIL
+
+ [The ProgressEvent interface object should be exposed.]
+ expected: FAIL
+
+ [The CanvasProxy interface object should be exposed.]
+ expected: FAIL
+
+ [The CanvasRenderingContext2D interface object should be exposed.]
+ expected: FAIL
+
+ [The DrawingStyle interface object should be exposed.]
+ expected: FAIL
+
+ [The CanvasGradient interface object should be exposed.]
+ expected: FAIL
+
+ [The CanvasPattern interface object should be exposed.]
+ expected: FAIL
+
+ [The Path interface object should be exposed.]
+ expected: FAIL
+
+ [The TextMetrics interface object should be exposed.]
+ expected: FAIL
+
+ [The CanvasPath interface object should be exposed.]
+ expected: FAIL
+
+ [The Path2D interface object should be exposed.]
+ expected: FAIL
+
+ [The PromiseRejectionEvent interface object should be exposed.]
+ expected: FAIL
+
+ [The EventSource interface object should be exposed.]
+ expected: FAIL
+
+ [The CloseEvent interface object should be exposed.]
+ expected: FAIL
+
+ [The ReadableStream interface object should be exposed.]
+ expected: FAIL
+
+ [The WritableStream interface object should be exposed.]
+ expected: FAIL
+
+ [The ByteLengthQueuingStrategy interface object should be exposed.]
+ expected: FAIL
+
+ [The CountQueuingStrategy interface object should be exposed.]
+ expected: FAIL
+
diff --git a/testing/web-platform/meta/workers/semantics/interface-objects/003.html.ini b/testing/web-platform/meta/workers/semantics/interface-objects/003.html.ini
new file mode 100644
index 000000000..130c17af8
--- /dev/null
+++ b/testing/web-platform/meta/workers/semantics/interface-objects/003.html.ini
@@ -0,0 +1,47 @@
+[003.html]
+ type: testharness
+ [available interface objects in shared worker]
+ expected: FAIL
+
+ [The ApplicationCache interface object should be exposed]
+ expected: FAIL
+
+ [The SharedWorker interface object should be exposed]
+ expected: FAIL
+
+ [The CanvasPath interface object should be exposed]
+ expected: FAIL
+
+ [The Path2D interface object should be exposed]
+ expected: FAIL
+
+ [The PromiseRejectionEvent interface object should be exposed]
+ expected: FAIL
+
+ [The EventSource interface object should be exposed]
+ expected: FAIL
+
+ [The CloseEvent interface object should be exposed]
+ expected: FAIL
+
+ [The ProgressEvent interface object should be exposed]
+ expected: FAIL
+
+ [The FileList interface object should be exposed]
+ expected: FAIL
+
+ [The ErrorEvent interface object should be exposed]
+ expected: FAIL
+
+ [The ReadableStream interface object should be exposed]
+ expected: FAIL
+
+ [The WritableStream interface object should be exposed]
+ expected: FAIL
+
+ [The ByteLengthQueuingStrategy interface object should be exposed]
+ expected: FAIL
+
+ [The CountQueuingStrategy interface object should be exposed]
+ expected: FAIL
+