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

Side by Side Diff: LayoutTests/svg/custom/svg-length-value-crash.svg

Issue 67483003: [SVG] Fix root element length values handling. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 <svg xmlns="http://www.w3.org/2000/svg">
2 <!-- Test for http://crbugs.com/317484 -->
3 <rect width="100" height="100" fill="green"/>
4 <text y="230">PASS: did not crash.</text>
5 <script>
6 if (window.testRunner)
7 testRunner.dumpAsText();
8
9 var w = document.rootElement.width.baseVal.value;
10 var h = document.rootElement.height.baseVal.value;
11 </script>
12 </svg>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/svg/custom/svg-length-value-crash-expected.txt » ('j') | Source/core/svg/SVGLengthContext.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698