mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Fix syntax error in test_interfaces.html and make it pass.
This commit is contained in:
parent
fab2e63b59
commit
b4cade0612
1 changed files with 3 additions and 1 deletions
|
@ -55,6 +55,8 @@ var interfaceNamesInGlobalScope = [
|
|||
"Blob",
|
||||
"CanvasRenderingContext2D",
|
||||
"CharacterData",
|
||||
"CSS2Properties",
|
||||
"CSSStyleDeclaration",
|
||||
"DOMRect",
|
||||
"Comment",
|
||||
"Console",
|
||||
|
@ -69,7 +71,7 @@ var interfaceNamesInGlobalScope = [
|
|||
"DOMTokenList",
|
||||
"DOMStringMap",
|
||||
"Element",
|
||||
"ErrorEvent"
|
||||
"ErrorEvent",
|
||||
"Event",
|
||||
"EventTarget",
|
||||
"File",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue