mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 11:18:13 +00:00
LibWeb: Add tests for basic attr() behavior and fallback values
This commit is contained in:
parent
e013306df8
commit
bf8aa33b68
4 changed files with 18 additions and 0 deletions
7
Tests/LibWeb/Ref/css-attr-fallback.html
Normal file
7
Tests/LibWeb/Ref/css-attr-fallback.html
Normal file
|
@ -0,0 +1,7 @@
|
|||
<!doctype html>
|
||||
<style>
|
||||
.foo::before {
|
||||
content: attr(bar, "Well, hello friends!");
|
||||
}
|
||||
</style>
|
||||
<div class="foo"></div>
|
Loading…
Add table
Add a link
Reference in a new issue