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

Unified Diff: LayoutTests/transforms/current-transformation-matrix-expected.html

Issue 1220793011: CSS Motion Path: Centre transform-origin on the path (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: current-transformation-matrix Created 5 years, 6 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/transforms/current-transformation-matrix-expected.html
diff --git a/LayoutTests/transforms/combine-transforms-properties-transform-expected.html b/LayoutTests/transforms/current-transformation-matrix-expected.html
similarity index 85%
copy from LayoutTests/transforms/combine-transforms-properties-transform-expected.html
copy to LayoutTests/transforms/current-transformation-matrix-expected.html
index 5aeb66988a90fb16da8c3819ebe0e335c888ceb5..4f1e744f7cf4bf8af505f47ed94f4765bd7ed772 100644
--- a/LayoutTests/transforms/combine-transforms-properties-transform-expected.html
+++ b/LayoutTests/transforms/current-transformation-matrix-expected.html
@@ -9,9 +9,8 @@ div {
#expected {
background-color: green;
- transform: translate(200px, 10px) rotate(90deg) scale(1, 2) translate(10px, 20px) rotate(90deg) scale(1, 0.5);
+ transform: translate(200px, 10px) rotate(90deg) scale(1, 2) translate(-10px, -80px) scale(3, 4);
}
</style>
-
<p>There should be no red color boxes</p>
<div id="expected"></div>

Powered by Google App Engine
This is Rietveld 408576698