Index: LayoutTests/compositing/gestures/gesture-tapHighlight-simple-cancel-expected.html |
diff --git a/LayoutTests/compositing/gestures/gesture-tapHighlight-simple-cancel-expected.html b/LayoutTests/compositing/gestures/gesture-tapHighlight-simple-cancel-expected.html |
index 63fc13f74bcf8872f6224da1de159647ca9b42b5..3d60fc8a9db543e7e1f17b24b4a524d4f0393f7c 100644 |
--- a/LayoutTests/compositing/gestures/gesture-tapHighlight-simple-cancel-expected.html |
+++ b/LayoutTests/compositing/gestures/gesture-tapHighlight-simple-cancel-expected.html |
@@ -2,6 +2,11 @@ |
<html> |
esprehn
2014/06/27 08:33:57
No doctype, can we add one?
Rick Byers
2014/06/27 15:38:23
What do you mean? Line 1 is "<!DOCTYPE html>"
|
<head> |
<script src="../../resources/js-test.js"></script> |
+<style> |
+a { |
+ color: #00c; |
+} |
+</style> |
</head> |
<body onload="runTest();" onclick="doNothing();"> |
<div style="-webkit-transform: translateZ(0); position: relative; left: 10px; top: 40px"> |