Changeset 130080 in webkit
- Timestamp:
- Oct 1, 2012, 2:58:15 PM (13 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r130075 r130080 1 2012-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 1 9 2012-10-01 Ojan Vafai <ojan@chromium.org> 2 10 -
trunk/LayoutTests/fast/canvas/canvas-render-layer.html
r130056 r130080 6 6 the first is not.--> 7 7 <html> 8 <body >8 <body style="line-height: 0;"> 9 9 <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> 10 10 <script type="text/javascript" charset="utf-8"> -
trunk/LayoutTests/platform/chromium-linux/fast/canvas/canvas-render-layer-expected.txt
r130056 r130080 1 1 layer at (0,0) size 800x600 2 2 RenderView at (0,0) size 800x600 3 layer at (0,0) size 800x1 214 RenderBlock {HTML} at (0,0) size 800x1 215 RenderBody {BODY} at (8,8) size 784x10 53 layer at (0,0) size 800x116 4 RenderBlock {HTML} at (0,0) size 800x116 5 RenderBody {BODY} at (8,8) size 784x100 6 6 RenderHTMLCanvas {CANVAS} at (0,0) size 100x100 7 7 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 1 1 layer at (0,0) size 800x600 2 2 RenderView at (0,0) size 800x600 3 layer at (0,0) size 800x1 214 RenderBlock {HTML} at (0,0) size 800x1 215 RenderBody {BODY} at (8,8) size 784x10 53 layer at (0,0) size 800x116 4 RenderBlock {HTML} at (0,0) size 800x116 5 RenderBody {BODY} at (8,8) size 784x100 6 6 RenderHTMLCanvas {CANVAS} at (0,0) size 100x100 7 7 RenderText {#text} at (0,0) size 0x0
Note:
See TracChangeset
for help on using the changeset viewer.