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

Unified Diff: third_party/WebKit/LayoutTests/css3/motion-path/path-establishes-stacking-context-expected.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
Index: third_party/WebKit/LayoutTests/css3/motion-path/path-establishes-stacking-context-expected.html
diff --git a/third_party/WebKit/LayoutTests/css3/motion-path/path-establishes-stacking-context-expected.html b/third_party/WebKit/LayoutTests/css3/motion-path/path-establishes-stacking-context-expected.html
index 31f2f32316c0850829985fd5ca68b7f0d314a604..a5859ca2055ce70b1df55d980b8065758da48aa1 100644
--- a/third_party/WebKit/LayoutTests/css3/motion-path/path-establishes-stacking-context-expected.html
+++ b/third_party/WebKit/LayoutTests/css3/motion-path/path-establishes-stacking-context-expected.html
@@ -3,6 +3,10 @@
<head>
<style>
+div {
+ width: 800px;
+}
+
span {
position: absolute;
width: 120px;

Powered by Google App Engine
This is Rietveld 408576698