Index: third_party/WebKit/LayoutTests/fast/repaint/window-resize-viewport-percent.html |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/window-resize-viewport-percent.html b/third_party/WebKit/LayoutTests/fast/repaint/window-resize-viewport-percent.html |
deleted file mode 100644 |
index a6892aa4bd099328304b923edb736e9f81d1cb6e..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/window-resize-viewport-percent.html |
+++ /dev/null |
@@ -1,12 +0,0 @@ |
-<!DOCTYPE html> |
-<script src="resources/window-resize-repaint.js"></script> |
-<body style="margin: 0"> |
- <div style="position: absolute"> |
- <div style="position: absolute"> |
- <div style="position: absolute"> |
- <div style="width: 10vh; height: 10vh; background-color: blue"> |
- </div> |
- </div> |
- </div> |
- </div> |
-</body> |