Changeset 174738 in webkit


Ignore:
Timestamp:
Oct 15, 2014 12:04:08 PM (10 years ago)
Author:
Alan Bujtas
Message:

[Mac] Unreviewed gardening.

Rebaselining.

  • css3/flexbox/flex-rounding.html:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r174737 r174738  
     12014-10-15  Zalan Bujtas  <zalan@apple.com>
     2
     3        [Mac] Unreviewed gardening.
     4
     5        Rebaselining.
     6
     7        * css3/flexbox/flex-rounding.html:
     8
    192014-10-15  Zalan Bujtas  <zalan@apple.com>
    210
  • trunk/LayoutTests/css3/flexbox/flex-rounding.html

    r130979 r174738  
    4343<div class="flexbox" style="width: 101px; height: 10px">
    4444    <div data-expected-width="51" data-offset-x="0"></div>
    45     <div data-expected-width="50" data-offset-x="51"></div>
     45    <div data-expected-width="51" data-offset-x="51"></div>
    4646</div>
    4747
    4848<div class="flexbox" style="width: 100px; height: 10px">
    4949    <div data-expected-width="33" data-offset-x="0"></div>
    50     <div data-expected-width="34" data-offset-x="33"></div>
     50    <div data-expected-width="33" data-offset-x="33"></div>
    5151    <div data-expected-width="33" data-offset-x="67"></div>
    5252</div>
    5353
    5454<div class="flexbox" style="-webkit-flex-direction: row-reverse; width: 101px; height: 10px">
    55     <div data-expected-width="50" data-offset-x="51"></div>
     55    <div data-expected-width="51" data-offset-x="51"></div>
    5656    <div data-expected-width="51" data-offset-x="0"></div>
    5757</div>
     
    5959<div class="flexbox" style="-webkit-flex-direction: row-reverse; width: 100px; height: 10px">
    6060    <div data-expected-width="33" data-offset-x="67"></div>
    61     <div data-expected-width="34" data-offset-x="33"></div>
     61    <div data-expected-width="33" data-offset-x="33"></div>
    6262    <div data-expected-width="33" data-offset-x="0"></div>
    6363</div>
     
    6565<div class="flexbox" style="-webkit-flex-direction: column; height: 101px; width: 100px">
    6666    <div data-expected-height="51" data-offset-y="0"></div>
    67     <div data-expected-height="50" data-offset-y="51"></div>
     67    <div data-expected-height="51" data-offset-y="51"></div>
    6868</div>
    6969
    7070<div class="flexbox" style="-webkit-flex-direction: column; height: 100px; width: 100px">
    7171    <div data-expected-height="33" data-offset-y="0"></div>
    72     <div data-expected-height="34" data-offset-y="33"></div>
     72    <div data-expected-height="33" data-offset-y="33"></div>
    7373    <div data-expected-height="33" data-offset-y="67"></div>
    7474</div>
    7575
    7676<div class="flexbox" style="-webkit-flex-direction: column-reverse; height: 101px; width: 100px">
    77     <div data-expected-height="50" data-offset-y="51"></div>
     77    <div data-expected-height="51" data-offset-y="51"></div>
    7878    <div data-expected-height="51" data-offset-y="0"></div>
    7979</div>
     
    8181<div class="flexbox" style="-webkit-flex-direction: column-reverse; height: 100px; width: 100px">
    8282    <div data-expected-height="33" data-offset-y="67"></div>
    83     <div data-expected-height="34" data-offset-y="33"></div>
     83    <div data-expected-height="33" data-offset-y="33"></div>
    8484    <div data-expected-height="33" data-offset-y="0"></div>
    8585</div>
Note: See TracChangeset for help on using the changeset viewer.