Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
LayoutTests
/
compositing
/
masks
/
compositing-clip-path-empty-expected.html
blob: 704a112553974a7d70c5bd5d6e2be726f5d408c4 [
file
] [
edit
]
<!DOCTYPE html>
<html>
<head>
<style>
.
box
{
width
:
100px
;
height
:
100px
;
background-color
:
blue
;
}
.
composited
{
transform
:
translateZ
(
0
);
}
</style>
</head>
<body>
<div
class
=
"composited box"
></div>
</body>
</html>