Changeset 251984 in webkit


Ignore:
Timestamp:
Nov 4, 2019 4:12:14 AM (4 years ago)
Author:
Oriol Brufau
Message:

[css-lists] Import tests for list-style-type: <string>
https://bugs.webkit.org/show_bug.cgi?id=203759

Reviewed by Manuel Rego Casasnovas.

LayoutTests/imported/w3c:

Import WPT tests.

  • resources/import-expectations.json:
  • web-platform-tests/css/css-lists/list-style-type-string-001a-expected.html: Added.
  • web-platform-tests/css/css-lists/list-style-type-string-001a.html: Added.
  • web-platform-tests/css/css-lists/list-style-type-string-001b-expected.html: Added.
  • web-platform-tests/css/css-lists/list-style-type-string-001b.html: Added.
  • web-platform-tests/css/css-lists/list-style-type-string-002-expected.html: Added.
  • web-platform-tests/css/css-lists/list-style-type-string-002.html: Added.
  • web-platform-tests/css/css-lists/list-style-type-string-003-expected.html: Added.
  • web-platform-tests/css/css-lists/list-style-type-string-003.html: Added.
  • web-platform-tests/css/css-lists/list-style-type-string-004-expected.html: Added.
  • web-platform-tests/css/css-lists/list-style-type-string-004.html: Added.
  • web-platform-tests/css/css-lists/list-style-type-string-005a-expected.html: Added.
  • web-platform-tests/css/css-lists/list-style-type-string-005a.html: Added.
  • web-platform-tests/css/css-lists/list-style-type-string-005b-expected.html: Added.
  • web-platform-tests/css/css-lists/list-style-type-string-005b.html: Added.
  • web-platform-tests/css/css-lists/list-style-type-string-006-expected.html: Added.
  • web-platform-tests/css/css-lists/list-style-type-string-006.html: Added.
  • web-platform-tests/css/css-lists/list-style-type-string-007-expected.html: Added.
  • web-platform-tests/css/css-lists/list-style-type-string-007.html: Added.
  • web-platform-tests/css/css-lists/w3c-import.log:

LayoutTests:

