summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-transitions/transitions-inline-ref.html
blob: 16ade1cfe7874cad53fbac87df69e0f4e6e1ce38 (plain)
1
2
3
4
5
6
7
<html>
<title>Test for CSS transitions and re-wrapping of inlines</title>
<div style="width: 3em">
<span id="test" style="color: green">
This is some text with a transition.
</span>
</div>