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

Unified Diff: LayoutTests/compositing/overflow/resources/automatically-opt-into-composited-scrolling.css

Issue 244193002: Enable universal accelerated overflow scroll (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update test expectations for crashing test. Created 6 years, 8 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: LayoutTests/compositing/overflow/resources/automatically-opt-into-composited-scrolling.css
diff --git a/LayoutTests/compositing/overflow/resources/automatically-opt-into-composited-scrolling.css b/LayoutTests/compositing/overflow/resources/automatically-opt-into-composited-scrolling.css
deleted file mode 100644
index 82105168d122365f242615f208cba7b8ae7e9782..0000000000000000000000000000000000000000
--- a/LayoutTests/compositing/overflow/resources/automatically-opt-into-composited-scrolling.css
+++ /dev/null
@@ -1,47 +0,0 @@
-.container {
- width: 200px;
- height: 200px;
- overflow: scroll;
- margin: 20px;
- border: 1px solid black;
- background-color: #00FFFF;
-}
-
-.scrolled {
- width: 180px;
- height: 30px;
- margin: 10px;
- top: 70px;
- background-color: gray;
- position: relative;
-}
-
-.positioned {
- width: 120px;
- height: 240px;
- position: absolute;
-}
-
-#secondChild {
- background-color: #CC9999;
- top: 50px;
-}
-
-#predecessor {
- left: 20px;
- top: 20px;
- background-color: #990066;
-}
-
-#successor {
- left: 20px;
- top: 20px;
- background-color: #000066;
-}
-
-#normalFlow {
- width: 180px;
- height: 30px;
- margin: 10px;
- background-color: yellow;
-}

Powered by Google App Engine
This is Rietveld 408576698