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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/backgrounds/background-image-relative-url-in-iframe-expected.html

Issue 2718273002: Resolve background image's url if absolute url is empty (Closed)
Patch Set: Resolve background image url before use Created 3 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
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <body>
rune 2017/03/02 00:22:39 Just skip html and body tags here as well.
4 <iframe src="data:text/html,<div style='background: #00FF01; width: 24px; he ight: 24px'></div>" >
5 </iframe>
6 </body>
7 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698