From 3bb05f7edc7ff2c8e514b827c5748003888f521e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Tue, 8 Jan 2019 21:11:44 +0000 Subject: [PATCH] Retarget results of offset* DOM APIs. Per https://github.com/w3c/csswg-drafts/issues/159. The test is imported from WebKit, who has already implemented this, with a few fixes to avoid duplicate test names and non-undefined return values from add_cleanup. See the diff attached to the bug. Differential Revision: https://phabricator.services.mozilla.com/D15938 bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1514074 gecko-commit: e0a5cb126f2f084e5f7f3d5f0be0222a7fd67479 gecko-integration-branch: autoland gecko-reviewers: smaug --- ...offsetParent-across-shadow-boundaries.html | 190 ++++++++++++++++++ 1 file changed, 190 insertions(+) create mode 100644 shadow-dom/offsetParent-across-shadow-boundaries.html diff --git a/shadow-dom/offsetParent-across-shadow-boundaries.html b/shadow-dom/offsetParent-across-shadow-boundaries.html new file mode 100644 index 00000000000000..5491e2121336d1 --- /dev/null +++ b/shadow-dom/offsetParent-across-shadow-boundaries.html @@ -0,0 +1,190 @@ + + + + + + + + + + + + +
+
+ + +