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

Side by Side Diff: third_party/WebKit/LayoutTests/css3/motion-path/path-establishes-stacking-context-expected.html

Issue 2369143003: CSS Motion Path: offset-position,offset-path establish stacking context (Closed)
Patch Set: concise 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 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 { 6 div {
7 width: 800px; 7 width: 800px;
8 height: 300px;
8 } 9 }
9 10
10 span { 11 span {
11 position: absolute; 12 position: absolute;
12 width: 120px; 13 width: 120px;
13 line-height: 120px; 14 line-height: 120px;
14 text-align: center; 15 text-align: center;
15 color: yellow; 16 color: yellow;
16 } 17 }
17 18
(...skipping 30 matching lines...) Expand all
48 </div> 49 </div>
49 <div id="div2"> 50 <div id="div2">
50 <span id="span2">Second</span> 51 <span id="span2">Second</span>
51 </div> 52 </div>
52 <div id="div3"> 53 <div id="div3">
53 <span id="span3">Third</span> 54 <span id="span3">Third</span>
54 </div> 55 </div>
55 56
56 </body> 57 </body>
57 </html> 58 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698