Chromium Code Reviews

Side by Side Diff: LayoutTests/fast/canvas/canvas-ellipse.html

Issue 14298022: Add support for new canvas ellipse method. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase to upstream. Make canvas-ellipse-circumference cover more extensive cases. Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
OLDNEW
1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> 1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
2 <html> 2 <html>
3 <head> 3 <head>
4 <script src="../js/resources/js-test-pre.js"></script> 4 <script src="../js/resources/js-test-pre.js"></script>
5 </head> 5 </head>
6 <body> 6 <body>
7 <script src="script-tests/canvas-shadow.js"></script> 7 <script src="script-tests/canvas-ellipse.js"></script>
8 <script src="../js/resources/js-test-post.js"></script> 8 <script src="../js/resources/js-test-post.js"></script>
9 </body> 9 </body>
10 </html> 10 </html>
OLDNEW

Powered by Google App Engine