| Index: LayoutTests/fast/css/invalidation/recalc-direct-adjacent-001.html
|
| diff --git a/LayoutTests/fast/css/recalc-direct-adjacent-001.html b/LayoutTests/fast/css/invalidation/recalc-direct-adjacent-001.html
|
| similarity index 92%
|
| copy from LayoutTests/fast/css/recalc-direct-adjacent-001.html
|
| copy to LayoutTests/fast/css/invalidation/recalc-direct-adjacent-001.html
|
| index 3ac6c5f1ddb83255018db51c1140c242246f7a6a..94123b20815a47e2f8d21213a4bd678d34d193de 100644
|
| --- a/LayoutTests/fast/css/recalc-direct-adjacent-001.html
|
| +++ b/LayoutTests/fast/css/invalidation/recalc-direct-adjacent-001.html
|
| @@ -1,5 +1,5 @@
|
| <!DOCTYPE html>
|
| -<script src="../../resources/js-test.js"></script>
|
| +<script src="../../../resources/js-test.js"></script>
|
| <style>
|
| body { color: black; }
|
| .match+div div+div { color: green; }
|
| @@ -29,7 +29,7 @@ if (window.internals)
|
| document.getElementById("top").className = "match";
|
|
|
| if (window.internals)
|
| - shouldBe("internals.updateStyleAndReturnAffectedElementCount()", "4");
|
| + shouldBe("internals.updateStyleAndReturnAffectedElementCount()", "2");
|
|
|
| shouldBe("getComputedStyle(document.getElementById('green'), null).color", "'rgb(0, 128, 0)'");
|
|
|
|
|