Changeset 203193 in webkit


Ignore:
Timestamp:
Jul 13, 2016 3:02:01 PM (8 years ago)
Author:
mmaxfield@apple.com
Message:

Test gardening for fast/text/font-face-javascript.html
https://bugs.webkit.org/show_bug.cgi?id=156631

Unreviewed.

  • TestExpectations:
  • fast/text/font-face-javascript-expected.txt:
  • fast/text/font-face-javascript.html:
Location:
trunk/LayoutTests
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r203190 r203193  
     12016-07-13  Myles C. Maxfield  <mmaxfield@apple.com>
     2
     3        Test gardening for fast/text/font-face-javascript.html
     4        https://bugs.webkit.org/show_bug.cgi?id=156631
     5
     6        Unreviewed.
     7
     8        * TestExpectations:
     9        * fast/text/font-face-javascript-expected.txt:
     10        * fast/text/font-face-javascript.html:
     11
    1122016-07-13  Ryan Haddad  <ryanhaddad@apple.com>
    213
  • trunk/LayoutTests/TestExpectations

    r203164 r203193  
    981981webkit.org/b/156100 http/tests/security/anchor-download-block-crossorigin.html [ Failure ]
    982982
    983 webkit.org/b/156631 fast/text/font-face-javascript.html [ Pass Crash Failure ]
    984 
    985983webkit.org/b/157849 fast/frames/crash-during-iframe-load-stop.html [ Pass Timeout ]
    986984
  • trunk/LayoutTests/fast/text/font-face-javascript-expected.txt

    r199613 r203193  
    33PASS new FontFace('family_name', 'url(\'asdf\')', {}).weight is "normal"
    44PASS new FontFace('family_name', 'url(\'asdf\')', {}).stretch is "normal"
    5 PASS new FontFace('family_name', 'url(\'asdf\')', {}).unicodeRange is "U+0-10FFFF"
     5PASS new FontFace('family_name', 'url(\'asdf\')', {}).unicodeRange is "U+0-10ffff"
    66PASS new FontFace('family_name', 'url(\'asdf\')', {}).variant is "normal"
    77PASS new FontFace('family_name', 'url(\'asdf\')', {}).featureSettings is "normal"
  • trunk/LayoutTests/fast/text/font-face-javascript.html

    r199613 r203193  
    1010shouldBeEqualToString("new FontFace('family_name', 'url(\\'asdf\\')', {}).weight", "normal");
    1111shouldBeEqualToString("new FontFace('family_name', 'url(\\'asdf\\')', {}).stretch", "normal");
    12 shouldBeEqualToString("new FontFace('family_name', 'url(\\'asdf\\')', {}).unicodeRange", "U+0-10FFFF");
     12shouldBeEqualToString("new FontFace('family_name', 'url(\\'asdf\\')', {}).unicodeRange", "U+0-10ffff");
    1313shouldBeEqualToString("new FontFace('family_name', 'url(\\'asdf\\')', {}).variant", "normal");
    1414shouldBeEqualToString("new FontFace('family_name', 'url(\\'asdf\\')', {}).featureSettings", "normal");
Note: See TracChangeset for help on using the changeset viewer.