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

Side by Side Diff: LayoutTests/svg/path-arc-invalid.html

Issue 8440026: Merge 98344 (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/path-arc-invalid-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 <script> 1 <script>
2 if (window.layoutTestController) 2 if (window.layoutTestController)
3 layoutTestController.dumpAsText(); 3 layoutTestController.dumpAsText();
4 </script> 4 </script>
5 <svg> 5 <svg>
6 <path d="M0 0 A0 0 0 0 0 0 0 0 0 0"/> 6 <path d="M0 0 A0 0 0 0 0 0 0 0 0 0"/>
7 </svg> 7 </svg>
8 If this text is visible the malformed SVG path is handled correctly. 8 If this text is visible the malformed SVG path is handled correctly.
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/svg/path-arc-invalid-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698