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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/table/collapsed-border-current-color-expected.html

Issue 2838643003: Invalidate collapsed borders using currentColor when color changes (Closed)
Patch Set: - Created 3 years, 7 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
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <style>
3 table {
4 border-collapse: collapse;
5 margin: 30px;
6 }
7 td {
8 width: 100px;
9 height: 50px;
10 border: 10px solid green;
11 }
12 body {
13 color: green;
14 }
15 </style>
16 All borders should change to green.
17 <table><tr><td></td></tr></table>
18 <table><tr><td></td></tr></table>
19 <!--
20 TODO(wangxianzhu): Enable these after crbug.com/626748 is fixed.
21 <table><tr><td></td></tr></table>
22 <table><tr><td></td></tr></table>
23 -->
24 <table><tr><td></td></tr></table>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698