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
/
squashed-clip-parent-expected.html
blob
9b397d4725e38f7ac5fc0b2901d0a7882897202b
1
<!DOCTYPE
html
>
2
<style>
3
#squashed {
4
position:fixed;
5
left:
0
;
6
top:
0
;
7
right:
0
;
8
bottom:
0
;
9
background-color: green;
10
}
11
</style>
12
<div
id
=
"squashed"
>
13
This test suceeds if you only see this line with a green background.
14
</div>