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