| Differences between
and this patch
- a/LayoutTests/ChangeLog +22 lines
Lines 1-3 a/LayoutTests/ChangeLog_sec1
1
2009-12-17  Dirk Pranke  <dpranke@fila-macpro.mtv.corp.google.com>
2
3
        Reviewed by NOBODY (OOPS!).
4
5
        upstream test from chromium.org - this tests simulating italic
6
        on glyphs that don't have an italic version.
7
8
        https://bugs.webkit.org/show_bug.cgi?id=32693
9
10
        * fast/text/fake-italic.html: Added.
11
        * platform/mac/fast/text/fake-italic-expected.checksum: Added.
12
        * platform/mac/fast/text/fake-italic-expected.png: Added.
13
        * platform/mac/fast/text/fake-italic-expected.txt: Added.
14
15
2009-12-17  Dirk Pranke  <dpranke@chromium.org>
16
17
        Reviewed by NOBODY (OOPS!).
18
19
        Need a short description and bug URL (OOPS!)
20
21
        * fast/text/fake-italic.html: Added.
22
1
2009-12-17  Pavel Feldman  <pfeldman@dhcp-172-28-174-220.spb.corp.google.com>
23
2009-12-17  Pavel Feldman  <pfeldman@dhcp-172-28-174-220.spb.corp.google.com>
2
24
3
        Reviewed by Timothy Hatcher.
25
        Reviewed by Timothy Hatcher.
- a/LayoutTests/fast/text/fake-italic.html +11 lines
Line 0 a/LayoutTests/fast/text/fake-italic.html_sec1
1
<html>
2
  <head>
3
    <title>Fake italic layout test</title>
4
  </head>
5
6
  <body>
7
    <p>This layout test is designed to test that our fake italic mode is working correctly. The Ahem font, used below, does not include an italic variant. Thus, when we ask for italic Ahem, we should skew the glyphs ourselves, resulting in a series of italic black boxes below.</p>
8
9
    <p style="font-family: Ahem; font-style: italic;">A A A A</p>
10
  </body>
11
</html>
- a/LayoutTests/platform/mac/fast/text/fake-italic-expected.checksum +1 lines
Line 0 a/LayoutTests/platform/mac/fast/text/fake-italic-expected.checksum_sec1
1
01afa2ed766a30ad8b29cdeb1f42b1b9
- a/LayoutTests/platform/mac/fast/text/fake-italic-expected.txt +13 lines
Line 0 a/LayoutTests/platform/mac/fast/text/fake-italic-expected.txt_sec1
1
layer at (0,0) size 800x600
2
  RenderView at (0,0) size 800x600
3
layer at (0,0) size 800x600
4
  RenderBlock {HTML} at (0,0) size 800x600
5
    RenderBody {BODY} at (8,8) size 784x576
6
      RenderBlock {P} at (0,0) size 784x54
7
        RenderText {#text} at (0,0) size 763x54
8
          text run at (0,0) width 743: "This layout test is designed to test that our fake italic mode is working correctly. The Ahem font, used below, does not"
9
          text run at (0,18) width 763: "include an italic variant. Thus, when we ask for italic Ahem, we should skew the glyphs ourselves, resulting in a series of"
10
          text run at (0,36) width 156: "italic black boxes below."
11
      RenderBlock {P} at (0,70) size 784x16
12
        RenderText {#text} at (0,0) size 112x16
13
          text run at (0,0) width 112: "A A A A"

Return to Bug 32693