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
/
compositing
/
squashing
/
squash-with-ancestor-opacity-expected.html
blob
bdd5d10205202f12125c577fa4c71b1a676f3e3a
1
<!DOCTYPE
html
>
2
<head>
3
<link
rel
=
"stylesheet"
href
=
"resources/squash-with-ancestor-property.css"
>
4
<style>
5
#ancestor {
6
opacity:
0.8
;
7
}
8
</style>
9
<script
src
=
"resources/squash-with-ancestor-property.js"
></script>
10
<script>
11
window
.
onload
=
generateDom
;
12
</script>
13
</head>
14
15
<body>
16
</body>