Index: third_party/WebKit/LayoutTests/fast/repaint/text-in-relative-positioned-inline.html |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/text-in-relative-positioned-inline.html b/third_party/WebKit/LayoutTests/fast/repaint/text-in-relative-positioned-inline.html |
index 3e39f1fba0e84491003ce5cf56960861a3067a96..7f282e9f4f5f0b054f9555fa89ab870b7f24726d 100644 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/text-in-relative-positioned-inline.html |
+++ b/third_party/WebKit/LayoutTests/fast/repaint/text-in-relative-positioned-inline.html |
@@ -8,7 +8,7 @@ |
} |
</script> |
</head> |
-<body onload="runRepaintTest()"> |
+<body onload="runRepaintAndPixelTest()"> |
<div style="margin-left: 100px; font: 100px Ahem; -webkit-font-smoothing: none; height: 100px;"> |
<span id="target" style="position: relative; left: -100px; color: red;">ab</span> |
</div> |