Changeset 180904 in webkit


Ignore:
Timestamp:
Mar 2, 2015 3:51:23 PM (9 years ago)
Author:
mmaxfield@apple.com
Message:

Last gardening after r177774

Unreviewed.

  • fast/text/font-kerning-expected.html:
  • fast/text/font-variant-ligatures-expected.html:
  • fast/text/whitespace/inline-whitespace-wrapping-7-expected.html:
  • fast/text/whitespace/inline-whitespace-wrapping-7.html:
  • mathml/presentation/scripts-subsup-expected.html:
  • mathml/presentation/scripts-subsup.html:
  • platform/mac/TestExpectations:
  • platform/mac/fast/text/multiple-codeunit-vertical-upright-expected.html:
  • platform/mac/fast/text/multiple-codeunit-vertical-upright.html:
  • platform/mac/fast/text/resources/multiple-codeunit-vertical-upright.otf: Removed.
  • svg/text/svg-font-word-rounding-hacks-spaces-expected.html:
  • svg/text/svg-font-word-rounding-hacks-spaces.html:
  • svg/text/tspan-outline-expected.svg:
  • svg/text/tspan-outline.html:
Location:
trunk/LayoutTests
Files:
1 deleted
15 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r180901 r180904  
     12015-03-02  Myles C. Maxfield  <mmaxfield@apple.com>
     2
     3        Last gardening after r177774
     4
     5        Unreviewed.
     6
     7        * fast/text/font-kerning-expected.html:
     8        * fast/text/font-variant-ligatures-expected.html:
     9        * fast/text/whitespace/inline-whitespace-wrapping-7-expected.html:
     10        * fast/text/whitespace/inline-whitespace-wrapping-7.html:
     11        * mathml/presentation/scripts-subsup-expected.html:
     12        * mathml/presentation/scripts-subsup.html:
     13        * platform/mac/TestExpectations:
     14        * platform/mac/fast/text/multiple-codeunit-vertical-upright-expected.html:
     15        * platform/mac/fast/text/multiple-codeunit-vertical-upright.html:
     16        * platform/mac/fast/text/resources/multiple-codeunit-vertical-upright.otf: Removed.
     17        * svg/text/svg-font-word-rounding-hacks-spaces-expected.html:
     18        * svg/text/svg-font-word-rounding-hacks-spaces.html:
     19        * svg/text/tspan-outline-expected.svg:
     20        * svg/text/tspan-outline.html:
     21
    1222015-03-02  Mark Lam  <mark.lam@apple.com>
    223
  • trunk/LayoutTests/fast/text/font-kerning-expected.html

    r104678 r180904  
    11<style>
    2     .kerned { text-rendering: optimizelegibility; }
     2    .notkerned { text-rendering: optimizeSpeed; }
     3    .kerned { text-rendering: optimizeLegibility; }
    34</style>
    45<body style="font-size: 36px;">
    5     <div>AVAVAVAV</div>
    6     <div>AVAVAVAV</div>
     6    <div class="notkerned">AVAVAVAV</div>
    77    <div class="kerned">AVAVAVAV</div>
    8     <div>AVAVAVAV</div>
     8    <div class="kerned">AVAVAVAV</div>
     9    <div class="notkerned">AVAVAVAV</div>
    910    <div class="kerned">AVAVAVAV</div>
    1011    <div class="kerned">AVAVAVAV</div>
  • trunk/LayoutTests/fast/text/font-variant-ligatures-expected.html

    r104786 r180904  
    11<style>
    2     .ligatures { text-rendering: optimizelegibility; }
     2    .noligatures { text-rendering: optimizeSpeed; }
     3    .ligatures { text-rendering: optimizeLegibility; }
    34</style>
    45<body style="font-size: 36px;">
    5     <div>file</div>
    6     <div>file</div>
     6    <div class="noligatures">file</div>
    77    <div class="ligatures">file</div>
    8     <div>file</div>
     8    <div class="ligatures">file</div>
     9    <div class="noligatures">file</div>
    910    <div class="ligatures">file</div>
    1011    <div class="ligatures">file</div>
  • trunk/LayoutTests/fast/text/whitespace/inline-whitespace-wrapping-7-expected.html

    r151613 r180904  
    44    #container {
    55        float: right;
     6        font-family: Ahem;
    67    }
    78</style>
  • trunk/LayoutTests/fast/text/whitespace/inline-whitespace-wrapping-7.html

    r151613 r180904  
    44    #container {
    55        float: right;
     6        font-family: Ahem;
    67    }
    78    .link
  • trunk/LayoutTests/imported/mozilla/svg/dynamic-text-07-expected.svg

    r177330 r180904  
    88  <!-- From https://bugzilla.mozilla.org/show_bug.cgi?id=717870 -->
    99
    10   <text x="10" y="50" font-size="50">A B</text>
     10  <text x="10" y="50" font-size="50">A <tspan>B</tspan></text>
    1111</svg>
  • trunk/LayoutTests/mathml/presentation/scripts-subsup-expected.html

    r152777 r180904  
    2525
    2626    <!-- The sub/sup scripts should be hidden by the black rectangles -->
    27     <table style="position: absolute; top: 10px; left: 10px;">
     27    <table style="position: absolute; top: 10px; left: 10px; font-family: Ahem;">
    2828      <tr>
    2929        <td style="text-align: left; vertical-align: top;">
    30           <math>
     30          <math style="font-family: Ahem;">
    3131            <msub>
    3232              <mtext>X</mtext>
     
    3636        </td>
    3737        <td style="text-align: left;">
    38           <math>
     38          <math style="font-family: Ahem;">
    3939            <msubsup>
    4040              <mtext>X</mtext>
     
    4545        </td>
    4646        <td style="text-align: left; vertical-align: bottom;">
    47           <math>
     47          <math style="font-family: Ahem;">
    4848            <msup>
    4949              <mtext>X</mtext>
     
    5555    </table>
    5656
    57     <table style="position: absolute; top: 10px; left: 10px;">
     57    <table style="position: absolute; top: 10px; left: 10px; font-family: Ahem;">
    5858      <tr>
    5959        <td style="text-align: left; vertical-align: top;">
     
    6464        </td>
    6565        <td style="text-align: left; vertical-align: bottom;">
    66           <span style="visibility: hidden;">X</span><span style="vertical-align: +25%;">X</span>
     66          <span style="visibility: hidden;">X</span><span style="vertical-align: +50%;">X</span>
    6767        </td>
    6868      </tr>
  • trunk/LayoutTests/mathml/presentation/scripts-subsup.html

    r152777 r180904  
    2525
    2626    <!-- The sub/sup scripts should be hidden by the black rectangles -->
    27     <table style="position: absolute; top: 10px; left: 10px;">
     27    <table style="position: absolute; top: 10px; left: 10px; font-family: Ahem;">
    2828      <tr>
    2929        <td style="text-align: left; vertical-align: top;">
    30           <math>
     30          <math style="font-family: Ahem;">
    3131            <msub>
    3232              <mtext>X</mtext>
     
    3636        </td>
    3737        <td style="text-align: left;">
    38           <math>
     38          <math style="font-family: Ahem;">
    3939            <msubsup>
    4040              <mtext>X</mtext>
     
    4545        </td>
    4646        <td style="text-align: left; vertical-align: bottom;">
    47           <math>
     47          <math style="font-family: Ahem;">
    4848            <msup>
    4949              <mtext>X</mtext>
     
    5555    </table>
    5656
    57     <table style="position: absolute; top: 10px; left: 10px;">
     57    <table style="position: absolute; top: 10px; left: 10px; font-family: Ahem;">
    5858      <tr>
    5959        <td style="text-align: left; vertical-align: top;">
     
    6464        </td>
    6565        <td style="text-align: left; vertical-align: bottom;">
    66           <span style="visibility: hidden;">X</span><span style="vertical-align: +25%;">X</span>
     66          <span style="visibility: hidden;">X</span><span style="vertical-align: +50%;">X</span>
    6767        </td>
    6868      </tr>
  • trunk/LayoutTests/platform/mac/TestExpectations

    r180893 r180904  
    12141214fast/canvas/canvas-fillRect-gradient-shadow.html [ Pass Failure ]
    12151215
    1216 # Kerning, Ligatures, and Printer Fonts caused these tests to fail
    1217 webkit.org/b/139968 fast/text/font-kerning.html [ ImageOnlyFailure ]
    1218 webkit.org/b/139968 fast/text/font-variant-ligatures.html [ ImageOnlyFailure ]
    1219 webkit.org/b/139968 fast/text/whitespace/inline-whitespace-wrapping-7.html [ ImageOnlyFailure ]
    1220 webkit.org/b/139968 fast/text/word-space-between-inlines.html [ ImageOnlyFailure ]
    1221 webkit.org/b/139968 imported/mozilla/svg/dynamic-text-07.svg [ ImageOnlyFailure ]
    1222 webkit.org/b/139968 mathml/presentation/scripts-subsup.html [ ImageOnlyFailure ]
    1223 webkit.org/b/139968 platform/mac/fast/text/multiple-codeunit-vertical-upright.html [ ImageOnlyFailure ]
    1224 webkit.org/b/139968 svg/text/svg-font-word-rounding-hacks-spaces.html [ ImageOnlyFailure ]
    1225 webkit.org/b/139968 svg/text/tspan-outline.html [ ImageOnlyFailure ]
    1226 webkit.org/b/139968 svg/transforms/transformed-text-fill-gradient.html [ ImageOnlyFailure ]
     1216# SVG gradients are not bit-for-bit equivalent through a scale.
     1217webkit.org/b/142192 svg/transforms/transformed-text-fill-gradient.html [ ImageOnlyFailure ]
    12271218
    12281219# Word-spacing is incorrectly applied
     
    12301221webkit.org/b/142086 fast/css/word-spacing-between-inlines.html [ ImageOnlyFailure ]
    12311222webkit.org/b/142086 fast/css/word-spacing-characters.html [ ImageOnlyFailure ]
     1223webkit.org/b/142086 fast/text/word-space-between-inlines.html [ ImageOnlyFailure ]
    12321224
    12331225# Underlines' starting and ending positions need to be pixel-snapped
  • trunk/LayoutTests/platform/mac/fast/text/multiple-codeunit-vertical-upright-expected.html

    r176372 r180904  
    22<html>
    33<head>
    4 <style>
    5 @font-face {
    6     font-family: "Litherum";
    7     src: url("resources/multiple-codeunit-vertical-upright.otf") format("opentype");
    8 }
    9 </style>
    104</head>
    115<body style="-webkit-font-smoothing: none;">
    12 <div style="font: 96px Litherum; position: relative; left: 3.5px; top: 1px;">&#x2000b;</div>
     6<div style="position: absolute; top: 100px;">This test makes sure that upright vertical text is rendered the same as horizontal text.</div>
     7<div style="font: 96px Times; position: relative; left: 29px; top: -23px; display: inline-block;">&#x2000b;</div>
    138</body>
    149</html>
  • trunk/LayoutTests/platform/mac/fast/text/multiple-codeunit-vertical-upright.html

    r176372 r180904  
    22<html>
    33<head>
    4 <style>
    5 @font-face {
    6     font-family: "Litherum";
    7     src: url("resources/multiple-codeunit-vertical-upright.otf") format("opentype");
    8 }
    9 </style>
    104</head>
    115<body style="-webkit-font-smoothing: none;">
    12 <div style="font: 96px Litherum; -webkit-writing-mode: vertical-rl; -webkit-text-orientation: upright;">&#x2000b;</div>
     6<div style="position: absolute; top: 100px;">This test makes sure that upright vertical text is rendered the same as horizontal text.</div>
     7<div style="font: 96px Times; -webkit-writing-mode: vertical-rl; -webkit-text-orientation: upright;">&#x2000b;</div>
    138</body>
    149</html>
  • trunk/LayoutTests/svg/text/svg-font-word-rounding-hacks-spaces-expected.html

    r174466 r180904  
    1818</head>
    1919<body>
    20 This test makes sure that text drawn with an SVG font with word-wrapping hacks has spaces.
    21 The test is successful if the space between the two boxes below is the same as the width of each of the boxes.
     20<div style="display: none;">This test makes sure that text drawn with an SVG font with word-wrapping hacks has spaces.
     21The test is successful if the space between the two boxes below is the same as the width of each of the boxes.</div>
    2222<div><div class="blackbox"></div><div class="whitebox"></div><div class="blackbox"></div></div>
    2323</body>
  • trunk/LayoutTests/svg/text/svg-font-word-rounding-hacks-spaces.html

    r174466 r180904  
    1414</head>
    1515<body>
    16 This test makes sure that text drawn with an SVG font with word-wrapping hacks has spaces.
    17 The test is successful if the space between the two boxes below is the same as the width of each of the boxes.
     16<div style="display: none;">This test makes sure that text drawn with an SVG font with word-wrapping hacks has spaces.
     17The test is successful if the space between the two boxes below is the same as the width of each of the boxes.</div>
    1818<div style="font: 14px Litherum;">a a</div>
    1919</body>
  • trunk/LayoutTests/svg/text/tspan-outline-expected.svg

    r168645 r180904  
    11<svg xmlns="http://www.w3.org/2000/svg" width="800" height="100">
    22        <style>
    3         text { font: 32px sans-serif; }
     3        text { font: 32px Ahem; }
    44        </style>
    55       
  • trunk/LayoutTests/svg/text/tspan-outline.html

    r168645 r180904  
    55        * { margin: 0; padding: 0; }
    66        *:focus { fill: green }
    7         text { font: 32px sans-serif; }
     7        text { font: 32px Ahem; }
    88        </style>
    99       
Note: See TracChangeset for help on using the changeset viewer.