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
13 lines
357 B
Plaintext
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;
|
|
};
|