2 <script src=
"../../../resources/js-test.js"></script>
4 html { background-color: green }
5 * { background-color: inherit }
6 .a:hover.b { background-color: green }
17 description("Inheritance-propagation should stop when there is no style diff and the affected-by-hover flag changes.");
19 root
.offsetTop
; // force recalc
21 root
.className
= "a b";
24 shouldBe("internals.updateStyleAndReturnAffectedElementCount()", "1");