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

Unified Diff: trunk/LayoutTests/compositing/squashing/squashed-layer-color-update-expected.html

Issue 201153013: Revert 169395 "Set geometry dirty bits on composited layer mappi..." (Closed) Base URL: svn://svn.chromium.org/blink/
Patch Set: Created 6 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
Index: trunk/LayoutTests/compositing/squashing/squashed-layer-color-update-expected.html
===================================================================
--- trunk/LayoutTests/compositing/squashing/squashed-layer-color-update-expected.html (revision 169401)
+++ trunk/LayoutTests/compositing/squashing/squashed-layer-color-update-expected.html (working copy)
@@ -1,29 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
- <style>
- .squashed {
- height: 40px;
- width: 40px;
- background-color: lightgreen;
- position: absolute;
- top: 90px;
- }
- .composited {
- position: absolute;
- margin-top: 5px;
- height: 100px;
- width: 100px;
- background-color: lightblue;
- }
- #target3 {
- background-color: green;
- }
- </style>
-</head>
-<body>
- <div id="target2" class="second composited">
- </div>
- <div id="target3" class="squashed"></div>
-</body>
-</html>
« no previous file with comments | « trunk/LayoutTests/compositing/squashing/squashed-layer-color-update.html ('k') | trunk/Source/core/rendering/RenderLayer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698