Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<meta charset="UTF-8">
<title>CSS Highlight API Test Reference</title>
<head>
<style>
.wrapper {
width: 400px;
height: 200px;
}
</style>
</head>
<body>
<div class="wrapper">No highlight expected</div>
<div>Should be no highlight</div>
</body>