Auto merge of #7452 - nox:cleanup-attributes, r=nox

Introduce VirtualMethods::attribute_mutated()



<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7452)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2015-09-02 08:14:33 -06:00
commit eaf90c0b1c
33 changed files with 634 additions and 943 deletions

View file

@ -170,6 +170,7 @@
test(function() {
var optgroup = document.createElement("optgroup");
optgroup.disabled = true;
check_disabled_selector(optgroup, true);
var option = document.createElement("option");
check_disabled_selector(option, false);