Chromium Code Reviews

Side by Side Diff: third_party/WebKit/LayoutTests/svg/parser/svg-path-error-reporting.html

Issue 1642463004: Extended error reporting for SVG path parsing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: "path flag" -> "arc flag" Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <script>
3 if (window.testRunner)
4 testRunner.dumpAsText();
5 </script>
6 <svg>
7 <path d=" 10,10 L 20,20 30 40 50 60 70 80"/>
8 <path d="M 10,10 C 20,20 30 40 fiftyfive twentyseven z"/>
9 <path d="M 10,10 A 20,20 0 large,yes 40 50"/>
10 <path d="M 10,10 E 20,20 z"/>
11 </svg>
OLDNEW

Powered by Google App Engine