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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/table/composited-cell-collapsed-border-add-anonymous.html

Issue 2557433004: Revert of Add test for crbug.com/667045 (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 <style>
3 td { will-change: transform; }
4 </style>
5 Passes if no crash.
6 <table id="table" style="border-collapse: collapse">
7 <tr>
8 <td style="border: 4px solid pink"></td>
9 <td></td>
10 </tr>
11 </table>
12 <script src="../../../resources/run-after-layout-and-paint.js"></script>
13 <script>
14 if (window.testRunner)
15 testRunner.dumpAsText();
16 runAfterLayoutAndPaint(function() {
17 table.appendChild(document.createTextNode("A"));
18 }, true);
19 </script>
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/paint/invalidation/table/composited-cell-collapsed-border-add-anonymous-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698