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

Side by Side Diff: LayoutTests/fast/css/use-incorrect-svg-crash.html

Issue 183743012: SVGFontFaceElement::removedFrom should not use FontSelector when document is not active. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Added comment Created 6 years, 9 months 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 <!DOCTYPE html>
2 <style>
3 @font-face {
4 font-family: test;
5 src: url(resources/incorrect-font.svg) format("svg");
6 }
7 .customFont {
8 font-family: test;
9 }
10 </style>
11 <script>
12 if (window.testRunner)
13 testRunner.dumpAsText();
14 </script>
15 <div class="customFont">PASSED</div>
16
OLDNEW
« no previous file with comments | « LayoutTests/fast/css/resources/incorrect-font.svg ('k') | LayoutTests/fast/css/use-incorrect-svg-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698