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

Side by Side Diff: LayoutTests/svg/text/tspan-pre-wrap-whitespace-crash.html

Issue 755613002: Fix assertion: !visualMetricsValues.isEmpty() in layoutTextOnLineOrPath (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Next patch Created 6 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 | « no previous file | LayoutTests/svg/text/tspan-pre-wrap-whitespace-crash-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
(Empty)
1 <!DOCTYPE html>
2 <svg xmlns="http://www.w3.org/2000/svg">
3 <text>
4 <tspan style="white-space:pre-wrap"> </tspan>
5 </text>
6 </svg>
7 <p>This test passes if it doesn't crash</p>
8 <script>
9 if (window.testRunner)
10 testRunner.dumpAsText();
11 </script>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/svg/text/tspan-pre-wrap-whitespace-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698