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

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

Issue 2580713005: [SPInvalidation] Update paint properties on perspective etc. change (Closed)
Patch Set: Unit test 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/perspective.html
diff --git a/third_party/WebKit/Source/core/paint/test_data/perspective.html b/third_party/WebKit/Source/core/paint/test_data/perspective.html
deleted file mode 100644
index bbf1dfbab6b6b0cdc877331194568adaf79eea6d..0000000000000000000000000000000000000000
--- a/third_party/WebKit/Source/core/paint/test_data/perspective.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<style>
-#perspective {
- position: absolute;
- left: 50px;
- top: 100px;
- width: 400px;
- height: 300px;
- perspective: 100px;
-}
-
-#inner {
- transform: translateZ(0);
- width: 100px;
- height: 200px;
-}
-</style>
-<div id="perspective">
- <div id="inner"></div>
-</div>

Powered by Google App Engine
This is Rietveld 408576698