Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
LayoutTests
/
svg
/
clip-path-duplicate-id-removal-expected.html
blob: 69aa4d7d0005c7cdb4f5aebd9934e1bebfd4370b [
file
] [
edit
]
<!DOCTYPE html>
<html>
<head>
<style>
body
{
background
:
white
;
}
.
target
{
width
:
50px
;
height
:
50px
;
background
:
green
;
}
</style>
</head>
<body>
<div
class
=
"target"
></div>
</body>
</html>