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

Unified 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: Add test baselines. 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/platform/linux/paint/tables/composited-collapsed-table-borders-expected.png » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/paint/tables/composited-collapsed-table-borders.html
diff --git a/third_party/WebKit/LayoutTests/paint/tables/composited-collapsed-table-borders.html b/third_party/WebKit/LayoutTests/paint/tables/composited-collapsed-table-borders.html
new file mode 100644
index 0000000000000000000000000000000000000000..413f0282563386b77585ab6257c8a269d4325b6d
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/paint/tables/composited-collapsed-table-borders.html
@@ -0,0 +1,16 @@
+<!DOCTYPE html>
+<style>
+td {
+ border: 1px solid blue;
+ overflow: auto;
+ min-width: 276px;
+ will-change: transform;
+}
+</style>
+<p>Passes if blue borders are visible surrounding B's cell.
+<table style="border-collapse: collapse;">
+ <tr>
+ <td id="a">A</td>
+ <td id="b">B</td>
+ </tr>
+</table>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/platform/linux/paint/tables/composited-collapsed-table-borders-expected.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698