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
/
svg
/
custom
/
absolute-sized-svg-in-xhtml.xhtml
blob
483a2a1177dddbdb339291148164c671c87df126
1
<html>
2
<body>
3
<h1>
Test
123
</h1>
4
5
<svg
width
=
"100"
height
=
"100"
xmlns
=
"http://www.w3.org/2000/svg"
>
6
<text>
You should see an error above
</text>
7
<rect
width
=
"100"
height
=
"100"
fill
=
"green"
/>
8
</svg>
9
10
<h1>
Test ABC
</h1>
11
</body>
12
</html>