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

Side by Side Diff: third_party/WebKit/LayoutTests/canvas/synchronous-create-pattern-expected.html

Issue 1493883002: Add layout test canvas/synchronous-create-pattern.html back (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: better testing Created 5 years 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 | « third_party/WebKit/LayoutTests/canvas/synchronous-create-pattern.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE HTML> 1 <!DOCTYPE HTML>
2 <html> 2 <html>
3 <body> 3 <body>
4 Test for crbug.com/279445: createPattern should synchronously snapshot an anim ating image.<br/> 4 Test for crbug.com/279445: createPattern should synchronously snapshot an an imating image.<br/>
5 This test passes if there is a green square below.<br/> 5 This test passes if there is a blue square below:<br/>
6 <svg xmlns='http://www.w3.org/2000/svg' width='100px' height='100px'> 6 <svg xmlns='http://www.w3.org/2000/svg' width='100px' height='100px'>
7 <rect width='100' height='100' fill='green'/> 7 <rect width='100' height='100' fill='blue'/>
8 </svg> 8 </svg><br/>
9 And a green square below:<br/>
10 <svg xmlns='http://www.w3.org/2000/svg' width='100px' height='100px'>
11 <rect width='100' height='100' fill='green'/>
12 </svg>
9 </body> 13 </body>
10 </html> 14 </html>
11
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/canvas/synchronous-create-pattern.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698