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

Side by Side Diff: third_party/WebKit/LayoutTests/animations/direction-and-fill/fill-mode-iteration-count-non-integer.html

Issue 2975723002: Move direction and fill tests to subdirectory (Closed)
Patch Set: 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 <!DOCTYPE html> 1 <!DOCTYPE html>
2 2
3 <html lang="en"> 3 <html lang="en">
4 <head> 4 <head>
5 <title>Test simple animation with fill modes and non integer iteration count</ title> 5 <title>Test simple animation with fill modes and non integer iteration count</ title>
6 <style type="text/css" media="screen"> 6 <style type="text/css" media="screen">
7 .box { 7 .box {
8 position: relative; 8 position: relative;
9 left: 100px; 9 left: 100px;
10 height: 100px; 10 height: 100px;
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 <div id="both_iterating" class="box"> 131 <div id="both_iterating" class="box">
132 Both iterating 132 Both iterating
133 </div> 133 </div>
134 <div id="both_iterating_reverse" class="box"> 134 <div id="both_iterating_reverse" class="box">
135 Both iterating reverse 135 Both iterating reverse
136 </div> 136 </div>
137 <div id="result"> 137 <div id="result">
138 </div> 138 </div>
139 </body> 139 </body>
140 </html> 140 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698