gecko-dev/layout/reftests/bugs/1420946-1.html
Xidorn Quan 2e91996237 Bug 1420946 - Don't try to share style on quirks mode whenever two elements have different id. r=emilio
MozReview-Commit-ID: FcHXGUoMMbD

--HG--
extra : rebase_source : fe28186785456d9feca068d217d3b87beeb06867
2017-11-29 17:34:37 -06:00

10 lines
141 B
HTML

<!-- ~*quirks mode*~ -->
<style>
#lolquirky {
color: green;
}
</style>
<div></div>
<p id="lolQuirky">should be green
<p>should be unstyled