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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/table/collapsed-border-cell-resize-expected.html

Issue 2533923002: Add a test for crbug.com/664887 (layout change with collapsed border) (Closed)
Patch Set: Fix border-collapse Created 4 years 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 <table style="border-collapse: collapse">
3 <tr>
4 <td id="target" style="width: 100px; height: 200px; border: 1px solid blue"> </td>
5 </tr>
6 </table>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698