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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/table/collapsed-border-cell-resize.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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/paint/invalidation/table/collapsed-border-cell-resize-expected.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <table style="border-collapse: collapse">
3 <tr>
4 <td id="target" style="width: 100px; height: 100px; border: 1px solid blue"> </td>
5 </tr>
6 </table>
7 <script src="../resources/text-based-repaint.js"></script>
8 <script>
9 function repaintTest() {
10 target.style.height = '200px';
11 }
12 onload = runRepaintAndPixelTest;
13 </script>
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/paint/invalidation/table/collapsed-border-cell-resize-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698