Files
UXP-Fixed/layout/reftests/bugs/593544-1-ref.html
T
2018-02-02 04:16:08 -05:00

15 lines
285 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
span { color: white; background: black; }
html { font-size: 2em; color: black; background: white; }
</style>
</head>
<body>
<fieldset>
<legend><span>L</span>egend text</legend>
</fieldset>
</body>
</html>