Index: Source/web/tests/data/repaint/size-change-repaint5.html |
diff --git a/Source/web/tests/data/repaint/size-change-repaint5.html b/Source/web/tests/data/repaint/size-change-repaint5.html |
deleted file mode 100644 |
index f12582798d5f266757924c9c4625a8694abdb867..0000000000000000000000000000000000000000 |
--- a/Source/web/tests/data/repaint/size-change-repaint5.html |
+++ /dev/null |
@@ -1,13 +0,0 @@ |
-<!DOCTYPE html> |
-<style> |
-html, body { margin: 0px; padding: 0px; } |
-</style> |
-<div style="position: absolute"> |
- <div style="position: absolute"> |
- <div style="position: absolute"> |
- <div style="font-size: 50vh"> |
- Viewport percentage |
- </div> |
- </div> |
- </div> |
-</div> |