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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/paint/pagination/pagination-change-clip-crash.html
diff --git a/third_party/WebKit/LayoutTests/paint/pagination/pagination-change-clip-crash.html b/third_party/WebKit/LayoutTests/paint/pagination/pagination-change-clip-crash.html
new file mode 100644
index 0000000000000000000000000000000000000000..2b8bb916bd97f4a39d4913694ea4be1d1fc4472b
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/paint/pagination/pagination-change-clip-crash.html
@@ -0,0 +1,15 @@
+<!doctype HTML>
+<script src="../invalidation/resources/text-based-repaint.js"></script>
+Passes if it does not crash.
+<div id=multicol style="columns:3;">
+ <div style="height:300px; background:white;">
+ </div>
+</div>
+<div style="width: 10px; height: 300px"></div>
+<div style="height:200px; transform: translateZ(0)" id="background">
+<script>
+function repaintTest() {
+ background.style.padding = "50px";
+}
+onload = runRepaintTest;
+</script>

Powered by Google App Engine
This is Rietveld 408576698