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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/table/composited-section-change-collapsed-border-color.html

Issue 2502353003: Paint collapsed borders of a table as one display item (Closed)
Patch Set: - Created 4 years 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 <p style="height: 50px">Passes if green borders are visible surrounding A's cell and no red.
3 <table style="border-collapse: collapse;">
4 <thead id="a" style="border: 5px solid red; will-change: transform">
5 <tr>
6 <td style="width: 100px; height: 100px">A</td>
7 </tr>
8 </head>
9 </table>
10 <script src="../resources/text-based-repaint.js"></script>
11 <script>
12 function repaintTest() {
13 a.style.borderColor = 'green';
14 }
15 onload = runRepaintAndPixelTest;
16 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698