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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/pagination/pagination-change-clip-crash.html

Issue 2820233002: Always report maybe-clipped when painting fragmented content (Closed)
Patch Set: none Created 3 years, 8 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 <script src="../invalidation/resources/text-based-repaint.js"></script>
3 Passes if it does not crash.
4 <div id=multicol style="columns:3;">
5 <div style="height:300px; background:white;">
6 </div>
7 </div>
8 <div style="width: 10px; height: 300px"></div>
9 <div style="height:200px; transform: translateZ(0)" id="background">
10 <script>
11 function repaintTest() {
12 background.style.padding = "50px";
13 }
14 onload = runRepaintTest;
15 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698