Changeset 198564 in webkit


Ignore:
Timestamp:
Mar 22, 2016 5:12:23 PM (8 years ago)
Author:
mmaxfield@apple.com
Message:

Post-review test update after r198560
https://bugs.webkit.org/show_bug.cgi?id=155533

Unreviewed.

  • fast/scrolling/rtl-scrollbars-positioning-expected.html:
  • fast/scrolling/rtl-scrollbars-positioning.html:
Location:
trunk/LayoutTests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r198561 r198564  
     12016-03-22  Myles C. Maxfield  <mmaxfield@apple.com>
     2
     3        Post-review test update after r198560
     4        https://bugs.webkit.org/show_bug.cgi?id=155533
     5
     6        Unreviewed.
     7
     8        * fast/scrolling/rtl-scrollbars-positioning-expected.html:
     9        * fast/scrolling/rtl-scrollbars-positioning.html:
     10
    1112016-03-22  John Wilander  <wilander@apple.com>
    212
  • trunk/LayoutTests/fast/scrolling/rtl-scrollbars-positioning-expected.html

    r198560 r198564  
    99</head>
    1010<body style="margin: 0px;">
    11 <div style="position: absolute; left: 40px; top: 8px; width: 600px; font: 16px Times;">This test makes sure that static and absolutely positioned divs work correctly with main frame scrolling, overflow: scroll, and iframes. The test passes if you see 7 equally sized and equally spaced black boxes (20px x 20px) below, stacked vertically, with 10px of vertical space between them</div>
     11<div style="position: absolute; left: 40px; top: 8px; width: 600px; font: 16px Times;">This test makes sure that static and absolutely positioned divs work correctly with main frame scrolling, overflow: scroll, and iframes. The test passes if you see some equally sized and equally spaced black boxes (20px x 20px) below, stacked vertically, with 10px of vertical space between them</div>
    1212<div style="position: absolute; left: 0px; top: 0px;">m</div>
    1313<div style="position: absolute; left: 0px; top: 30px;">m</div>
     
    1717<div style="position: absolute; left: 0px; top: 150px;">m</div>
    1818<div style="position: absolute; left: 0px; top: 180px;">m</div>
     19<div style="position: absolute; left: 0px; top: 210px;">m</div>
    1920<div style="position: absolute; left: 0px; top: 0px; width: 1px; height: 2000px;"></div>
    2021</body>
  • trunk/LayoutTests/fast/scrolling/rtl-scrollbars-positioning.html

    r198560 r198564  
    99</head>
    1010<body style="margin: 0px;">
    11 <div style="position: absolute; left: 40px; top: 8px; width: 600px; font: 16px Times;">This test makes sure that static and absolutely positioned divs work correctly with main frame scrolling, overflow: scroll, and iframes. The test passes if you see 7 equally sized and equally spaced black boxes (20px x 20px) below, stacked vertically, with 10px of vertical space between them</div>
     11<div style="position: absolute; left: 40px; top: 8px; width: 600px; font: 16px Times;">This test makes sure that static and absolutely positioned divs work correctly with main frame scrolling, overflow: scroll, and iframes. The test passes if you see some equally sized and equally spaced black boxes (20px x 20px) below, stacked vertically, with 10px of vertical space between them</div>
    1212<div>m</div>
    1313<div style="position: absolute; left: 0px; top: 30px;">m</div>
     
    3030<div>m</div>
    3131<div style='position: absolute; left: 0px; top: 30px;'>m</div>
     32<div style='position: fixed; left: 0px; top: 60px;'>m</div>
    3233<div style='position: absolute; left: 0px; top: 0px; width: 1px; height: 2000px;'></div>
    3334</body>
Note: See TracChangeset for help on using the changeset viewer.