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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/table/composited-section-change-collapsed-border-color-expected.html

Issue 2430313004: Paint collapsed borders of a table as one display item (Closed)
Patch Set: Rebaseline on mac and win Created 4 years, 1 month 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 <p style="height: 50px">Passes if green borders are visible surrounding A's cell and no red.
3 <table style="border-collapse: collapse;">
4 <thead id="a" style="border: 5px solid green">
5 <tr>
6 <td style="width: 100px; height: 100px">A</td>
7 </tr>
8 </head>
9 </table>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698