Skip to content

Commit 89a7e3c

Browse files
MOAR safari
1 parent 89ac037 commit 89a7e3c

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

tests/engineprop.html

+5-6
Original file line numberDiff line numberDiff line change
@@ -659,12 +659,6 @@
659659
rec(typeof scrollMaxY, "scrollMaxY", code, "number")
660660
rec(typeof setResizable, "setResizable", code, "function")
661661
rec(typeof updateCommands, "updateCommands", code, "function")
662-
// new
663-
rec(typeof ongamepadconnected, "ongamepadconnected", code, "object") // FF89+
664-
rec(typeof ongamepaddisconnected, "ongamepaddisconnected", code, "object") // FF89+
665-
rec(typeof oncut, "oncut", code, "object") // FF110+
666-
rec(typeof oncopy, "oncopy", code, "object") // FF110+
667-
rec(typeof onpaste, "onpaste", code, "object") // FF110+
668662
// deprecated
669663
rec(typeof mozPaintCount, "mozPaintCount", code, "number") // removed FF72
670664
rec(typeof onshow, "onshow", code, "object") // removed FF85 (+ not goanna or Waterfox Classic)
@@ -729,6 +723,11 @@
729723
// gecko + webkit (not seen in blink)
730724
code = 54
731725
rec(typeof onanimationcancel, "onanimationcancel", code, "object")
726+
rec(typeof oncopy, "oncopy", code, "object") // FF110+
727+
rec(typeof oncut, "oncut", code, "object") // FF110+
728+
rec(typeof ongamepadconnected, "ongamepadconnected", code, "object") // FF89+
729+
rec(typeof ongamepaddisconnected, "ongamepaddisconnected", code, "object") // FF89+
730+
rec(typeof onpaste, "onpaste", code, "object") // FF110+
732731

733732
// I: IGNORE: confirmed common in blink, gecko, webkit
734733
code = 99

0 commit comments

Comments
 (0)