2023-08-31 12:42:14 +01:00
|
|
|
<!doctype html>
|
2024-11-05 12:49:08 +00:00
|
|
|
<link rel="match" href="../expected/text-div.html" />
|
2023-08-31 12:42:14 +01:00
|
|
|
<style>
|
|
|
|
|
.foo::before {
|
|
|
|
|
content: attr(bar);
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|
<div class="foo" bar="Well, hello friends!"></div>
|