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

Unified Diff: LayoutTests/compositing/sub-layer-focus-ring.html

Issue 12545020: Revert 145087 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1410/
Patch Set: Created 7 years, 9 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
« no previous file with comments | « no previous file | LayoutTests/compositing/sub-layer-focus-ring-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/compositing/sub-layer-focus-ring.html
===================================================================
--- LayoutTests/compositing/sub-layer-focus-ring.html (revision 145111)
+++ LayoutTests/compositing/sub-layer-focus-ring.html (working copy)
@@ -1,41 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<style>
-.composited {
- -webkit-transform: translateZ(0);
-}
-
-.outer {
- position: absolute;
- width: 500px;
- height: 300px;
- top: 60px;
- left: 100px;
- background-color: yellow;
-}
-
-.outlined {
- outline: red auto thin;
- width: 150px;
- height: 50px;
- background-color: lightgrey;
-}
-
-.inner {
- width: 80px;
- height: 100px;
-}
-</style>
-</head>
-<body>
- <!-- The focus ring parts for the sub-layers should be at correct position,
- regardless whether the inner layer is composited. -->
- <div class="composited outer">
- <div class="outlined">
- <div class="composited inner"></div>
- </div>
- </div>
-</body>
-</html>
-
« no previous file with comments | « no previous file | LayoutTests/compositing/sub-layer-focus-ring-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698