Changeset 231202 in webkit


Ignore:
Timestamp:
May 1, 2018 12:45:31 PM (6 years ago)
Author:
Ryan Haddad
Message:

Rebaseline tests after r231165.
https://bugs.webkit.org/show_bug.cgi?id=185166

Unreviewed test gardening.

  • animations/font-variations/font-variation-settings-expected.txt:
  • animations/font-variations/font-variation-settings-order-expected.txt:
  • animations/font-variations/font-variation-settings-order.html:
  • animations/font-variations/font-variation-settings.html:
  • legacy-animation-engine/animations/font-variations/font-variation-settings-expected.txt:
  • legacy-animation-engine/animations/font-variations/font-variation-settings-order-expected.txt:
  • legacy-animation-engine/animations/font-variations/font-variation-settings-order.html:
  • legacy-animation-engine/animations/font-variations/font-variation-settings.html:
  • platform/ios/imported/w3c/web-platform-tests/web-animations/animation-model/animation-types/accumulation-per-property-expected.txt: Added.
  • platform/ios/imported/w3c/web-platform-tests/web-animations/animation-model/animation-types/addition-per-property-expected.txt: Added.
  • platform/ios/imported/w3c/web-platform-tests/web-animations/animation-model/animation-types/interpolation-per-property-expected.txt: Added.
  • platform/mac/imported/w3c/web-platform-tests/web-animations/animation-model/animation-types/accumulation-per-property-expected.txt: Added.
  • platform/mac/imported/w3c/web-platform-tests/web-animations/animation-model/animation-types/addition-per-property-expected.txt: Added.
  • platform/mac/imported/w3c/web-platform-tests/web-animations/animation-model/animation-types/interpolation-per-property-expected.txt: Added.
