mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07: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>
|