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

Unified Diff: third_party/WebKit/Source/core/paint/test_data/transform.html

Issue 2571043002: Set a direct compositing reason for 3D transform & will-change property tree nodes (Closed)
Patch Set: none Created 4 years 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/Source/core/paint/test_data/transform.html
diff --git a/third_party/WebKit/Source/core/paint/test_data/transform.html b/third_party/WebKit/Source/core/paint/test_data/transform.html
deleted file mode 100644
index b51cfad905685a72a869e185b8b3f4886f2cba3d..0000000000000000000000000000000000000000
--- a/third_party/WebKit/Source/core/paint/test_data/transform.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<style>
-body {
- margin: 0;
-}
-
-#transform {
- margin-left: 50px;
- margin-top: 100px;
-
- width: 400px;
- height: 300px;
-
- transform: translate3D(123px, 456px, 789px);
-}
-</style>
-<div id="transform">
-</div>

Powered by Google App Engine
This is Rietveld 408576698