<!doctype html>
<link rel="match" href="../expected/text-div.html" />
<style>
.foo::before {
content: attr(bar, "Well, hello friends!");
}
</style>
<div class="foo"></div>