diff --git a/testing/web-platform/tests/interfaces/cssom-view.idl b/testing/web-platform/tests/interfaces/cssom-view.idl index 2b5b381dfa4a..9567b134cf9b 100644 --- a/testing/web-platform/tests/interfaces/cssom-view.idl +++ b/testing/web-platform/tests/interfaces/cssom-view.idl @@ -41,7 +41,9 @@ partial interface Window { // client [Replaceable] readonly attribute long screenX; + [Replaceable] readonly attribute long screenLeft; [Replaceable] readonly attribute long screenY; + [Replaceable] readonly attribute long screenTop; [Replaceable] readonly attribute long outerWidth; [Replaceable] readonly attribute long outerHeight; [Replaceable] readonly attribute double devicePixelRatio;