Index: Source/web/tests/data/repaint/height-change-no-full-repaint-overflow-change.html |
diff --git a/Source/web/tests/data/repaint/height-change-no-full-repaint-overflow-change.html b/Source/web/tests/data/repaint/height-change-no-full-repaint-overflow-change.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..da33f6a9711dce7b241c5146f52f7ec7208290cf |
--- /dev/null |
+++ b/Source/web/tests/data/repaint/height-change-no-full-repaint-overflow-change.html |
@@ -0,0 +1,6 @@ |
+<!DOCTYPE html> |
+<style> |
+ body, html { margin: 0px; padding: 0px; } |
+</style> |
+<div style="height: 250px; background-color: blue"> |
+</div> |