Chromium Code Reviews

Side by Side Diff: third_party/WebKit/LayoutTests/svg/css/svg-resource-fragment-identifier-image-content.html

Issue 1458083002: Support fragment URLs for more kinds of SVG images (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Simplification wasn't simple enough Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <style>
3 div {
4 width: 100px;
5 height: 100px;
6 }
7 </style>
8 <div style="content: url('resources/fragment-identifiers.svg#red')"></div>
9 <div style="content: url('resources/fragment-identifiers.svg#green')"></div>
10 <div style="content: url('resources/fragment-identifiers.svg#blue')"></div>
OLDNEW

Powered by Google App Engine