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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <style>
3 td {
4 width: 100px;
5 height: 50px;
6 padding: 0px;
7 visibility: hidden;
8 }
9 tr {
10 background-color: red;
11 }
12 </style>
13 <table><tr><td></td></tr></table>
14
OLDNEW
« 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