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
/
text
/
tspan-outline-crash-expected.html
blob
df63c403292fd19167fd1a690bbf3a6ef3290962
1
<!DOCTYPE
HTML
>
2
<style>
3
#outline {
4
outline:
1
px solid green;
5
}
6
</style>
7
This test passes if it does not crash and there is a green outline around the b.
<br>
8
<svg
width
=
"300"
height
=
"300"
>
9
<text
y
=
"30"
x
=
"30"
>
10
a
<tspan
id
=
"outline"
>
b
</tspan>
11
</text>
12
</svg>