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
/
compositing
/
squashing
/
resources
/
squash-with-ancestor-property.css
blob
fbd301999d2b48be807ddb4e6b11317db9179b16
1
#composited-background
{
2
width
:
100
%;
3
height
:
100
%;
4
transform
:
translateZ
(
0
);
5
}
6
7
#container
{
8
position
:
relative
;
9
width
:
400px
;
10
height
:
60px
;
11
border
:
1px
solid black
;
12
}
13
14
#composited-overlap-child
{
15
position
:
absolute
;
16
left
:
0
;
17
bottom
:
0px
;
18
width
:
100
%;
19
height
:
60px
;
20
background-color
:
orange
;
21
}