Changeset 250952 in webkit


Ignore:
Timestamp:
Oct 9, 2019 7:02:19 PM (5 years ago)
Author:
mmaxfield@apple.com
Message:

Make fast/text/complex-initial-advance.html more robust
https://bugs.webkit.org/show_bug.cgi?id=202708

Unreviewed follow up to r250884.

Makes test robust enough to pass on Mojave.

  • fast/text/complex-initial-advance-expected.html:
  • fast/text/complex-initial-advance.html:
Location:
trunk/LayoutTests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r250944 r250952  
     12019-10-09  Myles C. Maxfield  <mmaxfield@apple.com>
     2
     3        Make fast/text/complex-initial-advance.html more robust
     4        https://bugs.webkit.org/show_bug.cgi?id=202708
     5
     6        Unreviewed follow up to r250884.
     7
     8        Makes test robust enough to pass on Mojave.
     9
     10        * fast/text/complex-initial-advance-expected.html:
     11        * fast/text/complex-initial-advance.html:
     12
    1132019-10-09  John Wilander  <wilander@apple.com>
    214
  • trunk/LayoutTests/fast/text/complex-initial-advance-expected.html

    r250884 r250952  
    33<head>
    44<meta charset="utf-8">
     5<style>
     6span {
     7    white-space: pre;
     8}
     9</style>
    510</head>
    611<body style="font-family: Geeza Pro; text-rendering: optimizeSpeed;">
    712<div>This test makes sure that text with an initial advance is rendered correctly. The test passes if the &#x25CC;&#x064D; marks are positioned in the right place below the &#x0629; character below.</div>
    8 <span>حياةٍ مليئ</span>
     13<div style="font-size: 79px;">
     14<span>&#x062d;&#x064a;&#x0627;&#x0629;&#x064d; &rlm;</span>
     15</div>
    916</body>
    1017</html>
  • trunk/LayoutTests/fast/text/complex-initial-advance.html

    r250884 r250952  
    33<head>
    44<meta charset="utf-8">
     5<style>
     6span {
     7    white-space: pre;
     8}
     9</style>
    510</head>
    611<body style="font-family: Geeza Pro; text-rendering: optimizeSpeed;">
    712<div>This test makes sure that text with an initial advance is rendered correctly. The test passes if the &#x25CC;&#x064D; marks are positioned in the right place below the &#x0629; character below.</div>
    8 <span>حياةٍ</span><span> </span><span>مليئ</span>
     13<div style="font-size: 79px;">
     14<span> </span><span>&#x062d;&#x064a;&#x0627;&#x0629;&#x064d;</span>
     15</div>
    916</body>
    1017</html>
Note: See TracChangeset for help on using the changeset viewer.