Sign in
chromium
/
external
/
w3c
/
web-platform-tests.git
/
HEAD
/
.
/
css
/
css-view-transitions
/
new-content-transform-change-001-ref.html
blob: 48147a55700701ee2cb67b5394e8491085ba4426 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<title>
CSS Test Reference
</title>
<style>
:
root
{
background-color
:
pink
;
}
#
target
{
width
:
100px
;
height
:
100px
;
background-color
:
green
;
transform
:
rotate
(
45deg
);
}
</style>
<div
id
=
"target"
></div>