summaryrefslogtreecommitdiffstats
path: root/layout/reftests/generated-content/before-style-sharing.html
blob: 9f1be5b32e70104765373e01d42e43245248641a (plain)
1
2
3
4
5
6
7
8
<!DOCTYPE html>
<style>
  [foo]:before {
    content: "This text should appear";
  }
</style>
<div></div>
<div foo></div>