Files
tubestation/testing/web-platform/tests/interfaces/compat.idl
Luke Bjerring 765d79b799 Bug 1452643 [wpt PR 9765] - Update the compat IDL file, a=testonly
Automatic update from web-platform-testsUpdate the compat IDL file (#9765)

* Add compat idl file

wpt-commits: 13effc35311c62c60df4c2f34fa62b70f3947934
wpt-pr: 9765
wpt-commits: 13effc35311c62c60df4c2f34fa62b70f3947934
wpt-pr: 9765
2018-04-15 09:32:18 +01:00

13 lines
357 B
Plaintext

// GENERATED CONTENT - DO NOT EDIT
// Content of this file was automatically extracted from the compat spec.
// See https://compat.spec.whatwg.org/
partial interface Window {
readonly attribute short orientation;
attribute EventHandler onorientationchange;
};
partial interface HTMLBodyElement {
attribute EventHandler onorientationchange;
};