Files
rust_browser/tests/goldens/fixtures/041-anchor-with-style.html

11 lines
139 B
HTML

<html>
<head>
<style>
a { color: blue; background-color: yellow; }
</style>
</head>
<body>
<a href="/page">Styled Link</a>
</body>
</html>