mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-17 01:43:08 +09:00
7 lines
189 B
HTML
7 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>
|