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
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
css
/
transformed-overflow-hidden-clips-fixed-expected.html
blob
353665b4b3df30f368edee5161f925b816de4407
1
<!DOCTYPE
html
>
2
<style>
3
div {
4
width:
100
px;
5
height:
50
px;
6
}
7
#transformed {
8
overflow: hidden;
9
transform: translateZ(
0
);
10
height:
100
px;
11
width:
100
px;
12
13
}
14
#fixed {
15
position: fixed;
16
background-color: chartreuse;
17
width:
100
px;
18
height:
100
px;
19
top: -
50
px;
20
}
21
</style>
22
<div
style
=
"background-color: chartreuse;"
></div>
23
<div
style
=
"background-color: salmon;"
></div>