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

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: 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
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <svg xmlns="http://www.w3.org/2000/svg">
3 <text>
4 <tspan style="white-space:pre-wrap";> </tspan>
kouhei (in TOK) 2014/12/09 09:15:22 ; should be before "
fs 2014/12/09 10:18:32 Or just drop it entirely.
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') | Source/core/dom/Text.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698