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
/
fast
/
css
/
last-child-style-sharing.html
blob
ce076f5935ee9bf857b9ddcde4727d5e37f3179f
1
<html>
2
<head>
3
<style
type
=
"text/css"
>
4
div
{
5
background-color
:
red
;
6
width
:
100px
;
7
height
:
100px
;
8
}
9
10
div
:
last-child
{
11
position
:
relative
;
12
top
: -
100px
;
13
background-color
:
green
;
14
}
15
</style>
16
</head>
17
<body>
18
<div></div>
19
<div></div>
20
</body>
21
</html>