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

Unified Diff: third_party/WebKit/LayoutTests/paint/tables/row-background-behind-hidden-cell.html

Issue 2922343002: Paint table row backgound behind visibility:hidden cell (Closed)
Patch Set: Created 3 years, 6 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/paint/tables/row-background-behind-hidden-cell-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/tables/row-background-behind-hidden-cell.html
diff --git a/third_party/WebKit/LayoutTests/paint/tables/row-background-behind-hidden-cell.html b/third_party/WebKit/LayoutTests/paint/tables/row-background-behind-hidden-cell.html
new file mode 100644
index 0000000000000000000000000000000000000000..54fcf0ea29c4a0ef49f1d381c0e156dc84d61cc2
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/paint/tables/row-background-behind-hidden-cell.html
@@ -0,0 +1,14 @@
+<!DOCTYPE html>
+<style>
+td {
+ width: 100px;
+ height: 50px;
+ padding: 0px;
+ visibility: hidden;
+}
+tr {
+ background-color: red;
+}
+</style>
+<table><tr><td></td></tr></table>
+
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/paint/tables/row-background-behind-hidden-cell-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698