Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<title>View transitions: universal specificity (ref)</title>
<link rel="author" href="mailto:vmpstr@chromium.org">
<style>
body {
background: pink;
}
div {
contain: paint;
width: 100px;
height: 100px;
background: blue;
border: 10px solid black;
}
</style>
<div></div>