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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/tables/composited-collapsed-table-borders.html

Issue 2432663002: Use table as display item client for painting composited collapsed table cell borders. (Closed)
Patch Set: Created 4 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <style>
3 td {
4 border: 1px solid blue;
5 overflow: auto;
6 min-width: 276px;
7 will-change: transform;
8 }
9 </style>
10 <p>Passes if blue borders are visible surrounding B's cell.
11 <table style="border-collapse: collapse;">
12 <tr>
13 <td id="a">A</td>
14 <td id="b">B</td>
15 </tr>
16 </table>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698