Index: third_party/WebKit/LayoutTests/fast/events/touch/gesture/gesture-tap-mouse-events.html |
diff --git a/third_party/WebKit/LayoutTests/fast/events/touch/gesture/gesture-tap-mouse-events.html b/third_party/WebKit/LayoutTests/fast/events/touch/gesture/gesture-tap-mouse-events.html |
index 0385f3a89f66d6fd62ff9ab7904e9bccc21fdf59..5cd7e1827702a5bd7e2130f49660c54c263e567a 100644 |
--- a/third_party/WebKit/LayoutTests/fast/events/touch/gesture/gesture-tap-mouse-events.html |
+++ b/third_party/WebKit/LayoutTests/fast/events/touch/gesture/gesture-tap-mouse-events.html |
@@ -1,24 +1,20 @@ |
<!DOCTYPE HTML> |
<script src="../../../../resources/js-test.js"></script> |
<style> |
-div { |
+div.box { |
margin: 10px; |
padding: 50px; |
float: left; |
} |
-#console { |
- padding: 0px; |
- float: none; |
-} |
</style> |
-<div id="grey" style="background-color:grey"> |
- <div id="lightgreen" style="background-color:lightgreen"> |
- <div id="green" style="background-color:green;"> |
+<div id="grey" class="box" style="background-color:grey"> |
+ <div id="lightgreen" class="box" style="background-color:lightgreen"> |
+ <div id="green" class="box" style="background-color:green;"> |
</div> |
</div> |
- <div id="lightblue" style="background-color:lightblue"> |
- <div id="blue" style="background-color:blue;"> |
+ <div id="lightblue" class="box" style="background-color:lightblue"> |
+ <div id="blue" class="box" style="background-color:blue;"> |
</div> |
</div> |
</div> |