Changeset 155974 in webkit


Ignore:
Timestamp:
Sep 17, 2013 11:04:40 AM (11 years ago)
Author:
Manuel Rego Casasnovas
Message:

[CSS Regions] Layout Test for selection direction
https://bugs.webkit.org/show_bug.cgi?id=121501

Reviewed by Darin Adler.

Selection follows DOM tree, so the highlighted text in this test case is
the opposite to what the user is actually selecting. This was not
working properly from r139197 to r155058, so adding a Layout Test to
prevent future breaks. It is a reftest comparing regions and absolute
positions behavior.

  • fast/regions/selection-direction-expected.html: Added.
  • fast/regions/selection-direction.html: Added.
Location:
trunk/LayoutTests
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r155965 r155974  
     12013-09-17  Manuel Rego Casasnovas  <rego@igalia.com>
     2
     3        [CSS Regions] Layout Test for selection direction
     4        https://bugs.webkit.org/show_bug.cgi?id=121501
     5
     6        Reviewed by Darin Adler.
     7
     8        Selection follows DOM tree, so the highlighted text in this test case is
     9        the opposite to what the user is actually selecting. This was not
     10        working properly from r139197 to r155058, so adding a Layout Test to
     11        prevent future breaks. It is a reftest comparing regions and absolute
     12        positions behavior.
     13
     14        * fast/regions/selection-direction-expected.html: Added.
     15        * fast/regions/selection-direction.html: Added.
     16
    1172013-09-17  Hans Muller  <hmuller@adobe.com>
    218
Note: See TracChangeset for help on using the changeset viewer.