mirror of
https://github.com/servo/servo
synced 2026-05-13 10:27:03 +02:00
18 lines
215 B
HTML
18 lines
215 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<!-- Tests that `text-decoration` does something. -->
|
|
<style>
|
|
#a {
|
|
color: red;
|
|
font-size: 96px;
|
|
width: 300px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div id=a>Foo</div>
|
|
</body>
|
|
</html>
|
|
|