normal-goes-up.tentative.html (678B)
1 <!DOCTYPE html> 2 <html class="reftest-wait no-match"> 3 <title>view-transition: normal should behave like having no group</title> 4 <meta name=fuzzy content="maxDifference=0-255; totalPixels=0-515"> 5 <link rel="help" href="https://drafts.csswg.org/css-view-transitions-2/"> 6 <link rel="match" href="nested-ref.html"> 7 <link rel=stylesheet href="resources/compute-common.css"></link> 8 <link rel=stylesheet href="resources/pause-view-transitions.css"></link> 9 <script src="/common/reftest-wait.js"></script> 10 <script src="resources/compute-test.js"></script> 11 <body> 12 <div class="normal"> 13 <div> 14 <div class="test normal-ref"></article> 15 </div> 16 </div> 17 </body>