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

Side by Side Diff: third_party/WebKit/LayoutTests/svg/custom/local-url-reference-srcdoc.html

Issue 2174833002: Make fragment-only URLs always be document-local references (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove isExternal...; add additional test Created 4 years, 4 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 <iframe srcdoc="
3 <!DOCTYPE html>
4 <style>body { margin: 0; }</style>
5 <svg xmlns='http://www.w3.org/2000/svg'>
6 <linearGradient id='gradient'>
7 <stop stop-color='green'/>
8 </linearGradient>
9 <rect width='100' height='100' fill='url(#gradient) red'/>
10 </svg>"
11 style="margin: 0; border: none" scrolling="no">
12 </iframe>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698