Changeset 184829 in webkit


Ignore:
Timestamp:
May 23, 2015 12:28:31 PM (9 years ago)
Author:
Alan Bujtas
Message:

Rebaseline after r184825. Remove artificial extra space between 2 text renderers.

Reviewed by Antti Koivisto.

  • animations/lineheight-animation-expected.txt:
  • animations/simultaneous-start-transform-expected.txt:
  • animations/width-using-ems-expected.txt:
  • fast/events/window-events-bubble-expected.txt:
  • fast/events/window-events-bubble2-expected.txt:
Location:
trunk/LayoutTests
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r184825 r184829  
     12015-05-23  Zalan Bujtas  <zalan@apple.com>
     2
     3        Rebaseline after r184825. Remove artificial extra space between 2 text renderers.
     4
     5        Reviewed by Antti Koivisto.
     6
     7        * animations/lineheight-animation-expected.txt:
     8        * animations/simultaneous-start-transform-expected.txt:
     9        * animations/width-using-ems-expected.txt:
     10        * fast/events/window-events-bubble-expected.txt:
     11        * fast/events/window-events-bubble2-expected.txt:
     12
    1132015-05-23  Zalan Bujtas  <zalan@apple.com>
    214
  • trunk/LayoutTests/animations/lineheight-animation-expected.txt

    r39187 r184829  
    1 This test performs an animation of the line-height property. It tests whether or not we are properly getting the font-size. Here is some text. Here is some text. Here is some text. Here is some text. Here is some text. Here is some text. Here is some text. Here is some text. Here is some text. Here is some text. Here is some text. Here is some text.
     1This test performs an animation of the line-height property. It tests whether or not we are properly getting the font-size.Here is some text. Here is some text. Here is some text. Here is some text. Here is some text. Here is some text. Here is some text. Here is some text. Here is some text. Here is some text. Here is some text. Here is some text.
    22PASS - "lineHeight" property for "box" element at 0.1s saw something close to: 10
    33
  • trunk/LayoutTests/animations/simultaneous-start-transform-expected.txt

    r39667 r184829  
    1 This test performs an animation of the transform property. It animates over 10 seconds. It takes 3 snapshots and expects each result to be within a specified range. PASS - "webkitTransform" property for "box1" element at 2s saw something close to: 0.309017,0.951057
     1This test performs an animation of the transform property. It animates over 10 seconds. It takes 3 snapshots and expects each result to be within a specified range.PASS - "webkitTransform" property for "box1" element at 2s saw something close to: 0.309017,0.951057
    22PASS - "webkitTransform" property for "box2" element at 2s saw something close to: 0.309017,0.951057
    33PASS - "webkitTransform" property for "box1" and "box2" elements at 2s are close enough to each other
  • trunk/LayoutTests/animations/width-using-ems-expected.txt

    r39187 r184829  
    1 This test performs an animation of the width property using 'em' units. It tests whether or not we are properly getting the default font-size. Here is some text. Here is some text. Here is some text. Here is some text. Here is some text. Here is some text.
     1This test performs an animation of the width property using 'em' units. It tests whether or not we are properly getting the default font-size.Here is some text. Here is some text. Here is some text. Here is some text. Here is some text. Here is some text.
    22PASS - "width" property for "box" element at 0.333s saw something close to: 133
    33
  • trunk/LayoutTests/fast/events/window-events-bubble-expected.txt

    r25234 r184829  
    1 Test that stopPropagation() will not allow window events to bubble. Clicking on this should not fire window.onclick. This matches our old behavior and Firefox behavior. stopPropagation called. Test Passed.
     1Test that stopPropagation() will not allow window events to bubble. Clicking on this should not fire window.onclick. This matches our old behavior and Firefox behavior.stopPropagation called. Test Passed.
  • trunk/LayoutTests/fast/events/window-events-bubble2-expected.txt

    r25234 r184829  
    1 Tests that preventDefault() will still allow window events to bubble. Clicking here should fire window.onclick. This will match Firefox behavior. Window.onClick fired. Test Passed.
     1Tests that preventDefault() will still allow window events to bubble. Clicking here should fire window.onclick. This will match Firefox behavior.Window.onClick fired. Test Passed.
Note: See TracChangeset for help on using the changeset viewer.