Skip to content

Commit

Permalink
CSSTransitionDiscrete: Fix background-repeat related crashes
Browse files Browse the repository at this point in the history
Bug: 1399631, 1413556
Change-Id: Ib6cdba7fd067c022f0a36561fa598938a6593219
  • Loading branch information
josepharhar authored and chromium-wpt-export-bot committed Mar 20, 2023
1 parent 3e81feb commit da0ef41
Showing 1 changed file with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!DOCTYPE html>
<link rel=author href="mailto:[email protected]">
<link rel=help href="https://github.com/w3c/csswg-drafts/issues/4441">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/css/support/interpolation-testcommon.js"></script>

<body>
<script>
test_no_interpolation({
property: 'background-repeat',
from: 'initial',
to: 'round'
});
</script>

0 comments on commit da0ef41

Please sign in to comment.