Partial fix for #12415: expose Canvas interfaces

This commit is contained in:
Scott Trinh 2016-10-13 07:56:32 -04:00 committed by Scott Trinh
parent 1a3287bef7
commit df8030c50d
6 changed files with 15 additions and 36 deletions

View file

@ -9,21 +9,9 @@
[The DOMImplementation interface object should not be exposed.]
expected: FAIL
[The HTMLCanvasElement interface object should not be exposed.]
expected: FAIL
[The MouseEvent interface object should not be exposed.]
expected: FAIL
[The CanvasRenderingContext2D interface object should not be exposed.]
expected: FAIL
[The CanvasGradient interface object should not be exposed.]
expected: FAIL
[The CanvasPattern interface object should not be exposed.]
expected: FAIL
[The PopStateEvent interface object should not be exposed.]
expected: FAIL

View file

@ -10,9 +10,6 @@ test_interfaces([
"Attr",
"BeforeUnloadEvent",
"Blob",
"CanvasGradient",
"CanvasRenderingContext2D",
"CanvasPattern",
"CharacterData",
"CloseEvent",
"CSS",
@ -45,7 +42,6 @@ test_interfaces([
"HashChangeEvent",
"Headers",
"History",
"HTMLCanvasElement",
"HTMLCollection",
"HTMLElement",
"HTMLFormControlsCollection",