Changeset 151311 in webkit


Ignore:
Timestamp:
Jun 7, 2013 3:07:15 AM (11 years ago)
Author:
commit-queue@webkit.org
Message:

[CSS Regions] The presence of a flow-from declaration in a CSS rule using :hover effectively disables the rule
https://bugs.webkit.org/show_bug.cgi?id=111585

Created tests for changing flow-into and flow-from inside the :hover pseudo-class.
The actual problem was fixed along with https://bugs.webkit.org/show_bug.cgi?id=7555

Patch by Radu Stavila <stavila@adobe.com> on 2013-06-07
Reviewed by Antti Koivisto.

  • fast/regions/hover-single-flow-from-none-expected.html: Added.
  • fast/regions/hover-single-flow-from-none.html: Added.
  • fast/regions/hover-single-flow-from-other-expected.html: Added.
  • fast/regions/hover-single-flow-from-other.html: Added.
  • fast/regions/hover-single-flow-into-none-expected.html: Added.
  • fast/regions/hover-single-flow-into-none.html: Added.
  • fast/regions/hover-single-flow-into-other-expected.html: Added.
  • fast/regions/hover-single-flow-into-other.html: Added.
Location:
trunk/LayoutTests
Files:
8 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r151309 r151311  
     12013-06-07  Radu Stavila  <stavila@adobe.com>
     2
     3        [CSS Regions] The presence of a flow-from declaration in a CSS rule using :hover effectively disables the rule
     4        https://bugs.webkit.org/show_bug.cgi?id=111585
     5
     6        Created tests for changing flow-into and flow-from inside the :hover pseudo-class.
     7        The actual problem was fixed along with https://bugs.webkit.org/show_bug.cgi?id=7555
     8
     9        Reviewed by Antti Koivisto.
     10
     11        * fast/regions/hover-single-flow-from-none-expected.html: Added.
     12        * fast/regions/hover-single-flow-from-none.html: Added.
     13        * fast/regions/hover-single-flow-from-other-expected.html: Added.
     14        * fast/regions/hover-single-flow-from-other.html: Added.
     15        * fast/regions/hover-single-flow-into-none-expected.html: Added.
     16        * fast/regions/hover-single-flow-into-none.html: Added.
     17        * fast/regions/hover-single-flow-into-other-expected.html: Added.
     18        * fast/regions/hover-single-flow-into-other.html: Added.
     19
    1202013-06-07  Mihnea Ovidenie  <mihnea@adobe.com>
    221
Note: See TracChangeset for help on using the changeset viewer.