gecko-dev/layout/reftests/display-list/retained-dl-opacity-animation-on-ib-split-ref.html
Hiroyuki Ikezoe 265c5c817a Bug 1463605 - A reftest that IB sibling frames are correctly marked as 'NeedsDisplayItemRebuild' when there is an animation on the frames. r=mattwoodrow
MozReview-Commit-ID: FG7SQYKOq3r

--HG--
extra : rebase_source : a42ffc7a601b4dc872f4a2dae83d2ea1366b2f86
2018-05-23 18:15:12 +09:00

13 lines
161 B
HTML

<html>
<head>
<style>
#animating {
opacity: 0;
}
</style>
</head>
<body>
<span id="animating">A <span style="display:block"></span> C</span>
</body>
</html>