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

Side by Side Diff: LayoutTests/animations/animation-border-overflow.html

Issue 9328025: Merge 106672 - REGRESSION (r105401-105403): Blue flash on css border transition (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1025/
Patch Set: Created 8 years, 10 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
« no previous file with comments | « no previous file | LayoutTests/animations/animation-border-overflow-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <title>Unfilled Animation Test</title> 3 <title>Unfilled Animation Test</title>
4 <style type="text/css" media="screen"> 4 <style type="text/css" media="screen">
5 #box { 5 #box {
6 height: 100px; 6 height: 100px;
7 width: 100px; 7 width: 100px;
8 border-top-width: 300px; 8 border-top-width: 300px;
9 border-style: solid; 9 border-style: solid;
10 -webkit-animation-duration: 1s; 10 -webkit-animation-duration: 1s;
(...skipping 20 matching lines...) Expand all
31 </script> 31 </script>
32 </head> 32 </head>
33 <body> 33 <body>
34 This test performs an animation of the border-top-width property from a given va lue to 0. It tests if an intermediate value is correct. 34 This test performs an animation of the border-top-width property from a given va lue to 0. It tests if an intermediate value is correct.
35 <div id="box"> 35 <div id="box">
36 </div> 36 </div>
37 <div id="result"> 37 <div id="result">
38 </div> 38 </div>
39 </body> 39 </body>
40 </html> 40 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/animations/animation-border-overflow-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698