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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/table/composited-cell-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 <tr>
5 <td id="a" style="border: 5px solid red; width: 100px; height: 100px; will-c hange: transform">A</td>
6 </tr>
7 </table>
8 <script src="../resources/text-based-repaint.js"></script>
9 <script>
10 function repaintTest() {
11 a.style.borderColor = 'green';
12 }
13 onload = runRepaintAndPixelTest;
14 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698