Changeset 179484 in webkit


Ignore:
Timestamp:
Feb 2, 2015 12:10:17 PM (9 years ago)
Author:
benjamin@webkit.org
Message:

Multiple CSS plus selector not working after checkbox:checked
https://bugs.webkit.org/show_bug.cgi?id=110594

Reviewed by Darin Adler.

I fixed the bug not so long ago.

This patch adds coverage for :checked since internal states
tend to have tricky update behaviors.

  • fast/selectors/checked-direct-adjacent-style-update-1-expected.txt: Added.
  • fast/selectors/checked-direct-adjacent-style-update-1.html: Added.
  • fast/selectors/checked-direct-adjacent-style-update-2-expected.txt: Added.
  • fast/selectors/checked-direct-adjacent-style-update-2.html: Added.
  • fast/selectors/checked-direct-adjacent-style-update-3-expected.txt: Added.
  • fast/selectors/checked-direct-adjacent-style-update-3.html: Added.
  • fast/selectors/checked-direct-adjacent-style-update-4-expected.txt: Added.
  • fast/selectors/checked-direct-adjacent-style-update-4.html: Added.
Location:
trunk/LayoutTests
Files:
8 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r179482 r179484  
     12015-02-02  Benjamin Poulain  <benjamin@webkit.org>
     2
     3        Multiple CSS plus selector not working after checkbox:checked
     4        https://bugs.webkit.org/show_bug.cgi?id=110594
     5
     6        Reviewed by Darin Adler.
     7
     8        I fixed the bug not so long ago.
     9
     10        This patch adds coverage for :checked since internal states
     11        tend to have tricky update behaviors.
     12
     13        * fast/selectors/checked-direct-adjacent-style-update-1-expected.txt: Added.
     14        * fast/selectors/checked-direct-adjacent-style-update-1.html: Added.
     15        * fast/selectors/checked-direct-adjacent-style-update-2-expected.txt: Added.
     16        * fast/selectors/checked-direct-adjacent-style-update-2.html: Added.
     17        * fast/selectors/checked-direct-adjacent-style-update-3-expected.txt: Added.
     18        * fast/selectors/checked-direct-adjacent-style-update-3.html: Added.
     19        * fast/selectors/checked-direct-adjacent-style-update-4-expected.txt: Added.
     20        * fast/selectors/checked-direct-adjacent-style-update-4.html: Added.
     21
    1222015-01-30  Roger Fong  <roger_fong@apple.com>
    223
Note: See TracChangeset for help on using the changeset viewer.