Location:
trunk/LayoutTests
Files:
12 added
9 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r231194 r231202  
     12018-05-01  Ryan Haddad  <ryanhaddad@apple.com>
     2
     3        Rebaseline tests after r231165.
     4        https://bugs.webkit.org/show_bug.cgi?id=185166
     5
     6        Unreviewed test gardening.
     7
     8        * animations/font-variations/font-variation-settings-expected.txt:
     9        * animations/font-variations/font-variation-settings-order-expected.txt:
     10        * animations/font-variations/font-variation-settings-order.html:
     11        * animations/font-variations/font-variation-settings.html:
     12        * legacy-animation-engine/animations/font-variations/font-variation-settings-expected.txt:
     13        * legacy-animation-engine/animations/font-variations/font-variation-settings-order-expected.txt:
     14        * legacy-animation-engine/animations/font-variations/font-variation-settings-order.html:
     15        * legacy-animation-engine/animations/font-variations/font-variation-settings.html:
     16        * platform/ios/imported/w3c/web-platform-tests/web-animations/animation-model/animation-types/accumulation-per-property-expected.txt: Added.
     17        * platform/ios/imported/w3c/web-platform-tests/web-animations/animation-model/animation-types/addition-per-property-expected.txt: Added.
     18        * platform/ios/imported/w3c/web-platform-tests/web-animations/animation-model/animation-types/interpolation-per-property-expected.txt: Added.
     19        * platform/mac/imported/w3c/web-platform-tests/web-animations/animation-model/animation-types/accumulation-per-property-expected.txt: Added.
     20        * platform/mac/imported/w3c/web-platform-tests/web-animations/animation-model/animation-types/addition-per-property-expected.txt: Added.
     21        * platform/mac/imported/w3c/web-platform-tests/web-animations/animation-model/animation-types/interpolation-per-property-expected.txt: Added.
     22
    1232018-05-01  Oleksandr Skachkov  <gskachkov@gmail.com>
    224
  • trunk/LayoutTests/animations/font-variations/font-variation-settings-expected.txt

    r211060 r231202  
    11Hello
    2 PASS - "font-variation-settings" property for "box" element at 0.5s saw something close to: 'wdth' 483.3333
    3 PASS - "font-variation-settings" property for "box" element at 1s saw something close to: 'wdth' 566.6666
    4 PASS - "font-variation-settings" property for "box" element at 2s saw something close to: 'wdth' 733.3333
     2PASS - "font-variation-settings" property for "box" element at 0.5s saw something close to: "wdth" 483.3333
     3PASS - "font-variation-settings" property for "box" element at 1s saw something close to: "wdth" 566.6666
     4PASS - "font-variation-settings" property for "box" element at 2s saw something close to: "wdth" 733.3333
    55
  • trunk/LayoutTests/animations/font-variations/font-variation-settings-order-expected.txt

    r211060 r231202  
    11Hello
    2 PASS - "font-variation-settings" property for "box" element at 0.5s saw something close to: 'wdth' 566.6666, 'hght' 466.6666
    3 PASS - "font-variation-settings" property for "box" element at 1s saw something close to: 'wdth' 633.3333, 'hght' 533.3333
    4 PASS - "font-variation-settings" property for "box" element at 2s saw something close to: 'wdth' 766.6666, 'hght' 666.6666
     2PASS - "font-variation-settings" property for "box" element at 0.5s saw something close to: "wdth" 566.6666, "hght" 466.6666
     3PASS - "font-variation-settings" property for "box" element at 1s saw something close to: "wdth" 633.3333, "hght" 533.3333
     4PASS - "font-variation-settings" property for "box" element at 2s saw something close to: "wdth" 766.6666, "hght" 666.6666
    55
  • trunk/LayoutTests/animations/font-variations/font-variation-settings-order.html

    r230000 r231202  
    3131var expectedValues = [
    3232    // [animation-name, time, element-id, property, expected-value, tolerance]
    33     ["TheAnimation", 0.5, "box", "font-variation-settings", "'wdth' 566.6666, 'hght' 466.6666", 5],
    34     ["TheAnimation", 1.0, "box", "font-variation-settings", "'wdth' 633.3333, 'hght' 533.3333", 5],
    35     ["TheAnimation", 2.0, "box", "font-variation-settings", "'wdth' 766.6666, 'hght' 666.6666", 5],
     33    ["TheAnimation", 0.5, "box", "font-variation-settings", "\"wdth\" 566.6666, \"hght\" 466.6666", 5],
     34    ["TheAnimation", 1.0, "box", "font-variation-settings", "\"wdth\" 633.3333, \"hght\" 533.3333", 5],
     35    ["TheAnimation", 2.0, "box", "font-variation-settings", "\"wdth\" 766.6666, \"hght\" 666.6666", 5],
    3636];
    3737
  • trunk/LayoutTests/animations/font-variations/font-variation-settings.html

    r230000 r231202  
    3131var expectedValues = [
    3232    // [animation-name, time, element-id, property, expected-value, tolerance]
    33     ["TheAnimation", 0.5, "box", "font-variation-settings", "'wdth' 483.3333", 5],
    34     ["TheAnimation", 1.0, "box", "font-variation-settings", "'wdth' 566.6666", 5],
    35     ["TheAnimation", 2.0, "box", "font-variation-settings", "'wdth' 733.3333", 5],
     33    ["TheAnimation", 0.5, "box", "font-variation-settings", "\"wdth\" 483.3333", 5],
     34    ["TheAnimation", 1.0, "box", "font-variation-settings", "\"wdth\" 566.6666", 5],
     35    ["TheAnimation", 2.0, "box", "font-variation-settings", "\"wdth\" 733.3333", 5],
    3636];
    3737
  • trunk/LayoutTests/legacy-animation-engine/animations/font-variations/font-variation-settings-expected.txt

    r230471 r231202  
    11Hello
    2 PASS - "font-variation-settings" property for "box" element at 0.5s saw something close to: 'wdth' 483.3333
    3 PASS - "font-variation-settings" property for "box" element at 1s saw something close to: 'wdth' 566.6666
    4 PASS - "font-variation-settings" property for "box" element at 2s saw something close to: 'wdth' 733.3333
     2PASS - "font-variation-settings" property for "box" element at 0.5s saw something close to: "wdth" 483.3333
     3PASS - "font-variation-settings" property for "box" element at 1s saw something close to: "wdth" 566.6666
     4PASS - "font-variation-settings" property for "box" element at 2s saw something close to: "wdth" 733.3333
    55
  • trunk/LayoutTests/legacy-animation-engine/animations/font-variations/font-variation-settings-order-expected.txt

    r230471 r231202  
    11Hello
    2 PASS - "font-variation-settings" property for "box" element at 0.5s saw something close to: 'wdth' 566.6666, 'hght' 466.6666
    3 PASS - "font-variation-settings" property for "box" element at 1s saw something close to: 'wdth' 633.3333, 'hght' 533.3333
    4 PASS - "font-variation-settings" property for "box" element at 2s saw something close to: 'wdth' 766.6666, 'hght' 666.6666
     2PASS - "font-variation-settings" property for "box" element at 0.5s saw something close to: "wdth" 566.6666, "hght" 466.6666
     3PASS - "font-variation-settings" property for "box" element at 1s saw something close to: "wdth" 633.3333, "hght" 533.3333
     4PASS - "font-variation-settings" property for "box" element at 2s saw something close to: "wdth" 766.6666, "hght" 666.6666
    55
  • trunk/LayoutTests/legacy-animation-engine/animations/font-variations/font-variation-settings-order.html

    r230471 r231202  
    3131var expectedValues = [
    3232    // [animation-name, time, element-id, property, expected-value, tolerance]
    33     ["TheAnimation", 0.5, "box", "font-variation-settings", "'wdth' 566.6666, 'hght' 466.6666", 5],
    34     ["TheAnimation", 1.0, "box", "font-variation-settings", "'wdth' 633.3333, 'hght' 533.3333", 5],
    35     ["TheAnimation", 2.0, "box", "font-variation-settings", "'wdth' 766.6666, 'hght' 666.6666", 5],
     33    ["TheAnimation", 0.5, "box", "font-variation-settings", "\"wdth\" 566.6666, \"hght\" 466.6666", 5],
     34    ["TheAnimation", 1.0, "box", "font-variation-settings", "\"wdth\" 633.3333, \"hght\" 533.3333", 5],
     35    ["TheAnimation", 2.0, "box", "font-variation-settings", "\"wdth\" 766.6666, \"hght\" 666.6666", 5],
    3636];
    3737
  • trunk/LayoutTests/legacy-animation-engine/animations/font-variations/font-variation-settings.html

    r230471 r231202  
    3131var expectedValues = [
    3232    // [animation-name, time, element-id, property, expected-value, tolerance]
    33     ["TheAnimation", 0.5, "box", "font-variation-settings", "'wdth' 483.3333", 5],
    34     ["TheAnimation", 1.0, "box", "font-variation-settings", "'wdth' 566.6666", 5],
    35     ["TheAnimation", 2.0, "box", "font-variation-settings", "'wdth' 733.3333", 5],
     33    ["TheAnimation", 0.5, "box", "font-variation-settings", "\"wdth\" 483.3333", 5],
     34    ["TheAnimation", 1.0, "box", "font-variation-settings", "\"wdth\" 566.6666", 5],
     35    ["TheAnimation", 2.0, "box", "font-variation-settings", "\"wdth\" 733.3333", 5],
    3636];
    3737
Note: See TracChangeset for help on using the changeset viewer.