From: rniwa@webkit.org Date: Mon, 9 May 2016 17:48:49 +0000 (+0000) Subject: Focusing a shadow host places the slot content after the shadow DOM content X-Git-Url: https://git.webkit.org/?p=WebKit.git;a=commitdiff_plain;h=dbd9c7bfab23e588841138d2adc248ff80ccfbe3 Focusing a shadow host places the slot content after the shadow DOM content https://bugs.webkit.org/show_bug.cgi?id=154770 Reviewed by Antti Koivisto. Add a regression test now that the bug has been fixed. * fast/shadow-dom/shadow-layout-after-focus-expected.html: Added. * fast/shadow-dom/shadow-layout-after-focus.html: Added. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@200581 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog index 4484c30..85ea877 100644 --- a/LayoutTests/ChangeLog +++ b/LayoutTests/ChangeLog @@ -1,5 +1,18 @@ 2016-05-09 Ryosuke Niwa + Focusing a shadow host places the slot content after the shadow DOM content + https://bugs.webkit.org/show_bug.cgi?id=154770 + + + Reviewed by Antti Koivisto. + + Add a regression test now that the bug has been fixed. + + * fast/shadow-dom/shadow-layout-after-focus-expected.html: Added. + * fast/shadow-dom/shadow-layout-after-focus.html: Added. + +2016-05-09 Ryosuke Niwa + REGRESSION (198056): Unable to use edit buttons on WordPress https://bugs.webkit.org/show_bug.cgi?id=157475 diff --git a/LayoutTests/fast/shadow-dom/shadow-layout-after-focus-expected.html b/LayoutTests/fast/shadow-dom/shadow-layout-after-focus-expected.html new file mode 100644 index 0000000..e704d24 --- /dev/null +++ b/LayoutTests/fast/shadow-dom/shadow-layout-after-focus-expected.html @@ -0,0 +1,7 @@ + + + +

Test passes if you see a single 100px by 100px green box below.

+
+ + diff --git a/LayoutTests/fast/shadow-dom/shadow-layout-after-focus.html b/LayoutTests/fast/shadow-dom/shadow-layout-after-focus.html new file mode 100644 index 0000000..be3a5e4 --- /dev/null +++ b/LayoutTests/fast/shadow-dom/shadow-layout-after-focus.html @@ -0,0 +1,70 @@ + + + + +

Test passes if you see a single 100px by 100px green box below.

+
+
FAIL - misplaced
+
+
+ + +