repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
svg
/
as-image
/
svg-image-with-nested-data-uri.html
blob
e28a363c3b7bb29fe14fdb33c994995ec05d63cb
1
<!DOCTYPE
html
>
2
<html>
3
<body>
4
Test for crbug.com/
224317
: SVG images should be able to reference data:uri images containing other data:uri images.
<br/>
5
This test passes if there is a green square.
<br/>
6
<img
src='resources/image-with-svg-data-uri.svg'
>
7
</body>
8
</html>