diff options
Diffstat (limited to 'tests/wpt/tests/css/css-view-transitions/nested/normal-goes-up.tentative.html')
-rw-r--r-- | tests/wpt/tests/css/css-view-transitions/nested/normal-goes-up.tentative.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/wpt/tests/css/css-view-transitions/nested/normal-goes-up.tentative.html b/tests/wpt/tests/css/css-view-transitions/nested/normal-goes-up.tentative.html index f68c93d4744..b027e36672f 100644 --- a/tests/wpt/tests/css/css-view-transitions/nested/normal-goes-up.tentative.html +++ b/tests/wpt/tests/css/css-view-transitions/nested/normal-goes-up.tentative.html @@ -5,6 +5,7 @@ <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> @@ -13,4 +14,4 @@ <div class="test normal-ref"></article> </div> </div> -</body>
\ No newline at end of file +</body> |