gecko-dev/layout/reftests/webcomponents/style-sharing-ref.html
Emilio Cobos Álvarez 0555fa0126 Bug 1412251: Make style sharing look at XBL / Shadow DOM rules. r=bz
MozReview-Commit-ID: II6lk6OmSZU
2017-10-28 14:20:21 +02:00

6 lines
116 B
HTML

<!doctype html>
<div>
<span style="color: green">Should be green</span>
<span>Should not be green</span>
</div>