Changeset 162381 in webkit


Ignore:
Timestamp:
Jan 20, 2014 3:38:09 PM (10 years ago)
Author:
Alan Bujtas
Message:

Subpixel layout: 100000px overflows while calculating layout positions.
https://bugs.webkit.org/show_bug.cgi?id=126896

Reviewed by Simon Fraser.

Test case is adjusted to subpixel layout.

  • fast/spatial-navigation/snav-unit-overflow-and-scroll-in-direction.html:
  • platform/efl/TestExpectations:
  • platform/gtk/fast/spatial-navigation/snav-unit-overflow-and-scroll-in-direction-expected.txt: Removed.
  • platform/mac/TestExpectations:
Location:
trunk/LayoutTests
Files:
1 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r162378 r162381  
     12014-01-20  Zalan Bujtas  <zalan@apple.com>
     2
     3        Subpixel layout: 100000px overflows while calculating layout positions.
     4        https://bugs.webkit.org/show_bug.cgi?id=126896
     5
     6        Reviewed by Simon Fraser.
     7
     8        Test case is adjusted to subpixel layout.
     9
     10        * fast/spatial-navigation/snav-unit-overflow-and-scroll-in-direction.html:
     11        * platform/efl/TestExpectations:
     12        * platform/gtk/fast/spatial-navigation/snav-unit-overflow-and-scroll-in-direction-expected.txt: Removed.
     13        * platform/mac/TestExpectations:
     14
    1152014-01-20  Alexey Proskuryakov  <ap@apple.com>
    216
  • trunk/LayoutTests/fast/spatial-navigation/snav-unit-overflow-and-scroll-in-direction.html

    r155272 r162381  
    66    1) There is no unit overflow in the Spatial Navigation algorithm while
    77       calculating the best node candidate to move focus to. To test that this
    8        page positions some elements 10000000 pixels far from each other (distance
     8       page positions some elements 33554309 pixels (subpixel overflow limitation)
     9       far from each other (distance
    910       that can considered large enough for most of the Web Pages on the
    1011       Internet).
     
    9394  <body id="some-content" xmlns="http://www.w3.org/1999/xhtml">
    9495    <a id="start" href="a">Start</a>
    95     <div style='margin-top:100000000px'>
     96    <div style='margin-top:33554309px'>
    9697        <a id="end" href="a">End</a>
    9798    </div>
  • trunk/LayoutTests/platform/efl/TestExpectations

    r162359 r162381  
    993993# Started failing after sub-pixel layout was enabled.
    994994Bug(EFL) fast/regions/overflow-last-region-vert-lr.html [ ImageOnlyFailure Pass ]
    995 Bug(EFL) fast/spatial-navigation/snav-unit-overflow-and-scroll-in-direction.html [ Failure ]
    996995
    997996# Missing showModalDialog implementation
  • trunk/LayoutTests/platform/mac/TestExpectations

    r162378 r162381  
    13421342webkit.org/b/124784 fast/shapes/shape-inside/shape-inside-subpixel-rectangle-top.html
    13431343
    1344 # Subpixel: 100000px overflow test
    1345 webkit.org/b/126896 fast/spatial-navigation/snav-unit-overflow-and-scroll-in-direction.html
    1346 
    13471344# Subpixel: off-by-1 pixel rendering on mathml
    13481345webkit.org/b/126897 mathml/presentation/bug95015.html
Note: See TracChangeset for help on using the changeset viewer.