Index: third_party/WebKit/LayoutTests/fast/css/containment/contain-paint-composited-scroll-expected.html |
diff --git a/third_party/WebKit/LayoutTests/fast/css/containment/contain-paint-composited-scroll-expected.html b/third_party/WebKit/LayoutTests/fast/css/containment/contain-paint-composited-scroll-expected.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..67385ecc258b31efef4f47f5bd51cfbc7d62a8c7 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/fast/css/containment/contain-paint-composited-scroll-expected.html |
@@ -0,0 +1,30 @@ |
+<!DOCTYPE html> |
+<style> |
+::-webkit-scrollbar { width: 0 } |
+</style> |
+Tests composited scrolling of contain:paint. Passes if contents are completely painted when scrolled. |
+<div id="target" style="overflow-y: auto; width: 150px; height: 150px"> |
+1<br> |
+2<br> |
+3<br> |
+4<br> |
+5<br> |
+6<br> |
+7<br> |
+8<br> |
+9<br> |
+10<br> |
+11<br> |
+12<br> |
+13<br> |
+14<br> |
+15<br> |
+16<br> |
+17<br> |
+18<br> |
+19<br> |
+20<br> |
+</div> |
+<script> |
+target.scrollTop = 100; |
+</script> |