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

Side by Side Diff: LayoutTests/http/tests/misc/resources/SVGFont-delayed-loader.svg

Issue 656913006: Remove SVG fonts (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update tests for landing Created 6 years, 2 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 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlin k" width="100" height="100">
2 <script>
3 <![CDATA[
4 window.addEventListener('DOMContentLoaded', function() {
5 setTimeout(function() { parent.contentLoaded() }, 0);
6 }, false);
7 ]]>
8 </script>
9 <defs>
10 <font-face font-family="name">
11 <font-face-src>
12 <font-face-uri xlink:href="http://127.0.0.1:8000/misc/resources/hang -connection.php"/>
13 </font-face-src>
14 </font-face>
15 </defs>
16 </svg>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698