Most tests fail because the feature hasn't been implemented yet
(https://bugs.webkit.org/show_bug.cgi?id=167729).

Location:
trunk/LayoutTests
Files:
18 added
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r251982 r251984  
     12019-11-04  Oriol Brufau  <obrufau@igalia.com>
     2
     3        [css-lists] Import tests for list-style-type: <string>
     4        https://bugs.webkit.org/show_bug.cgi?id=203759
     5
     6        Reviewed by Manuel Rego Casasnovas.
     7
     8        Most tests fail because the feature hasn't been implemented yet
     9        (https://bugs.webkit.org/show_bug.cgi?id=167729).
     10
     11        * TestExpectations:
     12
    1132019-11-04  youenn fablet  <youenn@apple.com>
    214
  • trunk/LayoutTests/TestExpectations

    r251833 r251984  
    35853585imported/w3c/web-platform-tests/css/css-lists/counter-reset-inside-display-contents.html [ ImageOnlyFailure ]
    35863586imported/w3c/web-platform-tests/css/css-lists/list-marker-with-lineheight-and-overflow-hidden-001.html [ ImageOnlyFailure ]
     3587webkit.org/b/167729 imported/w3c/web-platform-tests/css/css-lists/list-style-type-string-001a.html [ ImageOnlyFailure ]
     3588webkit.org/b/167729 imported/w3c/web-platform-tests/css/css-lists/list-style-type-string-001b.html [ ImageOnlyFailure ]
     3589webkit.org/b/167729 imported/w3c/web-platform-tests/css/css-lists/list-style-type-string-002.html [ ImageOnlyFailure ]
     3590webkit.org/b/167729 imported/w3c/web-platform-tests/css/css-lists/list-style-type-string-003.html [ ImageOnlyFailure ]
     3591webkit.org/b/167729 imported/w3c/web-platform-tests/css/css-lists/list-style-type-string-005a.html [ ImageOnlyFailure ]
     3592webkit.org/b/167729 imported/w3c/web-platform-tests/css/css-lists/list-style-type-string-005b.html [ ImageOnlyFailure ]
     3593webkit.org/b/167729 imported/w3c/web-platform-tests/css/css-lists/list-style-type-string-006.html [ ImageOnlyFailure ]
     3594webkit.org/b/167729 imported/w3c/web-platform-tests/css/css-lists/list-style-type-string-007.html [ ImageOnlyFailure ]
    35873595imported/w3c/web-platform-tests/css/css-lists/list-with-image-display-changed-001.html [ ImageOnlyFailure ]
    35883596
  • trunk/LayoutTests/imported/w3c/ChangeLog

    r251965 r251984  
     12019-11-04  Oriol Brufau  <obrufau@igalia.com>
     2
     3        [css-lists] Import tests for list-style-type: <string>
     4        https://bugs.webkit.org/show_bug.cgi?id=203759
     5
     6        Reviewed by Manuel Rego Casasnovas.
     7
     8        Import WPT tests.
     9
     10        * resources/import-expectations.json:
     11        * web-platform-tests/css/css-lists/list-style-type-string-001a-expected.html: Added.
     12        * web-platform-tests/css/css-lists/list-style-type-string-001a.html: Added.
     13        * web-platform-tests/css/css-lists/list-style-type-string-001b-expected.html: Added.
     14        * web-platform-tests/css/css-lists/list-style-type-string-001b.html: Added.
     15        * web-platform-tests/css/css-lists/list-style-type-string-002-expected.html: Added.
     16        * web-platform-tests/css/css-lists/list-style-type-string-002.html: Added.
     17        * web-platform-tests/css/css-lists/list-style-type-string-003-expected.html: Added.
     18        * web-platform-tests/css/css-lists/list-style-type-string-003.html: Added.
     19        * web-platform-tests/css/css-lists/list-style-type-string-004-expected.html: Added.
     20        * web-platform-tests/css/css-lists/list-style-type-string-004.html: Added.
     21        * web-platform-tests/css/css-lists/list-style-type-string-005a-expected.html: Added.
     22        * web-platform-tests/css/css-lists/list-style-type-string-005a.html: Added.
     23        * web-platform-tests/css/css-lists/list-style-type-string-005b-expected.html: Added.
     24        * web-platform-tests/css/css-lists/list-style-type-string-005b.html: Added.
     25        * web-platform-tests/css/css-lists/list-style-type-string-006-expected.html: Added.
     26        * web-platform-tests/css/css-lists/list-style-type-string-006.html: Added.
     27        * web-platform-tests/css/css-lists/list-style-type-string-007-expected.html: Added.
     28        * web-platform-tests/css/css-lists/list-style-type-string-007.html: Added.
     29        * web-platform-tests/css/css-lists/w3c-import.log:
     30
    1312019-11-02  Oriol Brufau  <obrufau@igalia.com>
    232
  • trunk/LayoutTests/imported/w3c/resources/import-expectations.json

    r251770 r251984  
    8585    "web-platform-tests/css/css-grid/parsing/": "import",
    8686    "web-platform-tests/css/css-images": "import",
    87     "web-platform-tests/css/css-lists/": "import",
     87    "web-platform-tests/css/css-lists": "import",
    8888    "web-platform-tests/css/css-logical": "import",
    8989    "web-platform-tests/css/css-multicol": "import",
  • trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-lists/w3c-import.log

    r239821 r251984  
    4444/LayoutTests/imported/w3c/web-platform-tests/css/css-lists/list-style-type-armenian-002.xht
    4545/LayoutTests/imported/w3c/web-platform-tests/css/css-lists/list-style-type-armenian-003.xht
     46/LayoutTests/imported/w3c/web-platform-tests/css/css-lists/list-style-type-string-001a-expected.html
     47/LayoutTests/imported/w3c/web-platform-tests/css/css-lists/list-style-type-string-001a.html
     48/LayoutTests/imported/w3c/web-platform-tests/css/css-lists/list-style-type-string-001b-expected.html
     49/LayoutTests/imported/w3c/web-platform-tests/css/css-lists/list-style-type-string-001b.html
     50/LayoutTests/imported/w3c/web-platform-tests/css/css-lists/list-style-type-string-002-expected.html
     51/LayoutTests/imported/w3c/web-platform-tests/css/css-lists/list-style-type-string-002.html
     52/LayoutTests/imported/w3c/web-platform-tests/css/css-lists/list-style-type-string-003-expected.html
     53/LayoutTests/imported/w3c/web-platform-tests/css/css-lists/list-style-type-string-003.html
     54/LayoutTests/imported/w3c/web-platform-tests/css/css-lists/list-style-type-string-004-expected.html
     55/LayoutTests/imported/w3c/web-platform-tests/css/css-lists/list-style-type-string-004.html
     56/LayoutTests/imported/w3c/web-platform-tests/css/css-lists/list-style-type-string-005a-expected.html
     57/LayoutTests/imported/w3c/web-platform-tests/css/css-lists/list-style-type-string-005a.html
     58/LayoutTests/imported/w3c/web-platform-tests/css/css-lists/list-style-type-string-005b-expected.html
     59/LayoutTests/imported/w3c/web-platform-tests/css/css-lists/list-style-type-string-005b.html
     60/LayoutTests/imported/w3c/web-platform-tests/css/css-lists/list-style-type-string-006-expected.html
     61/LayoutTests/imported/w3c/web-platform-tests/css/css-lists/list-style-type-string-006.html
     62/LayoutTests/imported/w3c/web-platform-tests/css/css-lists/list-style-type-string-007-expected.html
     63/LayoutTests/imported/w3c/web-platform-tests/css/css-lists/list-style-type-string-007.html
    4664/LayoutTests/imported/w3c/web-platform-tests/css/css-lists/list-with-image-display-changed-001-expected.html
    4765/LayoutTests/imported/w3c/web-platform-tests/css/css-lists/list-with-image-display-changed-001.html
Note: See TracChangeset for help on using the changeset viewer.