8 lines
122 B
HTML
8 lines
122 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
[foo]:before {
|
|
content: "This text should appear";
|
|
}
|
|
</style>
|
|
<div></div>
|
|
<div foo></div>
|