diff --git a/workers/META.yml b/workers/META.yml new file mode 100755 index 000000000..36d7b4bd9 --- /dev/null +++ b/workers/META.yml @@ -0,0 +1,13 @@ +links: + - product: chrome + url: https://crbug.com/1071345 + results: + - test: dedicated-worker-parse-error-failure.html + - product: chrome + url: https://crbug.com/906850 + results: + - test: opaque-origin.html + - product: chrome + url: https://crbug.com/795636 + results: + - test: Worker-multi-port.html diff --git a/workers/constructors/SharedWorker/META.yml b/workers/constructors/SharedWorker/META.yml new file mode 100755 index 000000000..7b2d88550 --- /dev/null +++ b/workers/constructors/SharedWorker/META.yml @@ -0,0 +1,7 @@ +links: + - product: chrome + url: https://crbug.com/655458 + results: + - test: connect-event.html + - test: interface-objects.html + - test: setting-port-members.html diff --git a/workers/interfaces/SharedWorkerGlobalScope/META.yml b/workers/interfaces/SharedWorkerGlobalScope/META.yml new file mode 100755 index 000000000..30ef17941 --- /dev/null +++ b/workers/interfaces/SharedWorkerGlobalScope/META.yml @@ -0,0 +1,5 @@ +links: + - product: chrome + url: https://crbug.com/655458 + results: + - test: onconnect.html diff --git a/workers/modules/META.yml b/workers/modules/META.yml new file mode 100755 index 000000000..f719adb86 --- /dev/null +++ b/workers/modules/META.yml @@ -0,0 +1,5 @@ +links: + - product: chrome + url: https://crbug.com/841831 + results: + - test: dedicated-worker-import-meta.html