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

Side by Side 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 unified diff | Download patch
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <style> 4 <style>
5 5
6 div {
7 width: 800px;
8 }
9
6 span { 10 span {
7 position: absolute; 11 position: absolute;
8 width: 120px; 12 width: 120px;
9 line-height: 120px; 13 line-height: 120px;
10 text-align: center; 14 text-align: center;
11 color: yellow; 15 color: yellow;
12 } 16 }
13 17
14 #span1 { 18 #span1 {
15 z-index: 2; 19 z-index: 2;
(...skipping 28 matching lines...) Expand all
44 </div> 48 </div>
45 <div id="div2"> 49 <div id="div2">
46 <span id="span2">Second</span> 50 <span id="span2">Second</span>
47 </div> 51 </div>
48 <div id="div3"> 52 <div id="div3">
49 <span id="span3">Third</span> 53 <span id="span3">Third</span>
50 </div> 54 </div>
51 55
52 </body> 56 </body>
53 </html> 57 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698