mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +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",
|
"Blob",
|
||||||
"CanvasRenderingContext2D",
|
"CanvasRenderingContext2D",
|
||||||
"CharacterData",
|
"CharacterData",
|
||||||
|
"CSS2Properties",
|
||||||
|
"CSSStyleDeclaration",
|
||||||
"DOMRect",
|
"DOMRect",
|
||||||
"Comment",
|
"Comment",
|
||||||
"Console",
|
"Console",
|
||||||
|
@ -69,7 +71,7 @@ var interfaceNamesInGlobalScope = [
|
||||||
"DOMTokenList",
|
"DOMTokenList",
|
||||||
"DOMStringMap",
|
"DOMStringMap",
|
||||||
"Element",
|
"Element",
|
||||||
"ErrorEvent"
|
"ErrorEvent",
|
||||||
"Event",
|
"Event",
|
||||||
"EventTarget",
|
"EventTarget",
|
||||||
"File",
|
"File",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue