2 <script src=
"../../../resources/js-test.js"></script>
4 html { background-color: green }
5 * { background-color: inherit }
16 description("Inheritance-propagation should stop when there is no style diff.");
18 root
.offsetTop
; // force recalc
20 root
.style
.marginLeft
= "1px";
23 shouldBe("internals.updateStyleAndReturnAffectedElementCount()", "2");