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

Unified 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, 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/paint/invalidation/table/collapsed-border-cell-resize.html
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/table/collapsed-border-cell-resize.html b/third_party/WebKit/LayoutTests/paint/invalidation/table/collapsed-border-cell-resize.html
new file mode 100644
index 0000000000000000000000000000000000000000..f78a3e97c0b612996e358d1b64995aa457432b6f
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/table/collapsed-border-cell-resize.html
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<table style="border-collapse: collapse">
+ <tr>
+ <td id="target" style="width: 100px; height: 100px; border: 1px solid blue"></td>
+ </tr>
+</table>
+<script src="../resources/text-based-repaint.js"></script>
+<script>
+function repaintTest() {
+ target.style.height = '200px';
+}
+onload = runRepaintAndPixelTest;
+</script>
« 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