mirror of
https://github.com/servo/servo.git
synced 2025-08-12 08:55:32 +01:00
Update web-platform-tests to revision bda2059150dca8ab47f088b4cc619fcdc1f262fa
This commit is contained in:
parent
3535f3f6c2
commit
7c4281f3da
182 changed files with 7692 additions and 1042 deletions
|
@ -11,13 +11,11 @@ request.onload = function() {
|
|||
var idls = request.responseText;
|
||||
|
||||
idlArray.add_untested_idls("interface WorkerGlobalScope {};");
|
||||
idlArray.add_untested_idls("interface WorkerUtils {};");
|
||||
idlArray.add_untested_idls("WorkerGlobalScope implements WorkerUtils;");
|
||||
idlArray.add_untested_idls("interface Event { };");
|
||||
idlArray.add_untested_idls("interface EventTarget { };");
|
||||
|
||||
// From Indexed DB:
|
||||
idlArray.add_idls("WorkerUtils implements IDBEnvironment;");
|
||||
idlArray.add_idls("WorkerGlobalScope implements IDBEnvironment;");
|
||||
idlArray.add_idls(idls);
|
||||
|
||||
idlArray.add_objects({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue