Auto merge of #7775 - frewsxcv:tracking-issue, r=jdm

Link to 'ask for a reset' tracking issue

FIXME added in  https://github.com/servo/servo/pull/7745

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7775)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2015-09-28 21:34:19 -06:00
commit ed0d70e234

View file

@ -147,6 +147,7 @@ impl HTMLOptionElementMethods for HTMLOptionElement {
self.dirtiness.set(true);
self.selectedness.set(selected);
// FIXME: as per the spec, implement 'ask for a reset'
// https://github.com/servo/servo/issues/7774
}
}