mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Expose BeforeUnloadEvent only in Window
This commit is contained in:
parent
1b68f79468
commit
e3980e6235
4 changed files with 7 additions and 7 deletions
|
@ -7,7 +7,6 @@ importScripts("interfaces.js");
|
|||
|
||||
// IMPORTANT: Do not change the list below without review from a DOM peer!
|
||||
test_interfaces([
|
||||
"BeforeUnloadEvent",
|
||||
"Blob",
|
||||
"CloseEvent",
|
||||
"CSSStyleDeclaration",
|
||||
|
|
|
@ -16,6 +16,7 @@ var unexpected = [
|
|||
"DrawingStyle",
|
||||
"CanvasGradient",
|
||||
"CanvasPattern",
|
||||
"BeforeUnloadEvent",
|
||||
"PopStateEvent",
|
||||
"HashChangeEvent",
|
||||
"PageTransitionEvent",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue