Changeset 225624 in webkit


Ignore:
Timestamp:
Dec 7, 2017 3:54:36 AM (6 years ago)
Author:
Manuel Rego Casasnovas
Message:

[css-grid] Remove duplicated tests that are now present in WPT
https://bugs.webkit.org/show_bug.cgi?id=180511

Reviewed by Youenn Fablet.

These tests have been moved to WPT upstream repository in the following
Blink commits:

As we have just updated the WPT imported tests in r225561,
we can get rid now of the duplicates.

  • fast/css-grid-layout/absolute-positioning-definite-sizes-expected.txt: Removed.
  • fast/css-grid-layout/absolute-positioning-definite-sizes.html: Removed.
  • fast/css-grid-layout/absolute-positioning-grid-container-containing-block-expected.txt: Removed.
  • fast/css-grid-layout/absolute-positioning-grid-container-containing-block.html: Removed.
  • fast/css-grid-layout/absolute-positioning-grid-container-parent-expected.txt: Removed.
  • fast/css-grid-layout/absolute-positioning-grid-container-parent.html: Removed.
  • fast/css-grid-layout/fit-content-columns-expected.html: Removed.
  • fast/css-grid-layout/fit-content-columns.html: Removed.
  • fast/css-grid-layout/fit-content-rows-expected.html: Removed.
  • fast/css-grid-layout/fit-content-rows.html: Removed.
  • fast/css-grid-layout/grid-change-fit-content-argument-expected.txt: Removed.
  • fast/css-grid-layout/grid-change-fit-content-argument.html: Removed.
  • fast/css-grid-layout/grid-positioned-children-writing-modes-expected.html: Removed.
  • fast/css-grid-layout/grid-positioned-children-writing-modes.html: Removed.
  • fast/css-grid-layout/grid-positioned-item-dynamic-change-expected.html: Removed.
  • fast/css-grid-layout/grid-positioned-item-dynamic-change.html: Removed.
  • fast/css-grid-layout/grid-positioned-items-background-expected.html: Removed.
  • fast/css-grid-layout/grid-positioned-items-background-rtl-expected.html: Removed.
  • fast/css-grid-layout/grid-positioned-items-background-rtl.html: Removed.
  • fast/css-grid-layout/grid-positioned-items-background.html: Removed.
  • fast/css-grid-layout/grid-positioned-items-content-alignment-expected.txt: Removed.
  • fast/css-grid-layout/grid-positioned-items-content-alignment-rtl-expected.txt: Removed.
  • fast/css-grid-layout/grid-positioned-items-content-alignment-rtl.html: Removed.
  • fast/css-grid-layout/grid-positioned-items-content-alignment.html: Removed.
  • fast/css-grid-layout/grid-positioned-items-gaps-expected.txt: Removed.
  • fast/css-grid-layout/grid-positioned-items-gaps-rtl-expected.txt: Removed.
  • fast/css-grid-layout/grid-positioned-items-gaps-rtl.html: Removed.
  • fast/css-grid-layout/grid-positioned-items-gaps.html: Removed.
  • fast/css-grid-layout/grid-positioned-items-implicit-grid-expected.txt: Removed.
  • fast/css-grid-layout/grid-positioned-items-implicit-grid-line-expected.txt: Removed.
  • fast/css-grid-layout/grid-positioned-items-implicit-grid-line.html: Removed.
  • fast/css-grid-layout/grid-positioned-items-implicit-grid.html: Removed.
  • fast/css-grid-layout/grid-positioned-items-padding-expected.txt: Removed.
  • fast/css-grid-layout/grid-positioned-items-padding.html: Removed.
  • fast/css-grid-layout/grid-positioned-items-unknown-named-grid-line-expected.txt: Removed.
  • fast/css-grid-layout/grid-positioned-items-unknown-named-grid-line.html: Removed.
  • fast/css-grid-layout/grid-positioned-items-within-grid-implicit-track-expected.txt: Removed.
  • fast/css-grid-layout/grid-positioned-items-within-grid-implicit-track.html: Removed.
  • fast/css-grid-layout/grid-sizing-positioned-items-expected.txt: Removed.
  • fast/css-grid-layout/grid-sizing-positioned-items.html: Removed.
  • fast/css-grid-layout/positioned-grid-items-should-not-create-implicit-tracks-expected.txt: Removed.
  • fast/css-grid-layout/positioned-grid-items-should-not-create-implicit-tracks.html: Removed.
  • fast/css-grid-layout/positioned-grid-items-should-not-take-up-space-expected.txt: Removed.
  • fast/css-grid-layout/positioned-grid-items-should-not-take-up-space.html: Removed.
Location:
trunk/LayoutTests
Files:
44 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r225622 r225624  
     12017-12-07  Manuel Rego Casasnovas  <rego@igalia.com>
     2
     3        [css-grid] Remove duplicated tests that are now present in WPT
     4        https://bugs.webkit.org/show_bug.cgi?id=180511
     5
     6        Reviewed by Youenn Fablet.
     7
     8        These tests have been moved to WPT upstream repository in the following
     9        Blink commits:
     10        - https://chromium-review.googlesource.com/c/chromium/src/+/674931
     11        - https://chromium-review.googlesource.com/c/chromium/src/+/730707
     12
     13        As we have just updated the WPT imported tests in r225561,
     14        we can get rid now of the duplicates.
     15
     16        * fast/css-grid-layout/absolute-positioning-definite-sizes-expected.txt: Removed.
     17        * fast/css-grid-layout/absolute-positioning-definite-sizes.html: Removed.
     18        * fast/css-grid-layout/absolute-positioning-grid-container-containing-block-expected.txt: Removed.
     19        * fast/css-grid-layout/absolute-positioning-grid-container-containing-block.html: Removed.
     20        * fast/css-grid-layout/absolute-positioning-grid-container-parent-expected.txt: Removed.
     21        * fast/css-grid-layout/absolute-positioning-grid-container-parent.html: Removed.
     22        * fast/css-grid-layout/fit-content-columns-expected.html: Removed.
     23        * fast/css-grid-layout/fit-content-columns.html: Removed.
     24        * fast/css-grid-layout/fit-content-rows-expected.html: Removed.
     25        * fast/css-grid-layout/fit-content-rows.html: Removed.
     26        * fast/css-grid-layout/grid-change-fit-content-argument-expected.txt: Removed.
     27        * fast/css-grid-layout/grid-change-fit-content-argument.html: Removed.
     28        * fast/css-grid-layout/grid-positioned-children-writing-modes-expected.html: Removed.
     29        * fast/css-grid-layout/grid-positioned-children-writing-modes.html: Removed.
     30        * fast/css-grid-layout/grid-positioned-item-dynamic-change-expected.html: Removed.
     31        * fast/css-grid-layout/grid-positioned-item-dynamic-change.html: Removed.
     32        * fast/css-grid-layout/grid-positioned-items-background-expected.html: Removed.
     33        * fast/css-grid-layout/grid-positioned-items-background-rtl-expected.html: Removed.
     34        * fast/css-grid-layout/grid-positioned-items-background-rtl.html: Removed.
     35        * fast/css-grid-layout/grid-positioned-items-background.html: Removed.
     36        * fast/css-grid-layout/grid-positioned-items-content-alignment-expected.txt: Removed.
     37        * fast/css-grid-layout/grid-positioned-items-content-alignment-rtl-expected.txt: Removed.
     38        * fast/css-grid-layout/grid-positioned-items-content-alignment-rtl.html: Removed.
     39        * fast/css-grid-layout/grid-positioned-items-content-alignment.html: Removed.
     40        * fast/css-grid-layout/grid-positioned-items-gaps-expected.txt: Removed.
     41        * fast/css-grid-layout/grid-positioned-items-gaps-rtl-expected.txt: Removed.
     42        * fast/css-grid-layout/grid-positioned-items-gaps-rtl.html: Removed.
     43        * fast/css-grid-layout/grid-positioned-items-gaps.html: Removed.
     44        * fast/css-grid-layout/grid-positioned-items-implicit-grid-expected.txt: Removed.
     45        * fast/css-grid-layout/grid-positioned-items-implicit-grid-line-expected.txt: Removed.
     46        * fast/css-grid-layout/grid-positioned-items-implicit-grid-line.html: Removed.
     47        * fast/css-grid-layout/grid-positioned-items-implicit-grid.html: Removed.
     48        * fast/css-grid-layout/grid-positioned-items-padding-expected.txt: Removed.
     49        * fast/css-grid-layout/grid-positioned-items-padding.html: Removed.
     50        * fast/css-grid-layout/grid-positioned-items-unknown-named-grid-line-expected.txt: Removed.
     51        * fast/css-grid-layout/grid-positioned-items-unknown-named-grid-line.html: Removed.
     52        * fast/css-grid-layout/grid-positioned-items-within-grid-implicit-track-expected.txt: Removed.
     53        * fast/css-grid-layout/grid-positioned-items-within-grid-implicit-track.html: Removed.
     54        * fast/css-grid-layout/grid-sizing-positioned-items-expected.txt: Removed.
     55        * fast/css-grid-layout/grid-sizing-positioned-items.html: Removed.
     56        * fast/css-grid-layout/positioned-grid-items-should-not-create-implicit-tracks-expected.txt: Removed.
     57        * fast/css-grid-layout/positioned-grid-items-should-not-create-implicit-tracks.html: Removed.
     58        * fast/css-grid-layout/positioned-grid-items-should-not-take-up-space-expected.txt: Removed.
     59        * fast/css-grid-layout/positioned-grid-items-should-not-take-up-space.html: Removed.
     60
    1612017-12-06  Chris Dumez  <cdumez@apple.com>
    262
Note: See TracChangeset for help on using the changeset viewer.