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> |