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
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
css3
/
blending
/
svg-isolation-simple-expected.html
blob
0067af0bbd4e9a24cc6e9dcc45a9d053935a3511
1
<!DOCTYPE
HTML
>
2
<html>
3
<body>
4
<svg
xmlns
=
"http://www.w3.org/2000/svg"
version
=
"1.1"
width
=
"400px"
height
=
"400px"
style
=
"background: green"
>
5
<g>
6
<rect
x
=
"100"
y
=
"100"
width
=
"200"
height
=
"200"
style
=
"fill: blue;"
/>
7
</g>
8
</svg>
9
</body>
10
</html>