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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/compositing/column-span-under-composited-column-child.html

Issue 2736373003: Fix wrong paint invalidation container for column spanners (Closed)
Patch Set: Created 3 years, 9 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 <div style="will-change: transform"></div>
3 <div style="columns: 2">
4 <div style="position: relative">
5 <div id="target" style="column-span: all; width: 100px; height: 100px; backg round-color: red"></div>
6 </div>
7 </div>
8 <script src="../resources/text-based-repaint.js"></script>
9 <script>
10 function repaintTest() {
11 target.style.backgroundColor = 'green';
12 }
13 onload = runRepaintAndPixelTest;
14 </script>
15
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/paint/invalidation/compositing/column-span-under-composited-column-child-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698