Chromium Code Reviews

Unified Diff: third_party/WebKit/LayoutTests/fast/repaint/positioned-document-element-expected.html

Issue 2321183002: Move repaint tests (except for svg/) to paint/invalidation (Closed)
Patch Set: - Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: third_party/WebKit/LayoutTests/fast/repaint/positioned-document-element-expected.html
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/positioned-document-element-expected.html b/third_party/WebKit/LayoutTests/fast/repaint/positioned-document-element-expected.html
deleted file mode 100644
index 42af6b795ff5c60fce92398eb4269e90b5223904..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/repaint/positioned-document-element-expected.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<!DOCTYPE html>
-
-<html>
-<head>
- <style type="text/css" media="screen">
- html {
- position: absolute;
- top: 100px;
- left: 100px;
- background-color: green;
- }
- </style>
-</head>
-<body>
- <p>Tests that the entire viewport is painted with a floated html element.</p>
-</body>
-</html>

Powered by Google App Engine