repo.or.cz
/
gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bug 1793031 [wpt PR 35708] - [CompositeClipPathAnimations] Fix crash caused by positi...
[gecko.git]
/
testing
/
web-platform
/
tests
/
css
/
css-masking
/
clip-path
/
animations
/
clip-path-animation-fixed-position-rounding-error-ref.html
blob
a069e4d3ae5bc82ea9547b01e7958b8f7eead645
1
<!DOCTYPE
html
>
2
<style>
3
.container {
4
position: fixed;
5
width:
70
px;
6
height:
126
px;
7
background-color: green;
8
clip-path: inset(
5
%
5
%)
9
}
10
11
</style>
12
13
<body>
14
<div
class
=
"container"
></div>
15
</body>
16
17
</html>