Changeset 130080 in webkit


Ignore:
Timestamp:
Oct 1, 2012, 2:58:15 PM (13 years ago)
Author:
ojan@chromium.org
Message:

Set the line-height of the body to 0 to make this test not be text rendering dependent.

  • fast/canvas/canvas-render-layer.html:
  • platform/chromium-linux/fast/canvas/canvas-render-layer-expected.txt:
  • platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/canvas-render-layer-expected.txt:
Location:
trunk/LayoutTests
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r130075 r130080  
     12012-10-01  Ojan Vafai  <ojan@chromium.org>
     2
     3        Set the line-height of the body to 0 to make this test not be text rendering dependent.
     4
     5        * fast/canvas/canvas-render-layer.html:
     6        * platform/chromium-linux/fast/canvas/canvas-render-layer-expected.txt:
     7        * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/canvas-render-layer-expected.txt:
     8
    192012-10-01  Ojan Vafai  <ojan@chromium.org>
    210
  • trunk/LayoutTests/fast/canvas/canvas-render-layer.html

    r130056 r130080  
    66  the first is not.-->
    77<html>
    8 <body>
     8<body style="line-height: 0;">
    99  <canvas id="A" width=100 height=100></canvas><canvas id="B" width=100 height=100></canvas><canvas id="C" width=100 height=100></canvas><canvas id="D" width=100 height=100></canvas>
    1010  <script type="text/javascript" charset="utf-8">
  • trunk/LayoutTests/platform/chromium-linux/fast/canvas/canvas-render-layer-expected.txt

    r130056 r130080  
    11layer at (0,0) size 800x600
    22  RenderView at (0,0) size 800x600
    3 layer at (0,0) size 800x121
    4   RenderBlock {HTML} at (0,0) size 800x121
    5     RenderBody {BODY} at (8,8) size 784x105
     3layer at (0,0) size 800x116
     4  RenderBlock {HTML} at (0,0) size 800x116
     5    RenderBody {BODY} at (8,8) size 784x100
    66      RenderHTMLCanvas {CANVAS} at (0,0) size 100x100
    77      RenderHTMLCanvas {CANVAS} at (100,0) size 100x100
  • trunk/LayoutTests/platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/canvas-render-layer-expected.txt

    r130056 r130080  
    11layer at (0,0) size 800x600
    22  RenderView at (0,0) size 800x600
    3 layer at (0,0) size 800x121
    4   RenderBlock {HTML} at (0,0) size 800x121
    5     RenderBody {BODY} at (8,8) size 784x105
     3layer at (0,0) size 800x116
     4  RenderBlock {HTML} at (0,0) size 800x116
     5    RenderBody {BODY} at (8,8) size 784x100
    66      RenderHTMLCanvas {CANVAS} at (0,0) size 100x100
    77      RenderText {#text} at (0,0) size 0x0
Note: See TracChangeset for help on using the changeset viewer.