Index: Source/web/tests/data/repaint/size-change-repaint9.html |
diff --git a/Source/web/tests/data/repaint/size-change-repaint9.html b/Source/web/tests/data/repaint/size-change-repaint9.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..19771fe52bee6af70487bc1fc39c467db5960388 |
--- /dev/null |
+++ b/Source/web/tests/data/repaint/size-change-repaint9.html |
@@ -0,0 +1,6 @@ |
+<!DOCTYPE html> |
+<style> |
+html, body { margin: 0px; padding: 0px; } |
+</style> |
+<div style="position: absolute; width: 50%; height: 20px; bottom: 20px; background-color: blue"> |
+</div> |