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