| Index: third_party/WebKit/LayoutTests/fast/events/pointerevents/touch-pointer-events.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/events/pointerevents/touch-pointer-events.html b/third_party/WebKit/LayoutTests/fast/events/pointerevents/touch-pointer-events.html
|
| index 73445ab71d04776d5217754b6079ffdfc4f1da43..0f7ec733371e527ef204f421a2abb113df907556 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/events/pointerevents/touch-pointer-events.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/events/pointerevents/touch-pointer-events.html
|
| @@ -1,20 +1,16 @@
|
| <!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>
|
|
|