trisquel-icecat/icecat/testing/web-platform/tests/css/css-view-transitions/new-content-captures-spans-ref.html

13 lines
351 B
HTML

<!DOCTYPE html>
<title>View transitions: capture opacity elements (ref)</title>
<link rel="help" href="https://drafts.csswg.org/css-view-transitions-1/">
<link rel="author" href="mailto:vmpstr@chromium.org">
<style>
span {
background: lightgreen;
view-transition-name: span;
}
body { background: lightpink; }
</style>
<span>This is a span</span>