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

Side by Side Diff: third_party/WebKit/LayoutTests/animations/prefixed/animation-shorthand-unprefixed.html

Issue 2970883003: Separate out animations tests with prefixing (Closed)
Patch Set: Rebaseline virtual/threaded version of test too Created 3 years, 5 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 <html> 1 <html>
2 <head> 2 <head>
3 <title>Test animation shorthand property</title> 3 <title>Test animation shorthand property</title>
4 <style type="text/css" media="screen"> 4 <style type="text/css" media="screen">
5 .box { 5 .box {
6 height: 10px; 6 height: 10px;
7 width: 10px; 7 width: 10px;
8 background-color: blue; 8 background-color: blue;
9 } 9 }
10 #a { 10 #a {
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 <div id="e" class="box"></div> 99 <div id="e" class="box"></div>
100 <div id="f" class="box"></div> 100 <div id="f" class="box"></div>
101 <div id="g" class="box"></div> 101 <div id="g" class="box"></div>
102 <div id="h" class="box"></div> 102 <div id="h" class="box"></div>
103 <div id="i" class="box"></div> 103 <div id="i" class="box"></div>
104 <div id="j" class="box"></div> 104 <div id="j" class="box"></div>
105 <div id="result"> 105 <div id="result">
106 </div> 106 </div>
107 </body> 107 </body>
108 </html> 108 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698