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
/
columns-do-not-apply-expected.html
blob
6730538446153db0d217e7ff3f5244afa7d183c4
1
<!-- This is deliberately left in quirks mode to trigger the bug. -->
2
<style>
3
body {
4
margin:
0
px;
5
padding:
0
px;
6
}
7
</style>
8
<body>
9
<svg
width
=
"600px"
height
=
"50px"
>
10
<text
y
=
"15"
>
crbug.com/
399603
: svg text does not attempt to apply pagination from ancestors to itself.
</text>
11
</svg>
12
</body>