Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / css / invalidation / targeted-class-host-pseudo.html
index 6e28a85..71008d3 100644 (file)
@@ -49,7 +49,7 @@ document.body.offsetLeft; // force style recalc.
 
 host3.className = "";
 if (window.internals)
-    shouldBe("internals.updateStyleAndReturnAffectedElementCount()", "6");
+    shouldBe("internals.updateStyleAndReturnAffectedElementCount()", "1");
 shouldBe("getComputedStyle(host3, null).backgroundColor", "green");
 
 document.body.offsetLeft; // force style recalc.