Sign in
chromium
/
external
/
w3c
/
web-platform-tests.git
/
refs/heads/DOMParser-interface
/
.
/
css
/
css-view-transitions
/
new-content-ancestor-clipped-2-ref.html
blob: f37c9544be60183e8ae831c413330f34d4cfb757 [
file
] [
log
] [
blame
] [
edit
]
<!doctype HTML>
<html>
<head>
<style>
html
{
background
:
lightpink
;
}
div
{
position
:
relative
;
width
:
200px
;
height
:
200px
;
background-color
:
red
;
left
:
150px
;
top
:
150px
;
}
</style>
</head>
<body>
<div></div>
</body>
</html>