| Index: LayoutTests/fast/events/touch/compositor-touch-hit-rects.html
|
| diff --git a/LayoutTests/fast/events/touch/compositor-touch-hit-rects.html b/LayoutTests/fast/events/touch/compositor-touch-hit-rects.html
|
| index 3b603f72fe35e0bd7fc635b7f07edf75b9a72d15..e62faa7304af884ce8c9e5e420adf92fab101d21 100644
|
| --- a/LayoutTests/fast/events/touch/compositor-touch-hit-rects.html
|
| +++ b/LayoutTests/fast/events/touch/compositor-touch-hit-rects.html
|
| @@ -55,6 +55,10 @@ svg {
|
| width: 100px;
|
| height: 10px;
|
| }
|
| +table,td {
|
| + border: 1px solid lightgrey;
|
| + font-size: 7px;
|
| +}
|
| </style>
|
| </head>
|
| <body>
|
| @@ -132,6 +136,10 @@ to quickly validate graphically.</p>
|
| <line x1="40" y1="5" x2="60" y2="5" stroke-width="3" stroke="black"/>
|
| </svg>
|
| </div>
|
| + <table>
|
| + <tr><td>cell<td>cell</td></tr>
|
| + <tr><td>cell</td><td class="testcase" id="tablecell">cell</td></tr>
|
| + </table>
|
| </div>
|
|
|
| <div id="console"></div>
|
|
|