Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(705)

Unified Diff: third_party/WebKit/LayoutTests/fast/repaint/focus-layers.html

Issue 2327223002: Move all remaining fast/repaint tests 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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/fast/repaint/focus-layers.html
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/focus-layers.html b/third_party/WebKit/LayoutTests/fast/repaint/focus-layers.html
deleted file mode 100644
index 045a3da510aa53e7aefa084c71ff3eaa13018e42..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/repaint/focus-layers.html
+++ /dev/null
@@ -1,33 +0,0 @@
-<html>
-<head>
-<style type="text/css">
-a {
- border: 2px solid red;
- position: relative;
-}
-a span.relative {
- border: 2px solid blue;
- white-space: nowrap;
- position: relative;
- top: 10em;
-}
-a span.absolute {
- border: 2px solid green;
- white-space: nowrap;
- position: absolute;
- top: 12em;
-}
-</style>
-
-</head>
-<body>
-<div>
-
-Both <a href="#" id="link">this and <span class="relative">this should have correctly placed focus rings</span> <span class = "absolute">but not this</span>.</a>
-</div>
-
-<script>
-document.getElementById('link').focus();
-</script>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698