Changeset 209139 in webkit


Ignore:
Timestamp:
Nov 30, 2016 10:51:04 AM (7 years ago)
Author:
hyatt@apple.com
Message:

[CSS Parser] Fix a typo in a layout test for transforms
https://bugs.webkit.org/show_bug.cgi?id=165203

Reviewed by Dean Jackson.

  • transitions/transition-end-event-transform.html:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r209131 r209139  
     12016-11-30  Dave Hyatt  <hyatt@apple.com>
     2
     3        [CSS Parser] Fix a typo in a layout test for transforms
     4        https://bugs.webkit.org/show_bug.cgi?id=165203
     5
     6        Reviewed by Dean Jackson.
     7
     8        * transitions/transition-end-event-transform.html:
     9
    1102016-11-30  Said Abou-Hallawa  <sabouhallawa@apple.com>
    211
  • trunk/LayoutTests/transitions/transition-end-event-transform.html

    r181832 r209139  
    99      margin: 10px;
    1010      background-color: blue;
    11       transition-property: ransform;
     11      transition-property: transform;
    1212      transition-duration: 0.5s;
    1313      transform: translate(100px);
Note: See TracChangeset for help on using the changeset viewer.