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
/
in-html
/
overflow-repaint-expected.html
blob
abd2fcfa5ede6bdbf0fcb90515b8afbb9e5610ea
1
<!doctype
html
>
2
<head>
3
<style>
4
div {
5
height:
100
px; width:
100
px;
6
}
7
div + div { background: green; }
8
</style>
9
</head>
10
<body>
11
<div>
12
<svg
id
=
"svg"
height
=
"100"
width
=
"100"
viewbox
=
"0 0 100 100"
>
13
<rect
y
=
"100"
width
=
"100"
height
=
"100"
fill
=
"red"
/>
14
</svg>
15
</div>
16
<div></div>
17
</body>