trisquel-icecat/icecat/layout/reftests/generated-content/before-style-sharing.html

8 lines
122 B
HTML

<!DOCTYPE html>
<style>
[foo]:before {
content: "This text should appear";
}
</style>
<div></div>
<div foo></div>