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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/misc/svg-image-in-content.html

Issue 2121973002: Fallback to 300x150 instead of 0x0 size for SVG inside content() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add test Created 4 years, 5 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
OLDNEW
(Empty)
1 <!doctype html>
2 <style>
3 body { margin: 0 }
4 .tst span::after {
5 display: block;
6 width: 100px;
7 height: 100px;
8 content: url(resources/svg-no-store.pl);
9 }
10 </style>
11 <title>Test SVG background icons</title>
12 <span class="tst"><span/></span>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698