Changeset 261190 in webkit
- Timestamp:
- May 5, 2020, 12:21:11 PM (5 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 1 deleted
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r261186 r261190 1 2020-05-05 Myles C. Maxfield <mmaxfield@apple.com> 2 3 Rebaseline fast/css/font-face-opentype.html 4 https://bugs.webkit.org/show_bug.cgi?id=211332 5 <rdar://problem/61833165> 6 7 Update for iOS. Also make the test insensitive to platform fallback fonts. 8 9 Unreviewed. 10 11 * fast/css/font-face-opentype.html: 12 * platform/ios-wk1/TestExpectations: 13 * platform/ios/TestExpectations: 14 * platform/ios/fast/css/font-face-opentype-expected.txt: 15 * platform/mac/fast/css/font-face-opentype-expected.txt: 16 1 17 2020-05-05 Said Abou-Hallawa <sabouhallawa@apple.com> 2 18 -
trunk/LayoutTests/fast/css/font-face-opentype.html
r100930 r261190 13 13 <!-- space, single-quote, and small p are omitted since they are not black squares --> 14 14 <p>Check if glyphs not in Ahem.otf can be rendered using a fallback font. If the test passes, you should see a single-quote character below:</p> 15 <span style="font-family: family1 ">'</span>15 <span style="font-family: family1, sans-serif">'</span> 16 16 <!-- Ahem font does not have a glyph for ' --> 17 17 <script> -
trunk/LayoutTests/platform/ios-wk1/TestExpectations
r260577 r261190 1194 1194 fast/css/002.html [ Failure ] 1195 1195 fast/css/font-face-multiple-faces.html [ Failure ] 1196 fast/css/font-face-opentype.html [ Failure ]1197 1196 fast/css/font-face-repeated-url.html [ Failure ] 1198 1197 fast/css/font-face-synthetic-bold-italic.html [ Failure ] -
trunk/LayoutTests/platform/ios/TestExpectations
r261177 r261190 1307 1307 1308 1308 webkit.org/b/178958 fast/css/font-face-multiple-faces.html [ Failure ] 1309 webkit.org/b/178958 fast/css/font-face-opentype.html [ Failure ]1310 1309 webkit.org/b/178958 fast/css/font-face-repeated-url.html [ Failure ] 1311 1310 webkit.org/b/178958 fast/css/font-face-synthetic-bold-italic.html [ Failure ] -
trunk/LayoutTests/platform/ios/fast/css/font-face-opentype-expected.txt
r179104 r261190 20 20 text run at (0,0) width 784: "Check if glyphs in Ahem.otf can be rendered correctly. If the test passes, you should see dozens of black square characters" 21 21 text run at (0,20) width 44: "below:" 22 RenderBlock (anonymous) at (0,112) size 784x3 223 RenderInline {SPAN} at (0,0) size 736x1 624 RenderText {#text} at (0,0) size 736x1 622 RenderBlock (anonymous) at (0,112) size 784x34 23 RenderInline {SPAN} at (0,0) size 736x17 24 RenderText {#text} at (0,0) size 736x17 25 25 text run at (0,0) width 736: "!\"#$%&()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNO" 26 26 RenderText {#text} at (0,0) size 0x0 27 RenderInline {SPAN} at (0,0) size 736x1 628 RenderText {#text} at (0,1 6) size 736x1629 text run at (0,1 6) width 736: "PQRSTUVWXYZ[\\]^_`abcdefghijklmnoqrstuvwxyz{|}~"27 RenderInline {SPAN} at (0,0) size 736x17 28 RenderText {#text} at (0,17) size 736x17 29 text run at (0,17) width 736: "PQRSTUVWXYZ[\\]^_`abcdefghijklmnoqrstuvwxyz{|}~" 30 30 RenderText {#text} at (0,0) size 0x0 31 31 RenderText {#text} at (0,0) size 0x0 32 RenderBlock {P} at (0,16 0) size 784x4032 RenderBlock {P} at (0,162) size 784x40 33 33 RenderText {#text} at (0,0) size 759x39 34 34 text run at (0,0) width 759: "Check if glyphs not in Ahem.otf can be rendered using a fallback font. If the test passes, you should see a single-quote" 35 35 text run at (0,20) width 107: "character below:" 36 RenderBlock (anonymous) at (0,21 6) size 784x2337 RenderInline {SPAN} at (0,0) size 4x1 638 RenderText {#text} at (0, 5) size 4x1639 text run at (0, 5) width 4: "'"36 RenderBlock (anonymous) at (0,218) size 784x20 37 RenderInline {SPAN} at (0,0) size 4x17 38 RenderText {#text} at (0,3) size 4x17 39 text run at (0,3) width 4: "'" 40 40 RenderText {#text} at (0,0) size 0x0 41 41 RenderText {#text} at (0,0) size 0x0 -
trunk/LayoutTests/platform/mac/fast/css/font-face-opentype-expected.txt
r184899 r261190 36 36 RenderBlock (anonymous) at (0,204) size 784x18 37 37 RenderInline {SPAN} at (0,0) size 4x16 38 RenderText {#text} at (0, 2) size 4x1639 text run at (0, 2) width 4: "'"38 RenderText {#text} at (0,1) size 4x16 39 text run at (0,1) width 4: "'" 40 40 RenderText {#text} at (0,0) size 0x0 41 41 RenderText {#text} at (0,0) size 0x0
Note:
See TracChangeset
for help on using the changeset viewer.