haikuwebkit/LayoutTests/fast/css/matches-specificity-2-expec...

14 lines
163 B
HTML

<!doctype html>
<html>
<head>
<style>
* {
border: none;
}
</style>
</head>
<body>
<target style="color: blue;">Target</target>
</body>
</html>