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

Unified Diff: third_party/WebKit/LayoutTests/css3/motion-path/combine-translation-and-rotation-expected.html

Issue 2241993002: CSS Motion Path: New names for properties (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments Created 4 years, 3 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: third_party/WebKit/LayoutTests/css3/motion-path/combine-translation-and-rotation-expected.html
diff --git a/third_party/WebKit/LayoutTests/css3/motion-path/combine-translation-and-rotation-expected.html b/third_party/WebKit/LayoutTests/css3/motion-path/combine-translation-and-rotation-expected.html
deleted file mode 100644
index 6743e04d955d1e22d507eb60a2793a9e3167ca0e..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/css3/motion-path/combine-translation-and-rotation-expected.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<style>
-#div1 {
- position: absolute;
- left: 100;
- top: 200;
- transform-origin: 60% 20%;
- transform: translate(70px, 80px) rotate(30deg) translate(80px, 60px) rotate(-90deg);
- transform-origin: 0% 0%;
-}
-</style>
-</head>
-<body>
-<div id="div1">div1</div>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698