Changeset 92001 in webkit


Ignore:
Timestamp:
Jul 29, 2011 10:47:53 AM (13 years ago)
Author:
tony@chromium.org
Message:

rename css3/flexbox/display-property.html to css3/flexbox/css-properties.html
https://bugs.webkit.org/show_bug.cgi?id=65343

Reviewed by Mihai Parparita.

I plan on adding more tests for the other flexbox properties
(flex-order, flex-direction, flex-pack, flex-align) to this file.

  • css3/flexbox/css-properties-expected.txt: Copied from LayoutTests/css3/flexbox/display-property-expected.txt.
  • css3/flexbox/css-properties.html: Copied from LayoutTests/css3/flexbox/display-property.html.
  • css3/flexbox/display-property-expected.txt: Removed.
  • css3/flexbox/display-property.html: Removed.
  • css3/flexbox/script-tests/css-properties.js: Copied from LayoutTests/css3/flexbox/script-tests/display-property.js.
  • css3/flexbox/script-tests/display-property.js: Removed.
Location:
trunk/LayoutTests
Files:
1 edited
3 moved

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r91997 r92001  
     12011-07-29  Tony Chang  <tony@chromium.org>
     2
     3        rename css3/flexbox/display-property.html to css3/flexbox/css-properties.html
     4        https://bugs.webkit.org/show_bug.cgi?id=65343
     5
     6        Reviewed by Mihai Parparita.
     7
     8        I plan on adding more tests for the other flexbox properties
     9        (flex-order, flex-direction, flex-pack, flex-align) to this file.
     10
     11        * css3/flexbox/css-properties-expected.txt: Copied from LayoutTests/css3/flexbox/display-property-expected.txt.
     12        * css3/flexbox/css-properties.html: Copied from LayoutTests/css3/flexbox/display-property.html.
     13        * css3/flexbox/display-property-expected.txt: Removed.
     14        * css3/flexbox/display-property.html: Removed.
     15        * css3/flexbox/script-tests/css-properties.js: Copied from LayoutTests/css3/flexbox/script-tests/display-property.js.
     16        * css3/flexbox/script-tests/display-property.js: Removed.
     17
    1182011-07-29  Csaba Osztrogonác  <ossy@webkit.org>
    219
  • trunk/LayoutTests/css3/flexbox/css-properties.html

    r92000 r92001  
    88<p id="description"></p>
    99<div id="console"></div>
    10 <script src="script-tests/display-property.js"></script>
     10<script src="script-tests/css-properties.js"></script>
    1111<script src="../../fast/js/resources/js-test-post.js"></script>
    1212</body>
Note: See TracChangeset for help on using the changeset viewer.