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

Side by Side Diff: LayoutTests/svg/as-image/default-font-settings-external.html

Issue 1128143003: Set default SVG image font settings (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update expectations Created 5 years, 7 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 * {
4 margin: 0;
5 padding: 0;
6 }
7 div {
8 background-image: url("resources/default-font-settings.svg");
9 width: 100px;
10 height: 100px;
11 }
12 </style>
13 crbug.com/167760: This test passes if the word "PASS" appears below in monospace :<br>
14 <div></div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698