mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +00:00
8 lines
189 B
HTML
8 lines
189 B
HTML
<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>
|