Mypal/layout/reftests/css-transitions/transitions-inline-ref.html

8 lines
189 B
HTML
Raw Normal View History

2019-03-11 10:26:37 +00:00
<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>