17 lines
668 B
HTML
17 lines
668 B
HTML
<!DOCTYPE html>
|
|
<html class=reftest-wait>
|
|
<title>view-transition: contain should match nested parent</title>
|
|
<meta name=fuzzy content="maxDifference=0-255; totalPixels=0-515">
|
|
<link rel="help" href="https://drafts.csswg.org/css-view-transitions-2/">
|
|
<link rel="match" href="nested-ref.html">
|
|
<link rel=stylesheet href="resources/compute-common.css"></link>
|
|
<link rel=stylesheet href="resources/pause-view-transitions.css"></link>
|
|
<script src="/common/reftest-wait.js"></script>
|
|
<script src="resources/compute-test.js"></script>
|
|
<body>
|
|
<div class="green contain-ref">
|
|
<div class="red">
|
|
<div class="test"></div>
|
|
</div>
|
|
</div>
|
|
</body>
|