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

Unified Diff: third_party/WebKit/LayoutTests/css3/motion-path/zero-length.html

Issue 2375343002: CSS Motion Path: offset-shorthand requires path before distance rotation (Closed)
Patch Set: path distance rotation all required Created 4 years, 2 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/zero-length.html
diff --git a/third_party/WebKit/LayoutTests/css3/motion-path/zero-length.html b/third_party/WebKit/LayoutTests/css3/motion-path/zero-length.html
index 9a87001adc888152592d5315db74c8b6f54f2799..c7842face120426bda39af05a0b1da7e0dd71f01 100644
--- a/third_party/WebKit/LayoutTests/css3/motion-path/zero-length.html
+++ b/third_party/WebKit/LayoutTests/css3/motion-path/zero-length.html
@@ -4,7 +4,7 @@
<style>
#div1 {
position: absolute;
- offset: path('M100,100L100,100') 0deg 0%;
+ offset: path('M100,100L100,100') 0% 0deg;
transform-origin: 0 0;
}
</style>

Powered by Google App Engine
This is Rietveld 408576698