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
/
sub-pixel
/
nested-transparency-layer-clipping.html
blob
532e8d1dbfaa5faaacb882c0b4260f9b0914bb83
1
<!DOCTYPE
html
>
2
<style>
3
body {
4
position: relative;
5
left:
0.5
px;
6
}
7
.parent {
8
display: inline-block;
9
transform: scale(
5
);
10
opacity:
0.8
;
11
}
12
.child {
13
position: absolute;
14
width:
10
px;
15
height:
10
px;
16
background: red;
17
border:
1
px solid black;
18
}
19
</style>
20
<div
class
=
"parent"
>
21
<div
class
=
"child"
></div>
22
</div>