Changeset 200581 in webkit


Ignore:
Timestamp:
May 9, 2016 10:48:49 AM (8 years ago)
Author:
rniwa@webkit.org
Message:

Focusing a shadow host places the slot content after the shadow DOM content
https://bugs.webkit.org/show_bug.cgi?id=154770
<rdar://problem/24873102>

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.
Location:
trunk/LayoutTests
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r200580 r200581  
     12016-05-09  Ryosuke Niwa  <rniwa@webkit.org>
     2
     3        Focusing a shadow host places the slot content after the shadow DOM content
     4        https://bugs.webkit.org/show_bug.cgi?id=154770
     5        <rdar://problem/24873102>
     6
     7        Reviewed by Antti Koivisto.
     8
     9        Add a regression test now that the bug has been fixed.
     10
     11        * fast/shadow-dom/shadow-layout-after-focus-expected.html: Added.
     12        * fast/shadow-dom/shadow-layout-after-focus.html: Added.
     13
    1142016-05-09  Ryosuke Niwa  <rniwa@webkit.org>
    215
Note: See TracChangeset for help on using the changeset viewer.