diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog index bde671a23737..3a0bb6b61ca2 100644 --- a/LayoutTests/ChangeLog +++ b/LayoutTests/ChangeLog @@ -1,3 +1,14 @@ +2017-09-18 Antti Koivisto + + Avoid style resolution when clearing focused element. + https://bugs.webkit.org/show_bug.cgi?id=176224 + + + Reviewed by Zalan Bujtas. + + * fast/dom/focus-style-resolution-expected.txt: Added. + * fast/dom/focus-style-resolution.html: Added. + 2017-09-15 Wenson Hsieh Avoid style recomputation when forwarding a focus event to an text field's input type diff --git a/LayoutTests/fast/dom/focus-style-resolution-expected.txt b/LayoutTests/fast/dom/focus-style-resolution-expected.txt new file mode 100644 index 000000000000..c47940d6265c --- /dev/null +++ b/LayoutTests/fast/dom/focus-style-resolution-expected.txt @@ -0,0 +1,2 @@ +This test passes if it doesn't assert or crash. + diff --git a/LayoutTests/fast/dom/focus-style-resolution.html b/LayoutTests/fast/dom/focus-style-resolution.html new file mode 100644 index 000000000000..6a139185b916 --- /dev/null +++ b/LayoutTests/fast/dom/focus-style-resolution.html @@ -0,0 +1,31 @@ + +This test passes if it doesn't assert or crash. +
+
+ +
+ + + + + +