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

Side by Side Diff: LayoutTests/svg/filters/reparent-animated-filter-target.html

Issue 8598007: Merge 100502 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/912/
Patch Set: Created 9 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
« no previous file with comments | « no previous file | LayoutTests/svg/filters/reparent-animated-filter-target-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 <svg> 1 <svg>
2 <filter id="filter"> 2 <filter id="filter">
3 <feDiffuseLighting> 3 <feDiffuseLighting>
4 <feSpotLight> 4 <feSpotLight>
5 <animate id="animate" attributeName="limitingConeAngle" from="0" to="1" du r="1s" repeatCount="indefinite"> 5 <animate id="animate" attributeName="limitingConeAngle" from="0" to="1" du r="1s" repeatCount="indefinite">
6 </feSpotLight> 6 </feSpotLight>
7 </feDiffuseLighting> 7 </feDiffuseLighting>
8 </filter> 8 </filter>
9 <rect id="rect" width="1" height="1" filter="url(#filter)"> 9 <rect id="rect" width="1" height="1" filter="url(#filter)">
10 </svg> 10 </svg>
(...skipping 22 matching lines...) Expand all
33 return 33 return
34 } 34 }
35 35
36 setTimeout(runTest, 0) 36 setTimeout(runTest, 0)
37 } 37 }
38 38
39 runTest() 39 runTest()
40 } 40 }
41 </script> 41 </script>
42 <p>This test moves an animated filter target. The test will display a message be low if successful.</p> 42 <p>This test moves an animated filter target. The test will display a message be low if successful.</p>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/svg/filters/reparent-animated-filter-target-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698