gecko-dev/layout/reftests/generated-content/before-style-sharing.html
Boris Zbarsky 8ad4ba015d Bug 1371112 tests. r=emilio
MozReview-Commit-ID: 9YzRLX5CxyJ

--HG--
extra : rebase_source : b294b77b64e8dda6c0aabb9ea0994e4d33c70e91
2017-06-08 14:17:52 -04:00

9 lines
122 B
HTML

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