Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(153)

Unified Diff: LayoutTests/fast/events/touch/compositor-touch-hit-rects.html

Issue 26964002: Fix touch hit rect position for table cells (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | LayoutTests/fast/events/touch/compositor-touch-hit-rects-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « no previous file | LayoutTests/fast/events/touch/compositor-touch-hit-rects-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698