summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/canvas/canvas-render-layer.html
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/WebKit/LayoutTests/fast/canvas/canvas-render-layer.html')
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-render-layer.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-render-layer.html b/third_party/WebKit/LayoutTests/fast/canvas/canvas-render-layer.html
index 3e26ba6..b177956 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-render-layer.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-render-layer.html
@@ -5,7 +5,7 @@
we expect that the latter three are all placed in render layers while
the first is not.-->
<html>
-<body>
+<body style="line-height: 0;">
<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>
<script type="text/javascript" charset="utf-8">
if (window.testRunner)