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

Unified Diff: third_party/WebKit/LayoutTests/css3/motion-path/path-establishes-stacking-context.html

Issue 1418663004: SVG animateMotion paths that only cause offsets are no longer ignored (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/css3/motion-path/path-establishes-stacking-context-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/css3/motion-path/path-establishes-stacking-context.html
diff --git a/third_party/WebKit/LayoutTests/css3/motion-path/path-establishes-stacking-context.html b/third_party/WebKit/LayoutTests/css3/motion-path/path-establishes-stacking-context.html
index b117987a7942aaec7bc72d6f9fde94a72fdd6388..e9b024eb91ac304e047851781bede687b106d34f 100644
--- a/third_party/WebKit/LayoutTests/css3/motion-path/path-establishes-stacking-context.html
+++ b/third_party/WebKit/LayoutTests/css3/motion-path/path-establishes-stacking-context.html
@@ -3,6 +3,10 @@
<head>
<style>
+div {
+ width: 800px;
+}
+
span {
position: absolute;
width: 120px;
@@ -32,7 +36,7 @@ span {
}
#div1 {
- motion-path: path('M0,0');
+ motion-path: path('M400,0');
}
#div2 {
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/css3/motion-path/path-establishes-stacking-context-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698