Changeset 214552 in webkit


Ignore:
Timestamp:
Mar 29, 2017 12:23:21 PM (7 years ago)
Author:
mmaxfield@apple.com
Message:

Post-commit test gardening after r214546
https://bugs.webkit.org/show_bug.cgi?id=169518

Unreviewed.

  • platform/mac-elcapitan/fast/text/font-selection-font-loading-api-parse-expected.txt:
  • platform/mac-elcapitan/fast/text/font-style-parse-expected.txt:
Location:
trunk/LayoutTests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r214549 r214552  
     12017-03-29  Myles C. Maxfield  <mmaxfield@apple.com>
     2
     3        Post-commit test gardening after r214546
     4        https://bugs.webkit.org/show_bug.cgi?id=169518
     5
     6        Unreviewed.
     7
     8        * platform/mac-elcapitan/fast/text/font-selection-font-loading-api-parse-expected.txt:
     9        * platform/mac-elcapitan/fast/text/font-style-parse-expected.txt:
     10
    1112017-03-29  Ryan Haddad  <ryanhaddad@apple.com>
    212
  • trunk/LayoutTests/platform/mac-elcapitan/fast/text/font-selection-font-loading-api-parse-expected.txt

    r214546 r214552  
    1 PASS window.getComputedStyle(document.getElementById('test1')).fontStyle is "normal"
    2 FAIL window.getComputedStyle(document.getElementById('test2')).fontStyle should be oblique 1deg. Was normal.
    3 FAIL window.getComputedStyle(document.getElementById('test3')).fontStyle should be oblique 18deg. Was normal.
    4 FAIL window.getComputedStyle(document.getElementById('test4')).fontStyle should be oblique 16deg. Was normal.
    5 FAIL window.getComputedStyle(document.getElementById('test5')).fontStyle should be oblique 14.25deg. Was normal.
    6 PASS window.getComputedStyle(document.getElementById('test6')).fontStyle is "normal"
    7 PASS window.getComputedStyle(document.getElementById('test7')).fontStyle is "normal"
    8 PASS window.getComputedStyle(document.getElementById('test8')).fontStyle is "italic"
    9 PASS window.getComputedStyle(document.getElementById('test9')).fontStyle is "italic"
    10 PASS window.getComputedStyle(document.getElementById('test10')).fontStyle is "normal"
    11 PASS window.getComputedStyle(document.getElementById('test11')).fontStyle is "normal"
    12 PASS window.getComputedStyle(document.getElementById('test12')).fontStyle is "normal"
    13 PASS window.getComputedStyle(document.getElementById('test13')).fontStyle is "normal"
    14 FAIL window.getComputedStyle(document.getElementById('test14')).fontStyle should be oblique 15.25deg. Was normal.
    15 PASS window.getComputedStyle(document.getElementById('test15')).fontStyle is "italic"
    16 PASS window.getComputedStyle(document.getElementById('test16')).fontStyle is "italic"
    17 PASS window.getComputedStyle(document.getElementById('test17')).fontStyle is "normal"
    18 PASS window.getComputedStyle(document.getElementById('test18')).fontStyle is "italic"
    19 PASS window.getComputedStyle(document.getElementById('test19')).fontStyle is "italic"
    20 PASS window.getComputedStyle(document.getElementById('test20')).fontStyle is "normal"
    21 FAIL window.getComputedStyle(document.getElementById('test21')).fontStyle should be oblique 14deg. Was normal.
    22 PASS window.getComputedStyle(document.getElementById('test1')).font is "normal normal normal normal 16px/18px Times"
    23 FAIL window.getComputedStyle(document.getElementById('test2')).font should be 16px/18px Times. Was normal normal normal normal 16px/18px Times.
    24 FAIL window.getComputedStyle(document.getElementById('test3')).font should be 16px/18px Times. Was normal normal normal normal 16px/18px Times.
    25 FAIL window.getComputedStyle(document.getElementById('test4')).font should be 16px/18px Times. Was normal normal normal normal 16px/18px Times.
    26 FAIL window.getComputedStyle(document.getElementById('test5')).font should be 16px/18px Times. Was normal normal normal normal 16px/18px Times.
    27 PASS window.getComputedStyle(document.getElementById('test6')).font is "normal normal normal normal 16px/18px Times"
    28 PASS window.getComputedStyle(document.getElementById('test7')).font is "normal normal normal normal 16px/18px Times"
    29 PASS window.getComputedStyle(document.getElementById('test8')).font is "italic normal normal normal 16px/18px Times"
    30 PASS window.getComputedStyle(document.getElementById('test9')).font is "italic normal normal normal 16px/18px Times"
    31 PASS window.getComputedStyle(document.getElementById('test10')).font is "normal normal normal normal 16px/18px Times"
    32 PASS window.getComputedStyle(document.getElementById('test11')).font is "normal normal normal normal 16px/18px Times"
    33 PASS window.getComputedStyle(document.getElementById('test12')).font is "normal normal normal normal 16px/18px Times"
    34 PASS window.getComputedStyle(document.getElementById('test13')).font is "normal normal normal normal 16px/18px Times"
    35 FAIL window.getComputedStyle(document.getElementById('test14')).font should be 16px/18px Times. Was normal normal normal normal 16px/18px Times.
    36 PASS window.getComputedStyle(document.getElementById('test15')).font is "italic normal 100 normal 48px/49px 'Helvetica Neue'"
    37 PASS window.getComputedStyle(document.getElementById('test16')).font is "italic normal 100 normal 48px/49px 'Helvetica Neue'"
    38 PASS window.getComputedStyle(document.getElementById('test17')).font is "normal normal 100 normal 48px/49px 'Helvetica Neue'"
    39 PASS window.getComputedStyle(document.getElementById('test18')).font is "italic normal normal normal 48px/49px 'Helvetica Neue'"
    40 PASS window.getComputedStyle(document.getElementById('test19')).font is "italic small-caps 100 extra-expanded 48px/49px 'Helvetica Neue'"
    41 PASS window.getComputedStyle(document.getElementById('test20')).font is "normal normal normal normal 16px/18px Times"
    42 FAIL window.getComputedStyle(document.getElementById('test21')).font should be 48px/49px 'Helvetica Neue'. Was normal normal normal normal 16px/18px Times.
    43 PASS document.getElementById('test1').style.font is ""
    44 PASS document.getElementById('test15').style.font is "italic 100 48px/49px 'Helvetica Neue'"
    45 PASS document.getElementById('test16').style.font is "italic 100 48px/49px 'Helvetica Neue'"
    46 PASS document.getElementById('test17').style.font is "100 48px/49px 'Helvetica Neue'"
    47 PASS document.getElementById('test18').style.font is "italic 48px/49px 'Helvetica Neue'"
    48 PASS document.getElementById('test19').style.font is "italic small-caps 100 extra-expanded 48px/49px 'Helvetica Neue'"
    49 PASS document.getElementById('test20').style.font is ""
    50 FAIL document.getElementById('test21').style.font should be oblique 14deg small-caps 123 extra-expanded 48px/49px 'Helvetica Neue'. Was .
     1FAIL setFontFaceWeight(fontFace, '1') should be 1. Threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern.
     2PASS setFontFaceWeight(fontFace, '100') is "100"
     3PASS setFontFaceWeight(fontFace, '200') is "200"
     4PASS setFontFaceWeight(fontFace, '300') is "300"
     5PASS setFontFaceWeight(fontFace, '400') is "normal"
     6PASS setFontFaceWeight(fontFace, 'normal') is "normal"
     7PASS setFontFaceWeight(fontFace, '500') is "500"
     8PASS setFontFaceWeight(fontFace, '600') is "600"
     9PASS setFontFaceWeight(fontFace, '700') is "bold"
     10PASS setFontFaceWeight(fontFace, 'bold') is "bold"
     11PASS setFontFaceWeight(fontFace, '800') is "800"
     12PASS setFontFaceWeight(fontFace, '900') is "900"
     13PASS setFontFaceWeight(fontFace, 'garbage') threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
     14PASS setFontFaceWeight(fontFace, 'initial') threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
     15FAIL setFontFaceWeight(fontFace, 'calc(3 + 4)') should be 7. Threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern.
     16PASS setFontFaceWeight(fontFace, 'calc(100 + 200)') is "300"
     17PASS setFontFaceWeight(fontFace, 'calc(150 + 50)') is "200"
     18FAIL setFontFaceStretch(fontFace, '1%') should be 1%. Threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern.
     19PASS setFontFaceStretch(fontFace, '2') threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
     20PASS setFontFaceStretch(fontFace, 'ultra-condensed') is "ultra-condensed"
     21PASS setFontFaceStretch(fontFace, 'extra-condensed') is "extra-condensed"
     22PASS setFontFaceStretch(fontFace, 'condensed') is "condensed"
     23PASS setFontFaceStretch(fontFace, 'semi-condensed') is "semi-condensed"
     24PASS setFontFaceStretch(fontFace, 'normal') is "normal"
     25PASS setFontFaceStretch(fontFace, 'semi-expanded') is "semi-expanded"
     26PASS setFontFaceStretch(fontFace, 'expanded') is "expanded"
     27PASS setFontFaceStretch(fontFace, 'extra-expanded') is "extra-expanded"
     28PASS setFontFaceStretch(fontFace, 'ultra-expanded') is "ultra-expanded"
     29PASS setFontFaceStretch(fontFace, 'garbage') threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
     30PASS setFontFaceStretch(fontFace, 'initial') threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
     31PASS setFontFaceStretch(fontFace, 'calc(3 + 4)') threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
     32FAIL setFontFaceStretch(fontFace, 'calc(3% + 4%)') should be 7%. Threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern.
     33FAIL setFontFaceStyle(fontFace, 'oblique 1deg') should be oblique 1deg. Threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern.
     34FAIL setFontFaceStyle(fontFace, 'oblique 20grad') should be oblique 18deg. Threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern.
     35FAIL setFontFaceStyle(fontFace, 'oblique 0.28318rad') should be oblique 16deg. Threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern.
     36FAIL setFontFaceStyle(fontFace, 'oblique 0.04turn') should be oblique 14.25deg. Threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern.
     37PASS setFontFaceStyle(fontFace, 'oblique 5') threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
     38PASS setFontFaceStyle(fontFace, 'oblique 20') threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
     39PASS setFontFaceStyle(fontFace, 'italic') is "italic"
     40PASS setFontFaceStyle(fontFace, 'oblique') is "italic"
     41PASS setFontFaceStyle(fontFace, 'normal') is "normal"
     42PASS setFontFaceStyle(fontFace, 'garbage') threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
     43PASS setFontFaceStyle(fontFace, 'initial') threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
     44PASS setFontFaceStyle(fontFace, 'oblique calc(3 + 4)') threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
     45FAIL setFontFaceStyle(fontFace, 'oblique calc(0.04turn + 1deg)') should be oblique 15.25deg. Threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern.
    5146PASS successfullyParsed is true
    5247
  • trunk/LayoutTests/platform/mac-elcapitan/fast/text/font-style-parse-expected.txt

    r214546 r214552  
    11PASS window.getComputedStyle(document.getElementById('test1')).fontStyle is "normal"
    22FAIL window.getComputedStyle(document.getElementById('test2')).fontStyle should be oblique 1deg. Was normal.
    3 FAIL window.getComputedStyle(document.getElementById('test3')).fontStyle should be oblique 180deg. Was normal.
    4 FAIL window.getComputedStyle(document.getElementById('test4')).fontStyle should be oblique 359.75deg. Was normal.
    5 FAIL window.getComputedStyle(document.getElementById('test5')).fontStyle should be oblique 1440deg. Was normal.
     3FAIL window.getComputedStyle(document.getElementById('test3')).fontStyle should be oblique 18deg. Was normal.
     4FAIL window.getComputedStyle(document.getElementById('test4')).fontStyle should be oblique 16deg. Was normal.
     5FAIL window.getComputedStyle(document.getElementById('test5')).fontStyle should be oblique 14.25deg. Was normal.
    66PASS window.getComputedStyle(document.getElementById('test6')).fontStyle is "normal"
    77PASS window.getComputedStyle(document.getElementById('test7')).fontStyle is "normal"
     
    1212PASS window.getComputedStyle(document.getElementById('test12')).fontStyle is "normal"
    1313PASS window.getComputedStyle(document.getElementById('test13')).fontStyle is "normal"
    14 FAIL window.getComputedStyle(document.getElementById('test14')).fontStyle should be oblique 1441deg. Was normal.
     14FAIL window.getComputedStyle(document.getElementById('test14')).fontStyle should be oblique 15.25deg. Was normal.
    1515PASS window.getComputedStyle(document.getElementById('test15')).fontStyle is "italic"
    1616PASS window.getComputedStyle(document.getElementById('test16')).fontStyle is "italic"
Note: See TracChangeset for help on using the changeset viewer.