Mypal/layout/reftests/bugs/593544-1-ref.html
2019-03-11 13:26:37 +03: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>