diff --git a/LayoutTests/TestExpectations b/LayoutTests/TestExpectations index 8a697b7037211..3b99762ee2c9c 100644 --- a/LayoutTests/TestExpectations +++ b/LayoutTests/TestExpectations @@ -7525,13 +7525,22 @@ imported/w3c/web-platform-tests/css/css-anchor-position/position-visibility-remo imported/w3c/web-platform-tests/css/css-anchor-position/position-visibility-remove-no-overflow.html [ ImageOnlyFailure ] imported/w3c/web-platform-tests/css/css-anchor-position/sticky-anchor-position-invalid.html [ ImageOnlyFailure ] -# ios-wk2-wpt and mac-AS-debug-wk2 failures (leaving in the general TestExpectations for now since these are not useful failures) +# The following failures are left in the general TestExpectations for now since these are not useful failures + +# ios-wk2-wpt failures +imported/w3c/web-platform-tests/css/css-anchor-position/anchor-position-borders-001.html [ Failure ] +imported/w3c/web-platform-tests/css/css-anchor-position/anchor-position-dynamic-001.html [ Failure ] + +# ios-wk2-wpt AND wpe-wk2 AND gtk-wk2 failures +imported/w3c/web-platform-tests/css/css-anchor-position/anchor-invalid-fallback.html [ Failure ] + +# ios-wk2-wpt AND mac-AS-debug-wk2 failures imported/w3c/web-platform-tests/css/css-anchor-position/anchor-position-borders-002.html [ Failure ] imported/w3c/web-platform-tests/css/css-anchor-position/anchor-scroll-position-try-007.html [ Failure ] imported/w3c/web-platform-tests/css/css-anchor-position/anchor-scroll-position-try-008.html [ Failure ] imported/w3c/web-platform-tests/css/css-anchor-position/anchor-scroll-position-try-010.html [ Failure ] -# wpe-wk2 AND gtk-wk2 AND wincairo failures (leaving in the general TestExpectations for now since these are not useful failures) +# wpe-wk2 AND gtk-wk2 AND wincairo failures imported/w3c/web-platform-tests/css/css-anchor-position/anchor-center-htb-htb.html [ Failure ] imported/w3c/web-platform-tests/css/css-anchor-position/anchor-center-htb-vrl.html [ Failure ] imported/w3c/web-platform-tests/css/css-anchor-position/anchor-center-vrl-htb.html [ Failure ] diff --git a/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-getComputedStyle-001-expected.txt b/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-getComputedStyle-001-expected.txt index ab22bf559e8ad..d3753d6137241 100644 --- a/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-getComputedStyle-001-expected.txt +++ b/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-getComputedStyle-001-expected.txt @@ -1,5 +1,5 @@ -FAIL Basic case assert_equals: expected "100px" but got "120px" -FAIL Mixed writing modes and directions assert_equals: expected "100px" but got "150px" -FAIL With containing block padding assert_equals: expected "90px" but got "110px" +FAIL Basic case assert_equals: expected "100px" but got "0px" +FAIL Mixed writing modes and directions assert_equals: expected "100px" but got "0px" +FAIL With containing block padding assert_equals: expected "90px" but got "0px" diff --git a/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-getComputedStyle-002-expected.txt b/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-getComputedStyle-002-expected.txt index c63c576aff838..18e407985f5bd 100644 --- a/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-getComputedStyle-002-expected.txt +++ b/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-getComputedStyle-002-expected.txt @@ -2,5 +2,5 @@ Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet. FAIL getComputedStyle() with fragmented containing block in multicolumn layout assert_equals: expected "25px" but got "0px" -FAIL getComputedStyle() with fragmented containing block in inline layout assert_equals: expected "0px" but got "40px" +FAIL getComputedStyle() with fragmented containing block in inline layout assert_equals: expected "20px" but got "0px" diff --git a/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-inside-outside-expected.txt b/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-inside-outside-expected.txt index c2619bc4b6be0..5a41ba7daa050 100644 --- a/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-inside-outside-expected.txt +++ b/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-inside-outside-expected.txt @@ -7,10 +7,10 @@ FAIL .target 2 assert_equals: offsetLeft expected 200 but got 0 FAIL .target 3 assert_equals:
-offsetLeft expected 190 but got 0 +offsetLeft expected 190 but got 390 FAIL .target 4 assert_equals:
-offsetLeft expected 140 but got 0 +offsetLeft expected 140 but got 390 FAIL .target 5 assert_equals:
offsetTop expected 250 but got 0 @@ -19,10 +19,10 @@ FAIL .target 6 assert_equals: offsetTop expected 300 but got 0 FAIL .target 7 assert_equals:
-offsetTop expected 290 but got 0 +offsetTop expected 290 but got 390 FAIL .target 8 assert_equals:
-offsetTop expected 240 but got 0 +offsetTop expected 240 but got 390 FAIL .target 9 assert_equals:
offsetLeft expected 150 but got 0 @@ -31,10 +31,10 @@ FAIL .target 10 assert_equals: offsetLeft expected 200 but got 0 FAIL .target 11 assert_equals:
-offsetLeft expected 190 but got 0 +offsetLeft expected 190 but got 390 FAIL .target 12 assert_equals:
-offsetLeft expected 140 but got 0 +offsetLeft expected 140 but got 390 FAIL .target 13 assert_equals:
offsetTop expected 250 but got 0 @@ -43,8 +43,8 @@ FAIL .target 14 assert_equals: offsetTop expected 300 but got 0 FAIL .target 15 assert_equals:
-offsetTop expected 290 but got 0 +offsetTop expected 290 but got 390 FAIL .target 16 assert_equals:
-offsetTop expected 240 but got 0 +offsetTop expected 240 but got 390 diff --git a/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-invalid-fallback-expected.txt b/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-invalid-fallback-expected.txt index eceb67d21266a..c591c742996bc 100644 --- a/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-invalid-fallback-expected.txt +++ b/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-invalid-fallback-expected.txt @@ -3,8 +3,8 @@ X FAIL Element can be anchor positioned assert_equals: expected "125px" but got "0px" FAIL Element can use fallback if present assert_equals: expected "17px" but got "0px" PASS Invalid anchor function, left -PASS Invalid anchor function, right -PASS Invalid anchor function, bottom +FAIL Invalid anchor function, right assert_equals: left expected "0px" but got "188.4375px" +FAIL Invalid anchor function, bottom assert_equals: top expected "0px" but got "182px" PASS Invalid anchor function, top PASS Invalid anchor function, width PASS Invalid anchor function, height diff --git a/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-name-cross-shadow-expected.txt b/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-name-cross-shadow-expected.txt index 01dc68a062383..620a5fad47da2 100644 --- a/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-name-cross-shadow-expected.txt +++ b/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-name-cross-shadow-expected.txt @@ -1,4 +1,4 @@ FAIL Should be able to set anchor-name to a shadow DOM part and anchor to it assert_equals: expected 15 but got 0 -PASS Should be able to set anchor-name to the shadow host and anchor to it +FAIL Should be able to set anchor-name to the shadow host and anchor to it assert_equals: expected 15 but got 0 diff --git a/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-name-in-shadow-002-expected.txt b/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-name-in-shadow-002-expected.txt index 206217767884f..2e94130d6733d 100644 --- a/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-name-in-shadow-002-expected.txt +++ b/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-name-in-shadow-002-expected.txt @@ -1,3 +1,3 @@ -PASS Anchor names in different tree scopes should not be confused +FAIL Anchor names in different tree scopes should not be confused assert_equals: expected 100 but got 0 diff --git a/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-name-in-shadow-expected.txt b/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-name-in-shadow-expected.txt index 72af6b4e0d8f4..e69c72a4a9ee3 100644 --- a/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-name-in-shadow-expected.txt +++ b/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-name-in-shadow-expected.txt @@ -1,4 +1,4 @@ -PASS anchor-name should not leak out of a shadow tree -FAIL anchor() in shadow tree should not match host anchor-name assert_equals: #anchored is positioned using fallback expected 37 but got 8 +FAIL anchor-name should not leak out of a shadow tree assert_equals: #anchored is positioned against #anchor expected 100 but got 0 +FAIL anchor() in shadow tree should not match host anchor-name assert_equals: #anchored is positioned using fallback expected 37 but got 0 diff --git a/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-parse-valid-expected.txt b/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-parse-valid-expected.txt index b2969a8b4e866..26bde0b1366ec 100644 --- a/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-parse-valid-expected.txt +++ b/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-parse-valid-expected.txt @@ -1,1348 +1,1348 @@ -FAIL e.style['left'] = "anchor(inside)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(inside, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(inside, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(inside, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(inside, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(inside, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(inside, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(outside)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(outside, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(outside, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(outside, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(outside, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(outside, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(outside, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(left)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(left, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(left, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(left, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(left, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(left, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(left, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(right)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(right, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(right, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(right, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(right, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(right, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(right, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(top)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(top, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(top, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(top, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(top, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(top, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(top, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(bottom)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(bottom, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(bottom, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(bottom, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(bottom, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(bottom, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(bottom, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(start)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(start, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(start, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(start, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(start, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(start, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(start, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(end)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(end, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(end, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(end, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(end, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(end, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(end, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(self-start)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(self-start, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(self-start, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(self-start, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(self-start, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(self-start, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(self-start, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(self-end)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(self-end, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(self-end, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(self-end, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(self-end, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(self-end, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(self-end, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(center)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(center, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(center, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(center, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(center, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(center, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(center, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(50%, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(50%, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(50%, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(50%, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(50%, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(50%, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(--foo inside)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(--foo inside, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(--foo inside, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(--foo inside, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(--foo inside, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(--foo inside, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(--foo inside, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(--foo outside)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(--foo outside, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(--foo outside, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(--foo outside, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(--foo outside, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(--foo outside, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(--foo outside, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(--foo left)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(--foo left, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(--foo left, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(--foo left, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(--foo left, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(--foo left, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(--foo left, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(--foo right)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(--foo right, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(--foo right, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(--foo right, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(--foo right, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(--foo right, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(--foo right, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(--foo top)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(--foo top, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(--foo top, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(--foo top, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(--foo top, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(--foo top, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(--foo top, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(--foo bottom)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(--foo bottom, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(--foo bottom, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(--foo bottom, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(--foo bottom, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(--foo bottom, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(--foo bottom, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(--foo start)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(--foo start, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(--foo start, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(--foo start, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(--foo start, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(--foo start, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(--foo start, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(--foo end)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(--foo end, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(--foo end, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(--foo end, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(--foo end, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(--foo end, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(--foo end, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(--foo self-start)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(--foo self-start, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(--foo self-start, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(--foo self-start, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(--foo self-start, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(--foo self-start, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(--foo self-start, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(--foo self-end)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(--foo self-end, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(--foo self-end, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(--foo self-end, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(--foo self-end, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(--foo self-end, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(--foo self-end, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(--foo center)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(--foo center, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(--foo center, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(--foo center, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(--foo center, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(--foo center, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(--foo center, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(--foo 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(--foo 50%, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(--foo 50%, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(--foo 50%, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(--foo 50%, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(--foo 50%, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['left'] = "anchor(--foo 50%, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(inside)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(inside, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(inside, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(inside, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(inside, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(inside, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(inside, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(outside)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(outside, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(outside, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(outside, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(outside, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(outside, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(outside, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(left)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(left, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(left, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(left, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(left, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(left, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(left, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(right)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(right, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(right, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(right, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(right, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(right, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(right, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(top)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(top, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(top, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(top, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(top, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(top, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(top, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(bottom)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(bottom, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(bottom, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(bottom, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(bottom, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(bottom, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(bottom, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(start)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(start, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(start, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(start, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(start, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(start, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(start, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(end)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(end, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(end, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(end, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(end, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(end, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(end, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(self-start)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(self-start, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(self-start, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(self-start, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(self-start, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(self-start, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(self-start, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(self-end)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(self-end, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(self-end, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(self-end, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(self-end, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(self-end, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(self-end, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(center)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(center, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(center, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(center, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(center, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(center, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(center, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(50%, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(50%, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(50%, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(50%, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(50%, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(50%, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(--foo inside)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(--foo inside, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(--foo inside, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(--foo inside, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(--foo inside, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(--foo inside, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(--foo inside, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(--foo outside)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(--foo outside, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(--foo outside, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(--foo outside, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(--foo outside, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(--foo outside, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(--foo outside, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(--foo left)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(--foo left, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(--foo left, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(--foo left, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(--foo left, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(--foo left, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(--foo left, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(--foo right)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(--foo right, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(--foo right, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(--foo right, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(--foo right, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(--foo right, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(--foo right, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(--foo top)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(--foo top, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(--foo top, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(--foo top, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(--foo top, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(--foo top, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(--foo top, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(--foo bottom)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(--foo bottom, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(--foo bottom, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(--foo bottom, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(--foo bottom, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(--foo bottom, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(--foo bottom, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(--foo start)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(--foo start, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(--foo start, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(--foo start, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(--foo start, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(--foo start, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(--foo start, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(--foo end)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(--foo end, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(--foo end, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(--foo end, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(--foo end, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(--foo end, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(--foo end, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(--foo self-start)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(--foo self-start, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(--foo self-start, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(--foo self-start, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(--foo self-start, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(--foo self-start, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(--foo self-start, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(--foo self-end)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(--foo self-end, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(--foo self-end, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(--foo self-end, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(--foo self-end, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(--foo self-end, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(--foo self-end, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(--foo center)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(--foo center, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(--foo center, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(--foo center, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(--foo center, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(--foo center, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(--foo center, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(--foo 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(--foo 50%, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(--foo 50%, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(--foo 50%, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(--foo 50%, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(--foo 50%, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['right'] = "anchor(--foo 50%, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(inside)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(inside, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(inside, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(inside, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(inside, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(inside, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(inside, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(outside)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(outside, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(outside, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(outside, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(outside, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(outside, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(outside, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(left)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(left, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(left, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(left, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(left, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(left, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(left, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(right)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(right, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(right, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(right, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(right, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(right, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(right, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(top)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(top, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(top, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(top, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(top, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(top, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(top, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(bottom)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(bottom, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(bottom, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(bottom, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(bottom, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(bottom, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(bottom, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(start)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(start, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(start, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(start, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(start, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(start, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(start, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(end)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(end, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(end, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(end, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(end, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(end, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(end, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(self-start)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(self-start, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(self-start, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(self-start, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(self-start, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(self-start, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(self-start, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(self-end)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(self-end, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(self-end, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(self-end, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(self-end, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(self-end, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(self-end, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(center)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(center, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(center, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(center, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(center, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(center, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(center, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(50%, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(50%, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(50%, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(50%, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(50%, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(50%, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(--foo inside)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(--foo inside, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(--foo inside, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(--foo inside, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(--foo inside, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(--foo inside, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(--foo inside, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(--foo outside)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(--foo outside, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(--foo outside, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(--foo outside, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(--foo outside, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(--foo outside, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(--foo outside, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(--foo left)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(--foo left, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(--foo left, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(--foo left, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(--foo left, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(--foo left, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(--foo left, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(--foo right)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(--foo right, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(--foo right, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(--foo right, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(--foo right, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(--foo right, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(--foo right, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(--foo top)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(--foo top, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(--foo top, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(--foo top, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(--foo top, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(--foo top, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(--foo top, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(--foo bottom)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(--foo bottom, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(--foo bottom, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(--foo bottom, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(--foo bottom, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(--foo bottom, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(--foo bottom, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(--foo start)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(--foo start, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(--foo start, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(--foo start, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(--foo start, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(--foo start, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(--foo start, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(--foo end)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(--foo end, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(--foo end, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(--foo end, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(--foo end, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(--foo end, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(--foo end, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(--foo self-start)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(--foo self-start, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(--foo self-start, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(--foo self-start, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(--foo self-start, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(--foo self-start, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(--foo self-start, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(--foo self-end)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(--foo self-end, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(--foo self-end, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(--foo self-end, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(--foo self-end, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(--foo self-end, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(--foo self-end, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(--foo center)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(--foo center, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(--foo center, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(--foo center, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(--foo center, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(--foo center, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(--foo center, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(--foo 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(--foo 50%, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(--foo 50%, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(--foo 50%, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(--foo 50%, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(--foo 50%, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['top'] = "anchor(--foo 50%, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(inside)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(inside, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(inside, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(inside, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(inside, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(inside, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(inside, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(outside)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(outside, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(outside, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(outside, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(outside, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(outside, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(outside, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(left)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(left, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(left, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(left, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(left, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(left, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(left, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(right)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(right, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(right, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(right, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(right, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(right, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(right, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(top)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(top, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(top, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(top, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(top, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(top, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(top, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(bottom)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(bottom, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(bottom, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(bottom, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(bottom, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(bottom, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(bottom, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(start)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(start, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(start, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(start, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(start, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(start, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(start, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(end)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(end, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(end, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(end, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(end, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(end, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(end, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(self-start)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(self-start, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(self-start, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(self-start, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(self-start, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(self-start, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(self-start, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(self-end)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(self-end, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(self-end, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(self-end, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(self-end, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(self-end, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(self-end, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(center)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(center, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(center, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(center, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(center, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(center, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(center, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(50%, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(50%, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(50%, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(50%, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(50%, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(50%, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(--foo inside)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(--foo inside, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(--foo inside, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(--foo inside, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(--foo inside, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(--foo inside, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(--foo inside, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(--foo outside)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(--foo outside, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(--foo outside, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(--foo outside, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(--foo outside, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(--foo outside, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(--foo outside, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(--foo left)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(--foo left, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(--foo left, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(--foo left, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(--foo left, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(--foo left, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(--foo left, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(--foo right)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(--foo right, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(--foo right, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(--foo right, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(--foo right, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(--foo right, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(--foo right, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(--foo top)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(--foo top, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(--foo top, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(--foo top, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(--foo top, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(--foo top, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(--foo top, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(--foo bottom)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(--foo bottom, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(--foo bottom, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(--foo bottom, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(--foo bottom, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(--foo bottom, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(--foo bottom, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(--foo start)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(--foo start, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(--foo start, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(--foo start, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(--foo start, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(--foo start, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(--foo start, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(--foo end)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(--foo end, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(--foo end, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(--foo end, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(--foo end, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(--foo end, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(--foo end, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(--foo self-start)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(--foo self-start, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(--foo self-start, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(--foo self-start, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(--foo self-start, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(--foo self-start, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(--foo self-start, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(--foo self-end)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(--foo self-end, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(--foo self-end, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(--foo self-end, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(--foo self-end, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(--foo self-end, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(--foo self-end, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(--foo center)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(--foo center, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(--foo center, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(--foo center, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(--foo center, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(--foo center, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(--foo center, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(--foo 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(--foo 50%, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(--foo 50%, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(--foo 50%, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(--foo 50%, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(--foo 50%, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['bottom'] = "anchor(--foo 50%, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(inside)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(inside, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(inside, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(inside, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(inside, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(inside, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(inside, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(outside)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(outside, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(outside, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(outside, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(outside, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(outside, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(outside, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(left)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(left, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(left, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(left, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(left, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(left, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(left, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(right)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(right, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(right, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(right, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(right, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(right, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(right, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(top)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(top, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(top, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(top, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(top, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(top, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(top, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(bottom)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(bottom, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(bottom, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(bottom, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(bottom, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(bottom, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(bottom, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(start)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(start, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(start, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(start, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(start, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(start, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(start, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(end)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(end, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(end, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(end, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(end, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(end, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(end, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(self-start)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(self-start, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(self-start, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(self-start, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(self-start, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(self-start, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(self-start, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(self-end)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(self-end, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(self-end, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(self-end, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(self-end, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(self-end, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(self-end, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(center)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(center, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(center, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(center, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(center, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(center, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(center, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(50%, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(50%, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(50%, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(50%, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(50%, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(50%, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(--foo inside)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(--foo inside, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(--foo inside, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(--foo inside, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(--foo inside, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(--foo inside, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(--foo inside, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(--foo outside)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(--foo outside, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(--foo outside, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(--foo outside, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(--foo outside, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(--foo outside, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(--foo outside, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(--foo left)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(--foo left, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(--foo left, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(--foo left, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(--foo left, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(--foo left, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(--foo left, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(--foo right)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(--foo right, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(--foo right, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(--foo right, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(--foo right, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(--foo right, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(--foo right, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(--foo top)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(--foo top, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(--foo top, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(--foo top, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(--foo top, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(--foo top, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(--foo top, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(--foo bottom)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(--foo bottom, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(--foo bottom, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(--foo bottom, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(--foo bottom, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(--foo bottom, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(--foo bottom, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(--foo start)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(--foo start, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(--foo start, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(--foo start, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(--foo start, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(--foo start, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(--foo start, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(--foo end)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(--foo end, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(--foo end, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(--foo end, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(--foo end, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(--foo end, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(--foo end, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(--foo self-start)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(--foo self-start, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(--foo self-start, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(--foo self-start, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(--foo self-start, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(--foo self-start, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(--foo self-start, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(--foo self-end)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(--foo self-end, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(--foo self-end, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(--foo self-end, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(--foo self-end, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(--foo self-end, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(--foo self-end, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(--foo center)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(--foo center, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(--foo center, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(--foo center, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(--foo center, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(--foo center, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(--foo center, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(--foo 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(--foo 50%, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(--foo 50%, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(--foo 50%, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(--foo 50%, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(--foo 50%, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-start'] = "anchor(--foo 50%, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(inside)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(inside, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(inside, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(inside, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(inside, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(inside, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(inside, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(outside)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(outside, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(outside, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(outside, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(outside, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(outside, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(outside, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(left)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(left, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(left, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(left, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(left, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(left, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(left, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(right)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(right, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(right, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(right, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(right, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(right, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(right, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(top)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(top, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(top, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(top, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(top, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(top, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(top, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(bottom)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(bottom, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(bottom, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(bottom, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(bottom, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(bottom, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(bottom, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(start)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(start, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(start, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(start, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(start, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(start, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(start, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(end)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(end, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(end, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(end, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(end, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(end, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(end, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(self-start)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(self-start, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(self-start, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(self-start, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(self-start, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(self-start, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(self-start, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(self-end)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(self-end, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(self-end, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(self-end, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(self-end, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(self-end, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(self-end, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(center)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(center, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(center, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(center, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(center, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(center, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(center, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(50%, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(50%, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(50%, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(50%, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(50%, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(50%, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(--foo inside)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(--foo inside, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(--foo inside, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(--foo inside, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(--foo inside, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(--foo inside, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(--foo inside, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(--foo outside)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(--foo outside, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(--foo outside, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(--foo outside, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(--foo outside, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(--foo outside, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(--foo outside, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(--foo left)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(--foo left, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(--foo left, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(--foo left, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(--foo left, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(--foo left, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(--foo left, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(--foo right)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(--foo right, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(--foo right, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(--foo right, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(--foo right, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(--foo right, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(--foo right, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(--foo top)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(--foo top, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(--foo top, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(--foo top, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(--foo top, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(--foo top, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(--foo top, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(--foo bottom)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(--foo bottom, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(--foo bottom, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(--foo bottom, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(--foo bottom, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(--foo bottom, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(--foo bottom, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(--foo start)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(--foo start, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(--foo start, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(--foo start, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(--foo start, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(--foo start, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(--foo start, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(--foo end)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(--foo end, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(--foo end, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(--foo end, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(--foo end, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(--foo end, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(--foo end, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(--foo self-start)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(--foo self-start, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(--foo self-start, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(--foo self-start, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(--foo self-start, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(--foo self-start, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(--foo self-start, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(--foo self-end)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(--foo self-end, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(--foo self-end, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(--foo self-end, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(--foo self-end, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(--foo self-end, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(--foo self-end, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(--foo center)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(--foo center, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(--foo center, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(--foo center, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(--foo center, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(--foo center, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(--foo center, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(--foo 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(--foo 50%, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(--foo 50%, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(--foo 50%, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(--foo 50%, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(--foo 50%, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-block-end'] = "anchor(--foo 50%, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(inside)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(inside, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(inside, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(inside, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(inside, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(inside, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(inside, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(outside)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(outside, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(outside, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(outside, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(outside, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(outside, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(outside, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(left)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(left, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(left, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(left, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(left, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(left, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(left, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(right)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(right, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(right, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(right, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(right, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(right, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(right, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(top)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(top, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(top, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(top, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(top, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(top, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(top, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(bottom)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(bottom, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(bottom, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(bottom, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(bottom, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(bottom, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(bottom, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(start)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(start, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(start, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(start, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(start, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(start, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(start, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(end)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(end, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(end, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(end, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(end, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(end, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(end, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(self-start)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(self-start, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(self-start, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(self-start, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(self-start, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(self-start, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(self-start, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(self-end)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(self-end, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(self-end, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(self-end, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(self-end, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(self-end, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(self-end, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(center)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(center, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(center, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(center, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(center, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(center, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(center, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(50%, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(50%, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(50%, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(50%, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(50%, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(50%, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(--foo inside)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(--foo inside, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(--foo inside, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(--foo inside, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(--foo inside, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(--foo inside, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(--foo inside, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(--foo outside)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(--foo outside, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(--foo outside, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(--foo outside, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(--foo outside, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(--foo outside, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(--foo outside, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(--foo left)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(--foo left, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(--foo left, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(--foo left, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(--foo left, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(--foo left, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(--foo left, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(--foo right)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(--foo right, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(--foo right, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(--foo right, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(--foo right, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(--foo right, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(--foo right, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(--foo top)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(--foo top, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(--foo top, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(--foo top, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(--foo top, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(--foo top, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(--foo top, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(--foo bottom)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(--foo bottom, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(--foo bottom, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(--foo bottom, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(--foo bottom, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(--foo bottom, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(--foo bottom, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(--foo start)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(--foo start, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(--foo start, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(--foo start, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(--foo start, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(--foo start, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(--foo start, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(--foo end)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(--foo end, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(--foo end, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(--foo end, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(--foo end, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(--foo end, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(--foo end, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(--foo self-start)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(--foo self-start, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(--foo self-start, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(--foo self-start, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(--foo self-start, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(--foo self-start, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(--foo self-start, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(--foo self-end)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(--foo self-end, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(--foo self-end, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(--foo self-end, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(--foo self-end, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(--foo self-end, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(--foo self-end, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(--foo center)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(--foo center, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(--foo center, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(--foo center, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(--foo center, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(--foo center, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(--foo center, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(--foo 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(--foo 50%, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(--foo 50%, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(--foo 50%, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(--foo 50%, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(--foo 50%, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-start'] = "anchor(--foo 50%, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(inside)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(inside, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(inside, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(inside, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(inside, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(inside, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(inside, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(outside)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(outside, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(outside, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(outside, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(outside, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(outside, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(outside, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(left)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(left, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(left, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(left, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(left, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(left, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(left, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(right)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(right, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(right, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(right, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(right, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(right, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(right, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(top)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(top, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(top, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(top, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(top, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(top, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(top, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(bottom)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(bottom, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(bottom, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(bottom, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(bottom, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(bottom, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(bottom, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(start)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(start, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(start, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(start, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(start, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(start, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(start, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(end)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(end, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(end, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(end, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(end, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(end, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(end, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(self-start)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(self-start, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(self-start, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(self-start, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(self-start, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(self-start, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(self-start, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(self-end)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(self-end, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(self-end, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(self-end, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(self-end, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(self-end, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(self-end, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(center)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(center, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(center, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(center, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(center, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(center, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(center, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(50%, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(50%, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(50%, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(50%, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(50%, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(50%, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(--foo inside)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(--foo inside, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(--foo inside, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(--foo inside, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(--foo inside, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(--foo inside, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(--foo inside, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(--foo outside)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(--foo outside, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(--foo outside, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(--foo outside, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(--foo outside, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(--foo outside, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(--foo outside, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(--foo left)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(--foo left, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(--foo left, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(--foo left, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(--foo left, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(--foo left, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(--foo left, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(--foo right)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(--foo right, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(--foo right, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(--foo right, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(--foo right, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(--foo right, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(--foo right, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(--foo top)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(--foo top, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(--foo top, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(--foo top, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(--foo top, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(--foo top, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(--foo top, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(--foo bottom)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(--foo bottom, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(--foo bottom, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(--foo bottom, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(--foo bottom, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(--foo bottom, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(--foo bottom, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(--foo start)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(--foo start, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(--foo start, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(--foo start, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(--foo start, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(--foo start, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(--foo start, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(--foo end)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(--foo end, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(--foo end, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(--foo end, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(--foo end, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(--foo end, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(--foo end, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(--foo self-start)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(--foo self-start, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(--foo self-start, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(--foo self-start, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(--foo self-start, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(--foo self-start, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(--foo self-start, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(--foo self-end)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(--foo self-end, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(--foo self-end, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(--foo self-end, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(--foo self-end, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(--foo self-end, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(--foo self-end, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(--foo center)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(--foo center, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(--foo center, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(--foo center, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(--foo center, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(--foo center, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(--foo center, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(--foo 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(--foo 50%, 1px)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(--foo 50%, 50%)" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(--foo 50%, calc(50% + 1px))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(--foo 50%, anchor(left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(--foo 50%, anchor(--bar left))" should set the property value assert_not_equals: property should be set got disallowed value "" -FAIL e.style['inset-inline-end'] = "anchor(--foo 50%, anchor(--bar left, anchor(--baz right)))" should set the property value assert_not_equals: property should be set got disallowed value "" +PASS e.style['left'] = "anchor(inside)" should set the property value +PASS e.style['left'] = "anchor(inside, 1px)" should set the property value +PASS e.style['left'] = "anchor(inside, 50%)" should set the property value +PASS e.style['left'] = "anchor(inside, calc(50% + 1px))" should set the property value +PASS e.style['left'] = "anchor(inside, anchor(left))" should set the property value +PASS e.style['left'] = "anchor(inside, anchor(--bar left))" should set the property value +PASS e.style['left'] = "anchor(inside, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['left'] = "anchor(outside)" should set the property value +PASS e.style['left'] = "anchor(outside, 1px)" should set the property value +PASS e.style['left'] = "anchor(outside, 50%)" should set the property value +PASS e.style['left'] = "anchor(outside, calc(50% + 1px))" should set the property value +PASS e.style['left'] = "anchor(outside, anchor(left))" should set the property value +PASS e.style['left'] = "anchor(outside, anchor(--bar left))" should set the property value +PASS e.style['left'] = "anchor(outside, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['left'] = "anchor(left)" should set the property value +PASS e.style['left'] = "anchor(left, 1px)" should set the property value +PASS e.style['left'] = "anchor(left, 50%)" should set the property value +PASS e.style['left'] = "anchor(left, calc(50% + 1px))" should set the property value +PASS e.style['left'] = "anchor(left, anchor(left))" should set the property value +PASS e.style['left'] = "anchor(left, anchor(--bar left))" should set the property value +PASS e.style['left'] = "anchor(left, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['left'] = "anchor(right)" should set the property value +PASS e.style['left'] = "anchor(right, 1px)" should set the property value +PASS e.style['left'] = "anchor(right, 50%)" should set the property value +PASS e.style['left'] = "anchor(right, calc(50% + 1px))" should set the property value +PASS e.style['left'] = "anchor(right, anchor(left))" should set the property value +PASS e.style['left'] = "anchor(right, anchor(--bar left))" should set the property value +PASS e.style['left'] = "anchor(right, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['left'] = "anchor(top)" should set the property value +PASS e.style['left'] = "anchor(top, 1px)" should set the property value +PASS e.style['left'] = "anchor(top, 50%)" should set the property value +PASS e.style['left'] = "anchor(top, calc(50% + 1px))" should set the property value +PASS e.style['left'] = "anchor(top, anchor(left))" should set the property value +PASS e.style['left'] = "anchor(top, anchor(--bar left))" should set the property value +PASS e.style['left'] = "anchor(top, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['left'] = "anchor(bottom)" should set the property value +PASS e.style['left'] = "anchor(bottom, 1px)" should set the property value +PASS e.style['left'] = "anchor(bottom, 50%)" should set the property value +PASS e.style['left'] = "anchor(bottom, calc(50% + 1px))" should set the property value +PASS e.style['left'] = "anchor(bottom, anchor(left))" should set the property value +PASS e.style['left'] = "anchor(bottom, anchor(--bar left))" should set the property value +PASS e.style['left'] = "anchor(bottom, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['left'] = "anchor(start)" should set the property value +PASS e.style['left'] = "anchor(start, 1px)" should set the property value +PASS e.style['left'] = "anchor(start, 50%)" should set the property value +PASS e.style['left'] = "anchor(start, calc(50% + 1px))" should set the property value +PASS e.style['left'] = "anchor(start, anchor(left))" should set the property value +PASS e.style['left'] = "anchor(start, anchor(--bar left))" should set the property value +PASS e.style['left'] = "anchor(start, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['left'] = "anchor(end)" should set the property value +PASS e.style['left'] = "anchor(end, 1px)" should set the property value +PASS e.style['left'] = "anchor(end, 50%)" should set the property value +PASS e.style['left'] = "anchor(end, calc(50% + 1px))" should set the property value +PASS e.style['left'] = "anchor(end, anchor(left))" should set the property value +PASS e.style['left'] = "anchor(end, anchor(--bar left))" should set the property value +PASS e.style['left'] = "anchor(end, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['left'] = "anchor(self-start)" should set the property value +PASS e.style['left'] = "anchor(self-start, 1px)" should set the property value +PASS e.style['left'] = "anchor(self-start, 50%)" should set the property value +PASS e.style['left'] = "anchor(self-start, calc(50% + 1px))" should set the property value +PASS e.style['left'] = "anchor(self-start, anchor(left))" should set the property value +PASS e.style['left'] = "anchor(self-start, anchor(--bar left))" should set the property value +PASS e.style['left'] = "anchor(self-start, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['left'] = "anchor(self-end)" should set the property value +PASS e.style['left'] = "anchor(self-end, 1px)" should set the property value +PASS e.style['left'] = "anchor(self-end, 50%)" should set the property value +PASS e.style['left'] = "anchor(self-end, calc(50% + 1px))" should set the property value +PASS e.style['left'] = "anchor(self-end, anchor(left))" should set the property value +PASS e.style['left'] = "anchor(self-end, anchor(--bar left))" should set the property value +PASS e.style['left'] = "anchor(self-end, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['left'] = "anchor(center)" should set the property value +PASS e.style['left'] = "anchor(center, 1px)" should set the property value +PASS e.style['left'] = "anchor(center, 50%)" should set the property value +PASS e.style['left'] = "anchor(center, calc(50% + 1px))" should set the property value +PASS e.style['left'] = "anchor(center, anchor(left))" should set the property value +PASS e.style['left'] = "anchor(center, anchor(--bar left))" should set the property value +PASS e.style['left'] = "anchor(center, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['left'] = "anchor(50%)" should set the property value +PASS e.style['left'] = "anchor(50%, 1px)" should set the property value +PASS e.style['left'] = "anchor(50%, 50%)" should set the property value +PASS e.style['left'] = "anchor(50%, calc(50% + 1px))" should set the property value +PASS e.style['left'] = "anchor(50%, anchor(left))" should set the property value +PASS e.style['left'] = "anchor(50%, anchor(--bar left))" should set the property value +PASS e.style['left'] = "anchor(50%, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['left'] = "anchor(--foo inside)" should set the property value +PASS e.style['left'] = "anchor(--foo inside, 1px)" should set the property value +PASS e.style['left'] = "anchor(--foo inside, 50%)" should set the property value +PASS e.style['left'] = "anchor(--foo inside, calc(50% + 1px))" should set the property value +PASS e.style['left'] = "anchor(--foo inside, anchor(left))" should set the property value +PASS e.style['left'] = "anchor(--foo inside, anchor(--bar left))" should set the property value +PASS e.style['left'] = "anchor(--foo inside, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['left'] = "anchor(--foo outside)" should set the property value +PASS e.style['left'] = "anchor(--foo outside, 1px)" should set the property value +PASS e.style['left'] = "anchor(--foo outside, 50%)" should set the property value +PASS e.style['left'] = "anchor(--foo outside, calc(50% + 1px))" should set the property value +PASS e.style['left'] = "anchor(--foo outside, anchor(left))" should set the property value +PASS e.style['left'] = "anchor(--foo outside, anchor(--bar left))" should set the property value +PASS e.style['left'] = "anchor(--foo outside, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['left'] = "anchor(--foo left)" should set the property value +PASS e.style['left'] = "anchor(--foo left, 1px)" should set the property value +PASS e.style['left'] = "anchor(--foo left, 50%)" should set the property value +PASS e.style['left'] = "anchor(--foo left, calc(50% + 1px))" should set the property value +PASS e.style['left'] = "anchor(--foo left, anchor(left))" should set the property value +PASS e.style['left'] = "anchor(--foo left, anchor(--bar left))" should set the property value +PASS e.style['left'] = "anchor(--foo left, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['left'] = "anchor(--foo right)" should set the property value +PASS e.style['left'] = "anchor(--foo right, 1px)" should set the property value +PASS e.style['left'] = "anchor(--foo right, 50%)" should set the property value +PASS e.style['left'] = "anchor(--foo right, calc(50% + 1px))" should set the property value +PASS e.style['left'] = "anchor(--foo right, anchor(left))" should set the property value +PASS e.style['left'] = "anchor(--foo right, anchor(--bar left))" should set the property value +PASS e.style['left'] = "anchor(--foo right, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['left'] = "anchor(--foo top)" should set the property value +PASS e.style['left'] = "anchor(--foo top, 1px)" should set the property value +PASS e.style['left'] = "anchor(--foo top, 50%)" should set the property value +PASS e.style['left'] = "anchor(--foo top, calc(50% + 1px))" should set the property value +PASS e.style['left'] = "anchor(--foo top, anchor(left))" should set the property value +PASS e.style['left'] = "anchor(--foo top, anchor(--bar left))" should set the property value +PASS e.style['left'] = "anchor(--foo top, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['left'] = "anchor(--foo bottom)" should set the property value +PASS e.style['left'] = "anchor(--foo bottom, 1px)" should set the property value +PASS e.style['left'] = "anchor(--foo bottom, 50%)" should set the property value +PASS e.style['left'] = "anchor(--foo bottom, calc(50% + 1px))" should set the property value +PASS e.style['left'] = "anchor(--foo bottom, anchor(left))" should set the property value +PASS e.style['left'] = "anchor(--foo bottom, anchor(--bar left))" should set the property value +PASS e.style['left'] = "anchor(--foo bottom, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['left'] = "anchor(--foo start)" should set the property value +PASS e.style['left'] = "anchor(--foo start, 1px)" should set the property value +PASS e.style['left'] = "anchor(--foo start, 50%)" should set the property value +PASS e.style['left'] = "anchor(--foo start, calc(50% + 1px))" should set the property value +PASS e.style['left'] = "anchor(--foo start, anchor(left))" should set the property value +PASS e.style['left'] = "anchor(--foo start, anchor(--bar left))" should set the property value +PASS e.style['left'] = "anchor(--foo start, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['left'] = "anchor(--foo end)" should set the property value +PASS e.style['left'] = "anchor(--foo end, 1px)" should set the property value +PASS e.style['left'] = "anchor(--foo end, 50%)" should set the property value +PASS e.style['left'] = "anchor(--foo end, calc(50% + 1px))" should set the property value +PASS e.style['left'] = "anchor(--foo end, anchor(left))" should set the property value +PASS e.style['left'] = "anchor(--foo end, anchor(--bar left))" should set the property value +PASS e.style['left'] = "anchor(--foo end, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['left'] = "anchor(--foo self-start)" should set the property value +PASS e.style['left'] = "anchor(--foo self-start, 1px)" should set the property value +PASS e.style['left'] = "anchor(--foo self-start, 50%)" should set the property value +PASS e.style['left'] = "anchor(--foo self-start, calc(50% + 1px))" should set the property value +PASS e.style['left'] = "anchor(--foo self-start, anchor(left))" should set the property value +PASS e.style['left'] = "anchor(--foo self-start, anchor(--bar left))" should set the property value +PASS e.style['left'] = "anchor(--foo self-start, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['left'] = "anchor(--foo self-end)" should set the property value +PASS e.style['left'] = "anchor(--foo self-end, 1px)" should set the property value +PASS e.style['left'] = "anchor(--foo self-end, 50%)" should set the property value +PASS e.style['left'] = "anchor(--foo self-end, calc(50% + 1px))" should set the property value +PASS e.style['left'] = "anchor(--foo self-end, anchor(left))" should set the property value +PASS e.style['left'] = "anchor(--foo self-end, anchor(--bar left))" should set the property value +PASS e.style['left'] = "anchor(--foo self-end, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['left'] = "anchor(--foo center)" should set the property value +PASS e.style['left'] = "anchor(--foo center, 1px)" should set the property value +PASS e.style['left'] = "anchor(--foo center, 50%)" should set the property value +PASS e.style['left'] = "anchor(--foo center, calc(50% + 1px))" should set the property value +PASS e.style['left'] = "anchor(--foo center, anchor(left))" should set the property value +PASS e.style['left'] = "anchor(--foo center, anchor(--bar left))" should set the property value +PASS e.style['left'] = "anchor(--foo center, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['left'] = "anchor(--foo 50%)" should set the property value +PASS e.style['left'] = "anchor(--foo 50%, 1px)" should set the property value +PASS e.style['left'] = "anchor(--foo 50%, 50%)" should set the property value +PASS e.style['left'] = "anchor(--foo 50%, calc(50% + 1px))" should set the property value +PASS e.style['left'] = "anchor(--foo 50%, anchor(left))" should set the property value +PASS e.style['left'] = "anchor(--foo 50%, anchor(--bar left))" should set the property value +PASS e.style['left'] = "anchor(--foo 50%, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['right'] = "anchor(inside)" should set the property value +PASS e.style['right'] = "anchor(inside, 1px)" should set the property value +PASS e.style['right'] = "anchor(inside, 50%)" should set the property value +PASS e.style['right'] = "anchor(inside, calc(50% + 1px))" should set the property value +PASS e.style['right'] = "anchor(inside, anchor(left))" should set the property value +PASS e.style['right'] = "anchor(inside, anchor(--bar left))" should set the property value +PASS e.style['right'] = "anchor(inside, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['right'] = "anchor(outside)" should set the property value +PASS e.style['right'] = "anchor(outside, 1px)" should set the property value +PASS e.style['right'] = "anchor(outside, 50%)" should set the property value +PASS e.style['right'] = "anchor(outside, calc(50% + 1px))" should set the property value +PASS e.style['right'] = "anchor(outside, anchor(left))" should set the property value +PASS e.style['right'] = "anchor(outside, anchor(--bar left))" should set the property value +PASS e.style['right'] = "anchor(outside, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['right'] = "anchor(left)" should set the property value +PASS e.style['right'] = "anchor(left, 1px)" should set the property value +PASS e.style['right'] = "anchor(left, 50%)" should set the property value +PASS e.style['right'] = "anchor(left, calc(50% + 1px))" should set the property value +PASS e.style['right'] = "anchor(left, anchor(left))" should set the property value +PASS e.style['right'] = "anchor(left, anchor(--bar left))" should set the property value +PASS e.style['right'] = "anchor(left, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['right'] = "anchor(right)" should set the property value +PASS e.style['right'] = "anchor(right, 1px)" should set the property value +PASS e.style['right'] = "anchor(right, 50%)" should set the property value +PASS e.style['right'] = "anchor(right, calc(50% + 1px))" should set the property value +PASS e.style['right'] = "anchor(right, anchor(left))" should set the property value +PASS e.style['right'] = "anchor(right, anchor(--bar left))" should set the property value +PASS e.style['right'] = "anchor(right, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['right'] = "anchor(top)" should set the property value +PASS e.style['right'] = "anchor(top, 1px)" should set the property value +PASS e.style['right'] = "anchor(top, 50%)" should set the property value +PASS e.style['right'] = "anchor(top, calc(50% + 1px))" should set the property value +PASS e.style['right'] = "anchor(top, anchor(left))" should set the property value +PASS e.style['right'] = "anchor(top, anchor(--bar left))" should set the property value +PASS e.style['right'] = "anchor(top, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['right'] = "anchor(bottom)" should set the property value +PASS e.style['right'] = "anchor(bottom, 1px)" should set the property value +PASS e.style['right'] = "anchor(bottom, 50%)" should set the property value +PASS e.style['right'] = "anchor(bottom, calc(50% + 1px))" should set the property value +PASS e.style['right'] = "anchor(bottom, anchor(left))" should set the property value +PASS e.style['right'] = "anchor(bottom, anchor(--bar left))" should set the property value +PASS e.style['right'] = "anchor(bottom, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['right'] = "anchor(start)" should set the property value +PASS e.style['right'] = "anchor(start, 1px)" should set the property value +PASS e.style['right'] = "anchor(start, 50%)" should set the property value +PASS e.style['right'] = "anchor(start, calc(50% + 1px))" should set the property value +PASS e.style['right'] = "anchor(start, anchor(left))" should set the property value +PASS e.style['right'] = "anchor(start, anchor(--bar left))" should set the property value +PASS e.style['right'] = "anchor(start, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['right'] = "anchor(end)" should set the property value +PASS e.style['right'] = "anchor(end, 1px)" should set the property value +PASS e.style['right'] = "anchor(end, 50%)" should set the property value +PASS e.style['right'] = "anchor(end, calc(50% + 1px))" should set the property value +PASS e.style['right'] = "anchor(end, anchor(left))" should set the property value +PASS e.style['right'] = "anchor(end, anchor(--bar left))" should set the property value +PASS e.style['right'] = "anchor(end, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['right'] = "anchor(self-start)" should set the property value +PASS e.style['right'] = "anchor(self-start, 1px)" should set the property value +PASS e.style['right'] = "anchor(self-start, 50%)" should set the property value +PASS e.style['right'] = "anchor(self-start, calc(50% + 1px))" should set the property value +PASS e.style['right'] = "anchor(self-start, anchor(left))" should set the property value +PASS e.style['right'] = "anchor(self-start, anchor(--bar left))" should set the property value +PASS e.style['right'] = "anchor(self-start, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['right'] = "anchor(self-end)" should set the property value +PASS e.style['right'] = "anchor(self-end, 1px)" should set the property value +PASS e.style['right'] = "anchor(self-end, 50%)" should set the property value +PASS e.style['right'] = "anchor(self-end, calc(50% + 1px))" should set the property value +PASS e.style['right'] = "anchor(self-end, anchor(left))" should set the property value +PASS e.style['right'] = "anchor(self-end, anchor(--bar left))" should set the property value +PASS e.style['right'] = "anchor(self-end, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['right'] = "anchor(center)" should set the property value +PASS e.style['right'] = "anchor(center, 1px)" should set the property value +PASS e.style['right'] = "anchor(center, 50%)" should set the property value +PASS e.style['right'] = "anchor(center, calc(50% + 1px))" should set the property value +PASS e.style['right'] = "anchor(center, anchor(left))" should set the property value +PASS e.style['right'] = "anchor(center, anchor(--bar left))" should set the property value +PASS e.style['right'] = "anchor(center, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['right'] = "anchor(50%)" should set the property value +PASS e.style['right'] = "anchor(50%, 1px)" should set the property value +PASS e.style['right'] = "anchor(50%, 50%)" should set the property value +PASS e.style['right'] = "anchor(50%, calc(50% + 1px))" should set the property value +PASS e.style['right'] = "anchor(50%, anchor(left))" should set the property value +PASS e.style['right'] = "anchor(50%, anchor(--bar left))" should set the property value +PASS e.style['right'] = "anchor(50%, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['right'] = "anchor(--foo inside)" should set the property value +PASS e.style['right'] = "anchor(--foo inside, 1px)" should set the property value +PASS e.style['right'] = "anchor(--foo inside, 50%)" should set the property value +PASS e.style['right'] = "anchor(--foo inside, calc(50% + 1px))" should set the property value +PASS e.style['right'] = "anchor(--foo inside, anchor(left))" should set the property value +PASS e.style['right'] = "anchor(--foo inside, anchor(--bar left))" should set the property value +PASS e.style['right'] = "anchor(--foo inside, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['right'] = "anchor(--foo outside)" should set the property value +PASS e.style['right'] = "anchor(--foo outside, 1px)" should set the property value +PASS e.style['right'] = "anchor(--foo outside, 50%)" should set the property value +PASS e.style['right'] = "anchor(--foo outside, calc(50% + 1px))" should set the property value +PASS e.style['right'] = "anchor(--foo outside, anchor(left))" should set the property value +PASS e.style['right'] = "anchor(--foo outside, anchor(--bar left))" should set the property value +PASS e.style['right'] = "anchor(--foo outside, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['right'] = "anchor(--foo left)" should set the property value +PASS e.style['right'] = "anchor(--foo left, 1px)" should set the property value +PASS e.style['right'] = "anchor(--foo left, 50%)" should set the property value +PASS e.style['right'] = "anchor(--foo left, calc(50% + 1px))" should set the property value +PASS e.style['right'] = "anchor(--foo left, anchor(left))" should set the property value +PASS e.style['right'] = "anchor(--foo left, anchor(--bar left))" should set the property value +PASS e.style['right'] = "anchor(--foo left, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['right'] = "anchor(--foo right)" should set the property value +PASS e.style['right'] = "anchor(--foo right, 1px)" should set the property value +PASS e.style['right'] = "anchor(--foo right, 50%)" should set the property value +PASS e.style['right'] = "anchor(--foo right, calc(50% + 1px))" should set the property value +PASS e.style['right'] = "anchor(--foo right, anchor(left))" should set the property value +PASS e.style['right'] = "anchor(--foo right, anchor(--bar left))" should set the property value +PASS e.style['right'] = "anchor(--foo right, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['right'] = "anchor(--foo top)" should set the property value +PASS e.style['right'] = "anchor(--foo top, 1px)" should set the property value +PASS e.style['right'] = "anchor(--foo top, 50%)" should set the property value +PASS e.style['right'] = "anchor(--foo top, calc(50% + 1px))" should set the property value +PASS e.style['right'] = "anchor(--foo top, anchor(left))" should set the property value +PASS e.style['right'] = "anchor(--foo top, anchor(--bar left))" should set the property value +PASS e.style['right'] = "anchor(--foo top, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['right'] = "anchor(--foo bottom)" should set the property value +PASS e.style['right'] = "anchor(--foo bottom, 1px)" should set the property value +PASS e.style['right'] = "anchor(--foo bottom, 50%)" should set the property value +PASS e.style['right'] = "anchor(--foo bottom, calc(50% + 1px))" should set the property value +PASS e.style['right'] = "anchor(--foo bottom, anchor(left))" should set the property value +PASS e.style['right'] = "anchor(--foo bottom, anchor(--bar left))" should set the property value +PASS e.style['right'] = "anchor(--foo bottom, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['right'] = "anchor(--foo start)" should set the property value +PASS e.style['right'] = "anchor(--foo start, 1px)" should set the property value +PASS e.style['right'] = "anchor(--foo start, 50%)" should set the property value +PASS e.style['right'] = "anchor(--foo start, calc(50% + 1px))" should set the property value +PASS e.style['right'] = "anchor(--foo start, anchor(left))" should set the property value +PASS e.style['right'] = "anchor(--foo start, anchor(--bar left))" should set the property value +PASS e.style['right'] = "anchor(--foo start, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['right'] = "anchor(--foo end)" should set the property value +PASS e.style['right'] = "anchor(--foo end, 1px)" should set the property value +PASS e.style['right'] = "anchor(--foo end, 50%)" should set the property value +PASS e.style['right'] = "anchor(--foo end, calc(50% + 1px))" should set the property value +PASS e.style['right'] = "anchor(--foo end, anchor(left))" should set the property value +PASS e.style['right'] = "anchor(--foo end, anchor(--bar left))" should set the property value +PASS e.style['right'] = "anchor(--foo end, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['right'] = "anchor(--foo self-start)" should set the property value +PASS e.style['right'] = "anchor(--foo self-start, 1px)" should set the property value +PASS e.style['right'] = "anchor(--foo self-start, 50%)" should set the property value +PASS e.style['right'] = "anchor(--foo self-start, calc(50% + 1px))" should set the property value +PASS e.style['right'] = "anchor(--foo self-start, anchor(left))" should set the property value +PASS e.style['right'] = "anchor(--foo self-start, anchor(--bar left))" should set the property value +PASS e.style['right'] = "anchor(--foo self-start, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['right'] = "anchor(--foo self-end)" should set the property value +PASS e.style['right'] = "anchor(--foo self-end, 1px)" should set the property value +PASS e.style['right'] = "anchor(--foo self-end, 50%)" should set the property value +PASS e.style['right'] = "anchor(--foo self-end, calc(50% + 1px))" should set the property value +PASS e.style['right'] = "anchor(--foo self-end, anchor(left))" should set the property value +PASS e.style['right'] = "anchor(--foo self-end, anchor(--bar left))" should set the property value +PASS e.style['right'] = "anchor(--foo self-end, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['right'] = "anchor(--foo center)" should set the property value +PASS e.style['right'] = "anchor(--foo center, 1px)" should set the property value +PASS e.style['right'] = "anchor(--foo center, 50%)" should set the property value +PASS e.style['right'] = "anchor(--foo center, calc(50% + 1px))" should set the property value +PASS e.style['right'] = "anchor(--foo center, anchor(left))" should set the property value +PASS e.style['right'] = "anchor(--foo center, anchor(--bar left))" should set the property value +PASS e.style['right'] = "anchor(--foo center, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['right'] = "anchor(--foo 50%)" should set the property value +PASS e.style['right'] = "anchor(--foo 50%, 1px)" should set the property value +PASS e.style['right'] = "anchor(--foo 50%, 50%)" should set the property value +PASS e.style['right'] = "anchor(--foo 50%, calc(50% + 1px))" should set the property value +PASS e.style['right'] = "anchor(--foo 50%, anchor(left))" should set the property value +PASS e.style['right'] = "anchor(--foo 50%, anchor(--bar left))" should set the property value +PASS e.style['right'] = "anchor(--foo 50%, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['top'] = "anchor(inside)" should set the property value +PASS e.style['top'] = "anchor(inside, 1px)" should set the property value +PASS e.style['top'] = "anchor(inside, 50%)" should set the property value +PASS e.style['top'] = "anchor(inside, calc(50% + 1px))" should set the property value +PASS e.style['top'] = "anchor(inside, anchor(left))" should set the property value +PASS e.style['top'] = "anchor(inside, anchor(--bar left))" should set the property value +PASS e.style['top'] = "anchor(inside, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['top'] = "anchor(outside)" should set the property value +PASS e.style['top'] = "anchor(outside, 1px)" should set the property value +PASS e.style['top'] = "anchor(outside, 50%)" should set the property value +PASS e.style['top'] = "anchor(outside, calc(50% + 1px))" should set the property value +PASS e.style['top'] = "anchor(outside, anchor(left))" should set the property value +PASS e.style['top'] = "anchor(outside, anchor(--bar left))" should set the property value +PASS e.style['top'] = "anchor(outside, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['top'] = "anchor(left)" should set the property value +PASS e.style['top'] = "anchor(left, 1px)" should set the property value +PASS e.style['top'] = "anchor(left, 50%)" should set the property value +PASS e.style['top'] = "anchor(left, calc(50% + 1px))" should set the property value +PASS e.style['top'] = "anchor(left, anchor(left))" should set the property value +PASS e.style['top'] = "anchor(left, anchor(--bar left))" should set the property value +PASS e.style['top'] = "anchor(left, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['top'] = "anchor(right)" should set the property value +PASS e.style['top'] = "anchor(right, 1px)" should set the property value +PASS e.style['top'] = "anchor(right, 50%)" should set the property value +PASS e.style['top'] = "anchor(right, calc(50% + 1px))" should set the property value +PASS e.style['top'] = "anchor(right, anchor(left))" should set the property value +PASS e.style['top'] = "anchor(right, anchor(--bar left))" should set the property value +PASS e.style['top'] = "anchor(right, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['top'] = "anchor(top)" should set the property value +PASS e.style['top'] = "anchor(top, 1px)" should set the property value +PASS e.style['top'] = "anchor(top, 50%)" should set the property value +PASS e.style['top'] = "anchor(top, calc(50% + 1px))" should set the property value +PASS e.style['top'] = "anchor(top, anchor(left))" should set the property value +PASS e.style['top'] = "anchor(top, anchor(--bar left))" should set the property value +PASS e.style['top'] = "anchor(top, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['top'] = "anchor(bottom)" should set the property value +PASS e.style['top'] = "anchor(bottom, 1px)" should set the property value +PASS e.style['top'] = "anchor(bottom, 50%)" should set the property value +PASS e.style['top'] = "anchor(bottom, calc(50% + 1px))" should set the property value +PASS e.style['top'] = "anchor(bottom, anchor(left))" should set the property value +PASS e.style['top'] = "anchor(bottom, anchor(--bar left))" should set the property value +PASS e.style['top'] = "anchor(bottom, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['top'] = "anchor(start)" should set the property value +PASS e.style['top'] = "anchor(start, 1px)" should set the property value +PASS e.style['top'] = "anchor(start, 50%)" should set the property value +PASS e.style['top'] = "anchor(start, calc(50% + 1px))" should set the property value +PASS e.style['top'] = "anchor(start, anchor(left))" should set the property value +PASS e.style['top'] = "anchor(start, anchor(--bar left))" should set the property value +PASS e.style['top'] = "anchor(start, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['top'] = "anchor(end)" should set the property value +PASS e.style['top'] = "anchor(end, 1px)" should set the property value +PASS e.style['top'] = "anchor(end, 50%)" should set the property value +PASS e.style['top'] = "anchor(end, calc(50% + 1px))" should set the property value +PASS e.style['top'] = "anchor(end, anchor(left))" should set the property value +PASS e.style['top'] = "anchor(end, anchor(--bar left))" should set the property value +PASS e.style['top'] = "anchor(end, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['top'] = "anchor(self-start)" should set the property value +PASS e.style['top'] = "anchor(self-start, 1px)" should set the property value +PASS e.style['top'] = "anchor(self-start, 50%)" should set the property value +PASS e.style['top'] = "anchor(self-start, calc(50% + 1px))" should set the property value +PASS e.style['top'] = "anchor(self-start, anchor(left))" should set the property value +PASS e.style['top'] = "anchor(self-start, anchor(--bar left))" should set the property value +PASS e.style['top'] = "anchor(self-start, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['top'] = "anchor(self-end)" should set the property value +PASS e.style['top'] = "anchor(self-end, 1px)" should set the property value +PASS e.style['top'] = "anchor(self-end, 50%)" should set the property value +PASS e.style['top'] = "anchor(self-end, calc(50% + 1px))" should set the property value +PASS e.style['top'] = "anchor(self-end, anchor(left))" should set the property value +PASS e.style['top'] = "anchor(self-end, anchor(--bar left))" should set the property value +PASS e.style['top'] = "anchor(self-end, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['top'] = "anchor(center)" should set the property value +PASS e.style['top'] = "anchor(center, 1px)" should set the property value +PASS e.style['top'] = "anchor(center, 50%)" should set the property value +PASS e.style['top'] = "anchor(center, calc(50% + 1px))" should set the property value +PASS e.style['top'] = "anchor(center, anchor(left))" should set the property value +PASS e.style['top'] = "anchor(center, anchor(--bar left))" should set the property value +PASS e.style['top'] = "anchor(center, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['top'] = "anchor(50%)" should set the property value +PASS e.style['top'] = "anchor(50%, 1px)" should set the property value +PASS e.style['top'] = "anchor(50%, 50%)" should set the property value +PASS e.style['top'] = "anchor(50%, calc(50% + 1px))" should set the property value +PASS e.style['top'] = "anchor(50%, anchor(left))" should set the property value +PASS e.style['top'] = "anchor(50%, anchor(--bar left))" should set the property value +PASS e.style['top'] = "anchor(50%, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['top'] = "anchor(--foo inside)" should set the property value +PASS e.style['top'] = "anchor(--foo inside, 1px)" should set the property value +PASS e.style['top'] = "anchor(--foo inside, 50%)" should set the property value +PASS e.style['top'] = "anchor(--foo inside, calc(50% + 1px))" should set the property value +PASS e.style['top'] = "anchor(--foo inside, anchor(left))" should set the property value +PASS e.style['top'] = "anchor(--foo inside, anchor(--bar left))" should set the property value +PASS e.style['top'] = "anchor(--foo inside, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['top'] = "anchor(--foo outside)" should set the property value +PASS e.style['top'] = "anchor(--foo outside, 1px)" should set the property value +PASS e.style['top'] = "anchor(--foo outside, 50%)" should set the property value +PASS e.style['top'] = "anchor(--foo outside, calc(50% + 1px))" should set the property value +PASS e.style['top'] = "anchor(--foo outside, anchor(left))" should set the property value +PASS e.style['top'] = "anchor(--foo outside, anchor(--bar left))" should set the property value +PASS e.style['top'] = "anchor(--foo outside, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['top'] = "anchor(--foo left)" should set the property value +PASS e.style['top'] = "anchor(--foo left, 1px)" should set the property value +PASS e.style['top'] = "anchor(--foo left, 50%)" should set the property value +PASS e.style['top'] = "anchor(--foo left, calc(50% + 1px))" should set the property value +PASS e.style['top'] = "anchor(--foo left, anchor(left))" should set the property value +PASS e.style['top'] = "anchor(--foo left, anchor(--bar left))" should set the property value +PASS e.style['top'] = "anchor(--foo left, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['top'] = "anchor(--foo right)" should set the property value +PASS e.style['top'] = "anchor(--foo right, 1px)" should set the property value +PASS e.style['top'] = "anchor(--foo right, 50%)" should set the property value +PASS e.style['top'] = "anchor(--foo right, calc(50% + 1px))" should set the property value +PASS e.style['top'] = "anchor(--foo right, anchor(left))" should set the property value +PASS e.style['top'] = "anchor(--foo right, anchor(--bar left))" should set the property value +PASS e.style['top'] = "anchor(--foo right, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['top'] = "anchor(--foo top)" should set the property value +PASS e.style['top'] = "anchor(--foo top, 1px)" should set the property value +PASS e.style['top'] = "anchor(--foo top, 50%)" should set the property value +PASS e.style['top'] = "anchor(--foo top, calc(50% + 1px))" should set the property value +PASS e.style['top'] = "anchor(--foo top, anchor(left))" should set the property value +PASS e.style['top'] = "anchor(--foo top, anchor(--bar left))" should set the property value +PASS e.style['top'] = "anchor(--foo top, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['top'] = "anchor(--foo bottom)" should set the property value +PASS e.style['top'] = "anchor(--foo bottom, 1px)" should set the property value +PASS e.style['top'] = "anchor(--foo bottom, 50%)" should set the property value +PASS e.style['top'] = "anchor(--foo bottom, calc(50% + 1px))" should set the property value +PASS e.style['top'] = "anchor(--foo bottom, anchor(left))" should set the property value +PASS e.style['top'] = "anchor(--foo bottom, anchor(--bar left))" should set the property value +PASS e.style['top'] = "anchor(--foo bottom, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['top'] = "anchor(--foo start)" should set the property value +PASS e.style['top'] = "anchor(--foo start, 1px)" should set the property value +PASS e.style['top'] = "anchor(--foo start, 50%)" should set the property value +PASS e.style['top'] = "anchor(--foo start, calc(50% + 1px))" should set the property value +PASS e.style['top'] = "anchor(--foo start, anchor(left))" should set the property value +PASS e.style['top'] = "anchor(--foo start, anchor(--bar left))" should set the property value +PASS e.style['top'] = "anchor(--foo start, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['top'] = "anchor(--foo end)" should set the property value +PASS e.style['top'] = "anchor(--foo end, 1px)" should set the property value +PASS e.style['top'] = "anchor(--foo end, 50%)" should set the property value +PASS e.style['top'] = "anchor(--foo end, calc(50% + 1px))" should set the property value +PASS e.style['top'] = "anchor(--foo end, anchor(left))" should set the property value +PASS e.style['top'] = "anchor(--foo end, anchor(--bar left))" should set the property value +PASS e.style['top'] = "anchor(--foo end, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['top'] = "anchor(--foo self-start)" should set the property value +PASS e.style['top'] = "anchor(--foo self-start, 1px)" should set the property value +PASS e.style['top'] = "anchor(--foo self-start, 50%)" should set the property value +PASS e.style['top'] = "anchor(--foo self-start, calc(50% + 1px))" should set the property value +PASS e.style['top'] = "anchor(--foo self-start, anchor(left))" should set the property value +PASS e.style['top'] = "anchor(--foo self-start, anchor(--bar left))" should set the property value +PASS e.style['top'] = "anchor(--foo self-start, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['top'] = "anchor(--foo self-end)" should set the property value +PASS e.style['top'] = "anchor(--foo self-end, 1px)" should set the property value +PASS e.style['top'] = "anchor(--foo self-end, 50%)" should set the property value +PASS e.style['top'] = "anchor(--foo self-end, calc(50% + 1px))" should set the property value +PASS e.style['top'] = "anchor(--foo self-end, anchor(left))" should set the property value +PASS e.style['top'] = "anchor(--foo self-end, anchor(--bar left))" should set the property value +PASS e.style['top'] = "anchor(--foo self-end, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['top'] = "anchor(--foo center)" should set the property value +PASS e.style['top'] = "anchor(--foo center, 1px)" should set the property value +PASS e.style['top'] = "anchor(--foo center, 50%)" should set the property value +PASS e.style['top'] = "anchor(--foo center, calc(50% + 1px))" should set the property value +PASS e.style['top'] = "anchor(--foo center, anchor(left))" should set the property value +PASS e.style['top'] = "anchor(--foo center, anchor(--bar left))" should set the property value +PASS e.style['top'] = "anchor(--foo center, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['top'] = "anchor(--foo 50%)" should set the property value +PASS e.style['top'] = "anchor(--foo 50%, 1px)" should set the property value +PASS e.style['top'] = "anchor(--foo 50%, 50%)" should set the property value +PASS e.style['top'] = "anchor(--foo 50%, calc(50% + 1px))" should set the property value +PASS e.style['top'] = "anchor(--foo 50%, anchor(left))" should set the property value +PASS e.style['top'] = "anchor(--foo 50%, anchor(--bar left))" should set the property value +PASS e.style['top'] = "anchor(--foo 50%, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['bottom'] = "anchor(inside)" should set the property value +PASS e.style['bottom'] = "anchor(inside, 1px)" should set the property value +PASS e.style['bottom'] = "anchor(inside, 50%)" should set the property value +PASS e.style['bottom'] = "anchor(inside, calc(50% + 1px))" should set the property value +PASS e.style['bottom'] = "anchor(inside, anchor(left))" should set the property value +PASS e.style['bottom'] = "anchor(inside, anchor(--bar left))" should set the property value +PASS e.style['bottom'] = "anchor(inside, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['bottom'] = "anchor(outside)" should set the property value +PASS e.style['bottom'] = "anchor(outside, 1px)" should set the property value +PASS e.style['bottom'] = "anchor(outside, 50%)" should set the property value +PASS e.style['bottom'] = "anchor(outside, calc(50% + 1px))" should set the property value +PASS e.style['bottom'] = "anchor(outside, anchor(left))" should set the property value +PASS e.style['bottom'] = "anchor(outside, anchor(--bar left))" should set the property value +PASS e.style['bottom'] = "anchor(outside, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['bottom'] = "anchor(left)" should set the property value +PASS e.style['bottom'] = "anchor(left, 1px)" should set the property value +PASS e.style['bottom'] = "anchor(left, 50%)" should set the property value +PASS e.style['bottom'] = "anchor(left, calc(50% + 1px))" should set the property value +PASS e.style['bottom'] = "anchor(left, anchor(left))" should set the property value +PASS e.style['bottom'] = "anchor(left, anchor(--bar left))" should set the property value +PASS e.style['bottom'] = "anchor(left, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['bottom'] = "anchor(right)" should set the property value +PASS e.style['bottom'] = "anchor(right, 1px)" should set the property value +PASS e.style['bottom'] = "anchor(right, 50%)" should set the property value +PASS e.style['bottom'] = "anchor(right, calc(50% + 1px))" should set the property value +PASS e.style['bottom'] = "anchor(right, anchor(left))" should set the property value +PASS e.style['bottom'] = "anchor(right, anchor(--bar left))" should set the property value +PASS e.style['bottom'] = "anchor(right, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['bottom'] = "anchor(top)" should set the property value +PASS e.style['bottom'] = "anchor(top, 1px)" should set the property value +PASS e.style['bottom'] = "anchor(top, 50%)" should set the property value +PASS e.style['bottom'] = "anchor(top, calc(50% + 1px))" should set the property value +PASS e.style['bottom'] = "anchor(top, anchor(left))" should set the property value +PASS e.style['bottom'] = "anchor(top, anchor(--bar left))" should set the property value +PASS e.style['bottom'] = "anchor(top, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['bottom'] = "anchor(bottom)" should set the property value +PASS e.style['bottom'] = "anchor(bottom, 1px)" should set the property value +PASS e.style['bottom'] = "anchor(bottom, 50%)" should set the property value +PASS e.style['bottom'] = "anchor(bottom, calc(50% + 1px))" should set the property value +PASS e.style['bottom'] = "anchor(bottom, anchor(left))" should set the property value +PASS e.style['bottom'] = "anchor(bottom, anchor(--bar left))" should set the property value +PASS e.style['bottom'] = "anchor(bottom, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['bottom'] = "anchor(start)" should set the property value +PASS e.style['bottom'] = "anchor(start, 1px)" should set the property value +PASS e.style['bottom'] = "anchor(start, 50%)" should set the property value +PASS e.style['bottom'] = "anchor(start, calc(50% + 1px))" should set the property value +PASS e.style['bottom'] = "anchor(start, anchor(left))" should set the property value +PASS e.style['bottom'] = "anchor(start, anchor(--bar left))" should set the property value +PASS e.style['bottom'] = "anchor(start, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['bottom'] = "anchor(end)" should set the property value +PASS e.style['bottom'] = "anchor(end, 1px)" should set the property value +PASS e.style['bottom'] = "anchor(end, 50%)" should set the property value +PASS e.style['bottom'] = "anchor(end, calc(50% + 1px))" should set the property value +PASS e.style['bottom'] = "anchor(end, anchor(left))" should set the property value +PASS e.style['bottom'] = "anchor(end, anchor(--bar left))" should set the property value +PASS e.style['bottom'] = "anchor(end, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['bottom'] = "anchor(self-start)" should set the property value +PASS e.style['bottom'] = "anchor(self-start, 1px)" should set the property value +PASS e.style['bottom'] = "anchor(self-start, 50%)" should set the property value +PASS e.style['bottom'] = "anchor(self-start, calc(50% + 1px))" should set the property value +PASS e.style['bottom'] = "anchor(self-start, anchor(left))" should set the property value +PASS e.style['bottom'] = "anchor(self-start, anchor(--bar left))" should set the property value +PASS e.style['bottom'] = "anchor(self-start, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['bottom'] = "anchor(self-end)" should set the property value +PASS e.style['bottom'] = "anchor(self-end, 1px)" should set the property value +PASS e.style['bottom'] = "anchor(self-end, 50%)" should set the property value +PASS e.style['bottom'] = "anchor(self-end, calc(50% + 1px))" should set the property value +PASS e.style['bottom'] = "anchor(self-end, anchor(left))" should set the property value +PASS e.style['bottom'] = "anchor(self-end, anchor(--bar left))" should set the property value +PASS e.style['bottom'] = "anchor(self-end, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['bottom'] = "anchor(center)" should set the property value +PASS e.style['bottom'] = "anchor(center, 1px)" should set the property value +PASS e.style['bottom'] = "anchor(center, 50%)" should set the property value +PASS e.style['bottom'] = "anchor(center, calc(50% + 1px))" should set the property value +PASS e.style['bottom'] = "anchor(center, anchor(left))" should set the property value +PASS e.style['bottom'] = "anchor(center, anchor(--bar left))" should set the property value +PASS e.style['bottom'] = "anchor(center, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['bottom'] = "anchor(50%)" should set the property value +PASS e.style['bottom'] = "anchor(50%, 1px)" should set the property value +PASS e.style['bottom'] = "anchor(50%, 50%)" should set the property value +PASS e.style['bottom'] = "anchor(50%, calc(50% + 1px))" should set the property value +PASS e.style['bottom'] = "anchor(50%, anchor(left))" should set the property value +PASS e.style['bottom'] = "anchor(50%, anchor(--bar left))" should set the property value +PASS e.style['bottom'] = "anchor(50%, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['bottom'] = "anchor(--foo inside)" should set the property value +PASS e.style['bottom'] = "anchor(--foo inside, 1px)" should set the property value +PASS e.style['bottom'] = "anchor(--foo inside, 50%)" should set the property value +PASS e.style['bottom'] = "anchor(--foo inside, calc(50% + 1px))" should set the property value +PASS e.style['bottom'] = "anchor(--foo inside, anchor(left))" should set the property value +PASS e.style['bottom'] = "anchor(--foo inside, anchor(--bar left))" should set the property value +PASS e.style['bottom'] = "anchor(--foo inside, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['bottom'] = "anchor(--foo outside)" should set the property value +PASS e.style['bottom'] = "anchor(--foo outside, 1px)" should set the property value +PASS e.style['bottom'] = "anchor(--foo outside, 50%)" should set the property value +PASS e.style['bottom'] = "anchor(--foo outside, calc(50% + 1px))" should set the property value +PASS e.style['bottom'] = "anchor(--foo outside, anchor(left))" should set the property value +PASS e.style['bottom'] = "anchor(--foo outside, anchor(--bar left))" should set the property value +PASS e.style['bottom'] = "anchor(--foo outside, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['bottom'] = "anchor(--foo left)" should set the property value +PASS e.style['bottom'] = "anchor(--foo left, 1px)" should set the property value +PASS e.style['bottom'] = "anchor(--foo left, 50%)" should set the property value +PASS e.style['bottom'] = "anchor(--foo left, calc(50% + 1px))" should set the property value +PASS e.style['bottom'] = "anchor(--foo left, anchor(left))" should set the property value +PASS e.style['bottom'] = "anchor(--foo left, anchor(--bar left))" should set the property value +PASS e.style['bottom'] = "anchor(--foo left, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['bottom'] = "anchor(--foo right)" should set the property value +PASS e.style['bottom'] = "anchor(--foo right, 1px)" should set the property value +PASS e.style['bottom'] = "anchor(--foo right, 50%)" should set the property value +PASS e.style['bottom'] = "anchor(--foo right, calc(50% + 1px))" should set the property value +PASS e.style['bottom'] = "anchor(--foo right, anchor(left))" should set the property value +PASS e.style['bottom'] = "anchor(--foo right, anchor(--bar left))" should set the property value +PASS e.style['bottom'] = "anchor(--foo right, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['bottom'] = "anchor(--foo top)" should set the property value +PASS e.style['bottom'] = "anchor(--foo top, 1px)" should set the property value +PASS e.style['bottom'] = "anchor(--foo top, 50%)" should set the property value +PASS e.style['bottom'] = "anchor(--foo top, calc(50% + 1px))" should set the property value +PASS e.style['bottom'] = "anchor(--foo top, anchor(left))" should set the property value +PASS e.style['bottom'] = "anchor(--foo top, anchor(--bar left))" should set the property value +PASS e.style['bottom'] = "anchor(--foo top, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['bottom'] = "anchor(--foo bottom)" should set the property value +PASS e.style['bottom'] = "anchor(--foo bottom, 1px)" should set the property value +PASS e.style['bottom'] = "anchor(--foo bottom, 50%)" should set the property value +PASS e.style['bottom'] = "anchor(--foo bottom, calc(50% + 1px))" should set the property value +PASS e.style['bottom'] = "anchor(--foo bottom, anchor(left))" should set the property value +PASS e.style['bottom'] = "anchor(--foo bottom, anchor(--bar left))" should set the property value +PASS e.style['bottom'] = "anchor(--foo bottom, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['bottom'] = "anchor(--foo start)" should set the property value +PASS e.style['bottom'] = "anchor(--foo start, 1px)" should set the property value +PASS e.style['bottom'] = "anchor(--foo start, 50%)" should set the property value +PASS e.style['bottom'] = "anchor(--foo start, calc(50% + 1px))" should set the property value +PASS e.style['bottom'] = "anchor(--foo start, anchor(left))" should set the property value +PASS e.style['bottom'] = "anchor(--foo start, anchor(--bar left))" should set the property value +PASS e.style['bottom'] = "anchor(--foo start, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['bottom'] = "anchor(--foo end)" should set the property value +PASS e.style['bottom'] = "anchor(--foo end, 1px)" should set the property value +PASS e.style['bottom'] = "anchor(--foo end, 50%)" should set the property value +PASS e.style['bottom'] = "anchor(--foo end, calc(50% + 1px))" should set the property value +PASS e.style['bottom'] = "anchor(--foo end, anchor(left))" should set the property value +PASS e.style['bottom'] = "anchor(--foo end, anchor(--bar left))" should set the property value +PASS e.style['bottom'] = "anchor(--foo end, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['bottom'] = "anchor(--foo self-start)" should set the property value +PASS e.style['bottom'] = "anchor(--foo self-start, 1px)" should set the property value +PASS e.style['bottom'] = "anchor(--foo self-start, 50%)" should set the property value +PASS e.style['bottom'] = "anchor(--foo self-start, calc(50% + 1px))" should set the property value +PASS e.style['bottom'] = "anchor(--foo self-start, anchor(left))" should set the property value +PASS e.style['bottom'] = "anchor(--foo self-start, anchor(--bar left))" should set the property value +PASS e.style['bottom'] = "anchor(--foo self-start, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['bottom'] = "anchor(--foo self-end)" should set the property value +PASS e.style['bottom'] = "anchor(--foo self-end, 1px)" should set the property value +PASS e.style['bottom'] = "anchor(--foo self-end, 50%)" should set the property value +PASS e.style['bottom'] = "anchor(--foo self-end, calc(50% + 1px))" should set the property value +PASS e.style['bottom'] = "anchor(--foo self-end, anchor(left))" should set the property value +PASS e.style['bottom'] = "anchor(--foo self-end, anchor(--bar left))" should set the property value +PASS e.style['bottom'] = "anchor(--foo self-end, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['bottom'] = "anchor(--foo center)" should set the property value +PASS e.style['bottom'] = "anchor(--foo center, 1px)" should set the property value +PASS e.style['bottom'] = "anchor(--foo center, 50%)" should set the property value +PASS e.style['bottom'] = "anchor(--foo center, calc(50% + 1px))" should set the property value +PASS e.style['bottom'] = "anchor(--foo center, anchor(left))" should set the property value +PASS e.style['bottom'] = "anchor(--foo center, anchor(--bar left))" should set the property value +PASS e.style['bottom'] = "anchor(--foo center, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['bottom'] = "anchor(--foo 50%)" should set the property value +PASS e.style['bottom'] = "anchor(--foo 50%, 1px)" should set the property value +PASS e.style['bottom'] = "anchor(--foo 50%, 50%)" should set the property value +PASS e.style['bottom'] = "anchor(--foo 50%, calc(50% + 1px))" should set the property value +PASS e.style['bottom'] = "anchor(--foo 50%, anchor(left))" should set the property value +PASS e.style['bottom'] = "anchor(--foo 50%, anchor(--bar left))" should set the property value +PASS e.style['bottom'] = "anchor(--foo 50%, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['inset-block-start'] = "anchor(inside)" should set the property value +PASS e.style['inset-block-start'] = "anchor(inside, 1px)" should set the property value +PASS e.style['inset-block-start'] = "anchor(inside, 50%)" should set the property value +PASS e.style['inset-block-start'] = "anchor(inside, calc(50% + 1px))" should set the property value +PASS e.style['inset-block-start'] = "anchor(inside, anchor(left))" should set the property value +PASS e.style['inset-block-start'] = "anchor(inside, anchor(--bar left))" should set the property value +PASS e.style['inset-block-start'] = "anchor(inside, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['inset-block-start'] = "anchor(outside)" should set the property value +PASS e.style['inset-block-start'] = "anchor(outside, 1px)" should set the property value +PASS e.style['inset-block-start'] = "anchor(outside, 50%)" should set the property value +PASS e.style['inset-block-start'] = "anchor(outside, calc(50% + 1px))" should set the property value +PASS e.style['inset-block-start'] = "anchor(outside, anchor(left))" should set the property value +PASS e.style['inset-block-start'] = "anchor(outside, anchor(--bar left))" should set the property value +PASS e.style['inset-block-start'] = "anchor(outside, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['inset-block-start'] = "anchor(left)" should set the property value +PASS e.style['inset-block-start'] = "anchor(left, 1px)" should set the property value +PASS e.style['inset-block-start'] = "anchor(left, 50%)" should set the property value +PASS e.style['inset-block-start'] = "anchor(left, calc(50% + 1px))" should set the property value +PASS e.style['inset-block-start'] = "anchor(left, anchor(left))" should set the property value +PASS e.style['inset-block-start'] = "anchor(left, anchor(--bar left))" should set the property value +PASS e.style['inset-block-start'] = "anchor(left, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['inset-block-start'] = "anchor(right)" should set the property value +PASS e.style['inset-block-start'] = "anchor(right, 1px)" should set the property value +PASS e.style['inset-block-start'] = "anchor(right, 50%)" should set the property value +PASS e.style['inset-block-start'] = "anchor(right, calc(50% + 1px))" should set the property value +PASS e.style['inset-block-start'] = "anchor(right, anchor(left))" should set the property value +PASS e.style['inset-block-start'] = "anchor(right, anchor(--bar left))" should set the property value +PASS e.style['inset-block-start'] = "anchor(right, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['inset-block-start'] = "anchor(top)" should set the property value +PASS e.style['inset-block-start'] = "anchor(top, 1px)" should set the property value +PASS e.style['inset-block-start'] = "anchor(top, 50%)" should set the property value +PASS e.style['inset-block-start'] = "anchor(top, calc(50% + 1px))" should set the property value +PASS e.style['inset-block-start'] = "anchor(top, anchor(left))" should set the property value +PASS e.style['inset-block-start'] = "anchor(top, anchor(--bar left))" should set the property value +PASS e.style['inset-block-start'] = "anchor(top, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['inset-block-start'] = "anchor(bottom)" should set the property value +PASS e.style['inset-block-start'] = "anchor(bottom, 1px)" should set the property value +PASS e.style['inset-block-start'] = "anchor(bottom, 50%)" should set the property value +PASS e.style['inset-block-start'] = "anchor(bottom, calc(50% + 1px))" should set the property value +PASS e.style['inset-block-start'] = "anchor(bottom, anchor(left))" should set the property value +PASS e.style['inset-block-start'] = "anchor(bottom, anchor(--bar left))" should set the property value +PASS e.style['inset-block-start'] = "anchor(bottom, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['inset-block-start'] = "anchor(start)" should set the property value +PASS e.style['inset-block-start'] = "anchor(start, 1px)" should set the property value +PASS e.style['inset-block-start'] = "anchor(start, 50%)" should set the property value +PASS e.style['inset-block-start'] = "anchor(start, calc(50% + 1px))" should set the property value +PASS e.style['inset-block-start'] = "anchor(start, anchor(left))" should set the property value +PASS e.style['inset-block-start'] = "anchor(start, anchor(--bar left))" should set the property value +PASS e.style['inset-block-start'] = "anchor(start, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['inset-block-start'] = "anchor(end)" should set the property value +PASS e.style['inset-block-start'] = "anchor(end, 1px)" should set the property value +PASS e.style['inset-block-start'] = "anchor(end, 50%)" should set the property value +PASS e.style['inset-block-start'] = "anchor(end, calc(50% + 1px))" should set the property value +PASS e.style['inset-block-start'] = "anchor(end, anchor(left))" should set the property value +PASS e.style['inset-block-start'] = "anchor(end, anchor(--bar left))" should set the property value +PASS e.style['inset-block-start'] = "anchor(end, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['inset-block-start'] = "anchor(self-start)" should set the property value +PASS e.style['inset-block-start'] = "anchor(self-start, 1px)" should set the property value +PASS e.style['inset-block-start'] = "anchor(self-start, 50%)" should set the property value +PASS e.style['inset-block-start'] = "anchor(self-start, calc(50% + 1px))" should set the property value +PASS e.style['inset-block-start'] = "anchor(self-start, anchor(left))" should set the property value +PASS e.style['inset-block-start'] = "anchor(self-start, anchor(--bar left))" should set the property value +PASS e.style['inset-block-start'] = "anchor(self-start, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['inset-block-start'] = "anchor(self-end)" should set the property value +PASS e.style['inset-block-start'] = "anchor(self-end, 1px)" should set the property value +PASS e.style['inset-block-start'] = "anchor(self-end, 50%)" should set the property value +PASS e.style['inset-block-start'] = "anchor(self-end, calc(50% + 1px))" should set the property value +PASS e.style['inset-block-start'] = "anchor(self-end, anchor(left))" should set the property value +PASS e.style['inset-block-start'] = "anchor(self-end, anchor(--bar left))" should set the property value +PASS e.style['inset-block-start'] = "anchor(self-end, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['inset-block-start'] = "anchor(center)" should set the property value +PASS e.style['inset-block-start'] = "anchor(center, 1px)" should set the property value +PASS e.style['inset-block-start'] = "anchor(center, 50%)" should set the property value +PASS e.style['inset-block-start'] = "anchor(center, calc(50% + 1px))" should set the property value +PASS e.style['inset-block-start'] = "anchor(center, anchor(left))" should set the property value +PASS e.style['inset-block-start'] = "anchor(center, anchor(--bar left))" should set the property value +PASS e.style['inset-block-start'] = "anchor(center, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['inset-block-start'] = "anchor(50%)" should set the property value +PASS e.style['inset-block-start'] = "anchor(50%, 1px)" should set the property value +PASS e.style['inset-block-start'] = "anchor(50%, 50%)" should set the property value +PASS e.style['inset-block-start'] = "anchor(50%, calc(50% + 1px))" should set the property value +PASS e.style['inset-block-start'] = "anchor(50%, anchor(left))" should set the property value +PASS e.style['inset-block-start'] = "anchor(50%, anchor(--bar left))" should set the property value +PASS e.style['inset-block-start'] = "anchor(50%, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['inset-block-start'] = "anchor(--foo inside)" should set the property value +PASS e.style['inset-block-start'] = "anchor(--foo inside, 1px)" should set the property value +PASS e.style['inset-block-start'] = "anchor(--foo inside, 50%)" should set the property value +PASS e.style['inset-block-start'] = "anchor(--foo inside, calc(50% + 1px))" should set the property value +PASS e.style['inset-block-start'] = "anchor(--foo inside, anchor(left))" should set the property value +PASS e.style['inset-block-start'] = "anchor(--foo inside, anchor(--bar left))" should set the property value +PASS e.style['inset-block-start'] = "anchor(--foo inside, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['inset-block-start'] = "anchor(--foo outside)" should set the property value +PASS e.style['inset-block-start'] = "anchor(--foo outside, 1px)" should set the property value +PASS e.style['inset-block-start'] = "anchor(--foo outside, 50%)" should set the property value +PASS e.style['inset-block-start'] = "anchor(--foo outside, calc(50% + 1px))" should set the property value +PASS e.style['inset-block-start'] = "anchor(--foo outside, anchor(left))" should set the property value +PASS e.style['inset-block-start'] = "anchor(--foo outside, anchor(--bar left))" should set the property value +PASS e.style['inset-block-start'] = "anchor(--foo outside, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['inset-block-start'] = "anchor(--foo left)" should set the property value +PASS e.style['inset-block-start'] = "anchor(--foo left, 1px)" should set the property value +PASS e.style['inset-block-start'] = "anchor(--foo left, 50%)" should set the property value +PASS e.style['inset-block-start'] = "anchor(--foo left, calc(50% + 1px))" should set the property value +PASS e.style['inset-block-start'] = "anchor(--foo left, anchor(left))" should set the property value +PASS e.style['inset-block-start'] = "anchor(--foo left, anchor(--bar left))" should set the property value +PASS e.style['inset-block-start'] = "anchor(--foo left, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['inset-block-start'] = "anchor(--foo right)" should set the property value +PASS e.style['inset-block-start'] = "anchor(--foo right, 1px)" should set the property value +PASS e.style['inset-block-start'] = "anchor(--foo right, 50%)" should set the property value +PASS e.style['inset-block-start'] = "anchor(--foo right, calc(50% + 1px))" should set the property value +PASS e.style['inset-block-start'] = "anchor(--foo right, anchor(left))" should set the property value +PASS e.style['inset-block-start'] = "anchor(--foo right, anchor(--bar left))" should set the property value +PASS e.style['inset-block-start'] = "anchor(--foo right, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['inset-block-start'] = "anchor(--foo top)" should set the property value +PASS e.style['inset-block-start'] = "anchor(--foo top, 1px)" should set the property value +PASS e.style['inset-block-start'] = "anchor(--foo top, 50%)" should set the property value +PASS e.style['inset-block-start'] = "anchor(--foo top, calc(50% + 1px))" should set the property value +PASS e.style['inset-block-start'] = "anchor(--foo top, anchor(left))" should set the property value +PASS e.style['inset-block-start'] = "anchor(--foo top, anchor(--bar left))" should set the property value +PASS e.style['inset-block-start'] = "anchor(--foo top, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['inset-block-start'] = "anchor(--foo bottom)" should set the property value +PASS e.style['inset-block-start'] = "anchor(--foo bottom, 1px)" should set the property value +PASS e.style['inset-block-start'] = "anchor(--foo bottom, 50%)" should set the property value +PASS e.style['inset-block-start'] = "anchor(--foo bottom, calc(50% + 1px))" should set the property value +PASS e.style['inset-block-start'] = "anchor(--foo bottom, anchor(left))" should set the property value +PASS e.style['inset-block-start'] = "anchor(--foo bottom, anchor(--bar left))" should set the property value +PASS e.style['inset-block-start'] = "anchor(--foo bottom, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['inset-block-start'] = "anchor(--foo start)" should set the property value +PASS e.style['inset-block-start'] = "anchor(--foo start, 1px)" should set the property value +PASS e.style['inset-block-start'] = "anchor(--foo start, 50%)" should set the property value +PASS e.style['inset-block-start'] = "anchor(--foo start, calc(50% + 1px))" should set the property value +PASS e.style['inset-block-start'] = "anchor(--foo start, anchor(left))" should set the property value +PASS e.style['inset-block-start'] = "anchor(--foo start, anchor(--bar left))" should set the property value +PASS e.style['inset-block-start'] = "anchor(--foo start, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['inset-block-start'] = "anchor(--foo end)" should set the property value +PASS e.style['inset-block-start'] = "anchor(--foo end, 1px)" should set the property value +PASS e.style['inset-block-start'] = "anchor(--foo end, 50%)" should set the property value +PASS e.style['inset-block-start'] = "anchor(--foo end, calc(50% + 1px))" should set the property value +PASS e.style['inset-block-start'] = "anchor(--foo end, anchor(left))" should set the property value +PASS e.style['inset-block-start'] = "anchor(--foo end, anchor(--bar left))" should set the property value +PASS e.style['inset-block-start'] = "anchor(--foo end, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['inset-block-start'] = "anchor(--foo self-start)" should set the property value +PASS e.style['inset-block-start'] = "anchor(--foo self-start, 1px)" should set the property value +PASS e.style['inset-block-start'] = "anchor(--foo self-start, 50%)" should set the property value +PASS e.style['inset-block-start'] = "anchor(--foo self-start, calc(50% + 1px))" should set the property value +PASS e.style['inset-block-start'] = "anchor(--foo self-start, anchor(left))" should set the property value +PASS e.style['inset-block-start'] = "anchor(--foo self-start, anchor(--bar left))" should set the property value +PASS e.style['inset-block-start'] = "anchor(--foo self-start, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['inset-block-start'] = "anchor(--foo self-end)" should set the property value +PASS e.style['inset-block-start'] = "anchor(--foo self-end, 1px)" should set the property value +PASS e.style['inset-block-start'] = "anchor(--foo self-end, 50%)" should set the property value +PASS e.style['inset-block-start'] = "anchor(--foo self-end, calc(50% + 1px))" should set the property value +PASS e.style['inset-block-start'] = "anchor(--foo self-end, anchor(left))" should set the property value +PASS e.style['inset-block-start'] = "anchor(--foo self-end, anchor(--bar left))" should set the property value +PASS e.style['inset-block-start'] = "anchor(--foo self-end, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['inset-block-start'] = "anchor(--foo center)" should set the property value +PASS e.style['inset-block-start'] = "anchor(--foo center, 1px)" should set the property value +PASS e.style['inset-block-start'] = "anchor(--foo center, 50%)" should set the property value +PASS e.style['inset-block-start'] = "anchor(--foo center, calc(50% + 1px))" should set the property value +PASS e.style['inset-block-start'] = "anchor(--foo center, anchor(left))" should set the property value +PASS e.style['inset-block-start'] = "anchor(--foo center, anchor(--bar left))" should set the property value +PASS e.style['inset-block-start'] = "anchor(--foo center, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['inset-block-start'] = "anchor(--foo 50%)" should set the property value +PASS e.style['inset-block-start'] = "anchor(--foo 50%, 1px)" should set the property value +PASS e.style['inset-block-start'] = "anchor(--foo 50%, 50%)" should set the property value +PASS e.style['inset-block-start'] = "anchor(--foo 50%, calc(50% + 1px))" should set the property value +PASS e.style['inset-block-start'] = "anchor(--foo 50%, anchor(left))" should set the property value +PASS e.style['inset-block-start'] = "anchor(--foo 50%, anchor(--bar left))" should set the property value +PASS e.style['inset-block-start'] = "anchor(--foo 50%, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['inset-block-end'] = "anchor(inside)" should set the property value +PASS e.style['inset-block-end'] = "anchor(inside, 1px)" should set the property value +PASS e.style['inset-block-end'] = "anchor(inside, 50%)" should set the property value +PASS e.style['inset-block-end'] = "anchor(inside, calc(50% + 1px))" should set the property value +PASS e.style['inset-block-end'] = "anchor(inside, anchor(left))" should set the property value +PASS e.style['inset-block-end'] = "anchor(inside, anchor(--bar left))" should set the property value +PASS e.style['inset-block-end'] = "anchor(inside, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['inset-block-end'] = "anchor(outside)" should set the property value +PASS e.style['inset-block-end'] = "anchor(outside, 1px)" should set the property value +PASS e.style['inset-block-end'] = "anchor(outside, 50%)" should set the property value +PASS e.style['inset-block-end'] = "anchor(outside, calc(50% + 1px))" should set the property value +PASS e.style['inset-block-end'] = "anchor(outside, anchor(left))" should set the property value +PASS e.style['inset-block-end'] = "anchor(outside, anchor(--bar left))" should set the property value +PASS e.style['inset-block-end'] = "anchor(outside, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['inset-block-end'] = "anchor(left)" should set the property value +PASS e.style['inset-block-end'] = "anchor(left, 1px)" should set the property value +PASS e.style['inset-block-end'] = "anchor(left, 50%)" should set the property value +PASS e.style['inset-block-end'] = "anchor(left, calc(50% + 1px))" should set the property value +PASS e.style['inset-block-end'] = "anchor(left, anchor(left))" should set the property value +PASS e.style['inset-block-end'] = "anchor(left, anchor(--bar left))" should set the property value +PASS e.style['inset-block-end'] = "anchor(left, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['inset-block-end'] = "anchor(right)" should set the property value +PASS e.style['inset-block-end'] = "anchor(right, 1px)" should set the property value +PASS e.style['inset-block-end'] = "anchor(right, 50%)" should set the property value +PASS e.style['inset-block-end'] = "anchor(right, calc(50% + 1px))" should set the property value +PASS e.style['inset-block-end'] = "anchor(right, anchor(left))" should set the property value +PASS e.style['inset-block-end'] = "anchor(right, anchor(--bar left))" should set the property value +PASS e.style['inset-block-end'] = "anchor(right, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['inset-block-end'] = "anchor(top)" should set the property value +PASS e.style['inset-block-end'] = "anchor(top, 1px)" should set the property value +PASS e.style['inset-block-end'] = "anchor(top, 50%)" should set the property value +PASS e.style['inset-block-end'] = "anchor(top, calc(50% + 1px))" should set the property value +PASS e.style['inset-block-end'] = "anchor(top, anchor(left))" should set the property value +PASS e.style['inset-block-end'] = "anchor(top, anchor(--bar left))" should set the property value +PASS e.style['inset-block-end'] = "anchor(top, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['inset-block-end'] = "anchor(bottom)" should set the property value +PASS e.style['inset-block-end'] = "anchor(bottom, 1px)" should set the property value +PASS e.style['inset-block-end'] = "anchor(bottom, 50%)" should set the property value +PASS e.style['inset-block-end'] = "anchor(bottom, calc(50% + 1px))" should set the property value +PASS e.style['inset-block-end'] = "anchor(bottom, anchor(left))" should set the property value +PASS e.style['inset-block-end'] = "anchor(bottom, anchor(--bar left))" should set the property value +PASS e.style['inset-block-end'] = "anchor(bottom, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['inset-block-end'] = "anchor(start)" should set the property value +PASS e.style['inset-block-end'] = "anchor(start, 1px)" should set the property value +PASS e.style['inset-block-end'] = "anchor(start, 50%)" should set the property value +PASS e.style['inset-block-end'] = "anchor(start, calc(50% + 1px))" should set the property value +PASS e.style['inset-block-end'] = "anchor(start, anchor(left))" should set the property value +PASS e.style['inset-block-end'] = "anchor(start, anchor(--bar left))" should set the property value +PASS e.style['inset-block-end'] = "anchor(start, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['inset-block-end'] = "anchor(end)" should set the property value +PASS e.style['inset-block-end'] = "anchor(end, 1px)" should set the property value +PASS e.style['inset-block-end'] = "anchor(end, 50%)" should set the property value +PASS e.style['inset-block-end'] = "anchor(end, calc(50% + 1px))" should set the property value +PASS e.style['inset-block-end'] = "anchor(end, anchor(left))" should set the property value +PASS e.style['inset-block-end'] = "anchor(end, anchor(--bar left))" should set the property value +PASS e.style['inset-block-end'] = "anchor(end, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['inset-block-end'] = "anchor(self-start)" should set the property value +PASS e.style['inset-block-end'] = "anchor(self-start, 1px)" should set the property value +PASS e.style['inset-block-end'] = "anchor(self-start, 50%)" should set the property value +PASS e.style['inset-block-end'] = "anchor(self-start, calc(50% + 1px))" should set the property value +PASS e.style['inset-block-end'] = "anchor(self-start, anchor(left))" should set the property value +PASS e.style['inset-block-end'] = "anchor(self-start, anchor(--bar left))" should set the property value +PASS e.style['inset-block-end'] = "anchor(self-start, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['inset-block-end'] = "anchor(self-end)" should set the property value +PASS e.style['inset-block-end'] = "anchor(self-end, 1px)" should set the property value +PASS e.style['inset-block-end'] = "anchor(self-end, 50%)" should set the property value +PASS e.style['inset-block-end'] = "anchor(self-end, calc(50% + 1px))" should set the property value +PASS e.style['inset-block-end'] = "anchor(self-end, anchor(left))" should set the property value +PASS e.style['inset-block-end'] = "anchor(self-end, anchor(--bar left))" should set the property value +PASS e.style['inset-block-end'] = "anchor(self-end, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['inset-block-end'] = "anchor(center)" should set the property value +PASS e.style['inset-block-end'] = "anchor(center, 1px)" should set the property value +PASS e.style['inset-block-end'] = "anchor(center, 50%)" should set the property value +PASS e.style['inset-block-end'] = "anchor(center, calc(50% + 1px))" should set the property value +PASS e.style['inset-block-end'] = "anchor(center, anchor(left))" should set the property value +PASS e.style['inset-block-end'] = "anchor(center, anchor(--bar left))" should set the property value +PASS e.style['inset-block-end'] = "anchor(center, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['inset-block-end'] = "anchor(50%)" should set the property value +PASS e.style['inset-block-end'] = "anchor(50%, 1px)" should set the property value +PASS e.style['inset-block-end'] = "anchor(50%, 50%)" should set the property value +PASS e.style['inset-block-end'] = "anchor(50%, calc(50% + 1px))" should set the property value +PASS e.style['inset-block-end'] = "anchor(50%, anchor(left))" should set the property value +PASS e.style['inset-block-end'] = "anchor(50%, anchor(--bar left))" should set the property value +PASS e.style['inset-block-end'] = "anchor(50%, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['inset-block-end'] = "anchor(--foo inside)" should set the property value +PASS e.style['inset-block-end'] = "anchor(--foo inside, 1px)" should set the property value +PASS e.style['inset-block-end'] = "anchor(--foo inside, 50%)" should set the property value +PASS e.style['inset-block-end'] = "anchor(--foo inside, calc(50% + 1px))" should set the property value +PASS e.style['inset-block-end'] = "anchor(--foo inside, anchor(left))" should set the property value +PASS e.style['inset-block-end'] = "anchor(--foo inside, anchor(--bar left))" should set the property value +PASS e.style['inset-block-end'] = "anchor(--foo inside, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['inset-block-end'] = "anchor(--foo outside)" should set the property value +PASS e.style['inset-block-end'] = "anchor(--foo outside, 1px)" should set the property value +PASS e.style['inset-block-end'] = "anchor(--foo outside, 50%)" should set the property value +PASS e.style['inset-block-end'] = "anchor(--foo outside, calc(50% + 1px))" should set the property value +PASS e.style['inset-block-end'] = "anchor(--foo outside, anchor(left))" should set the property value +PASS e.style['inset-block-end'] = "anchor(--foo outside, anchor(--bar left))" should set the property value +PASS e.style['inset-block-end'] = "anchor(--foo outside, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['inset-block-end'] = "anchor(--foo left)" should set the property value +PASS e.style['inset-block-end'] = "anchor(--foo left, 1px)" should set the property value +PASS e.style['inset-block-end'] = "anchor(--foo left, 50%)" should set the property value +PASS e.style['inset-block-end'] = "anchor(--foo left, calc(50% + 1px))" should set the property value +PASS e.style['inset-block-end'] = "anchor(--foo left, anchor(left))" should set the property value +PASS e.style['inset-block-end'] = "anchor(--foo left, anchor(--bar left))" should set the property value +PASS e.style['inset-block-end'] = "anchor(--foo left, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['inset-block-end'] = "anchor(--foo right)" should set the property value +PASS e.style['inset-block-end'] = "anchor(--foo right, 1px)" should set the property value +PASS e.style['inset-block-end'] = "anchor(--foo right, 50%)" should set the property value +PASS e.style['inset-block-end'] = "anchor(--foo right, calc(50% + 1px))" should set the property value +PASS e.style['inset-block-end'] = "anchor(--foo right, anchor(left))" should set the property value +PASS e.style['inset-block-end'] = "anchor(--foo right, anchor(--bar left))" should set the property value +PASS e.style['inset-block-end'] = "anchor(--foo right, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['inset-block-end'] = "anchor(--foo top)" should set the property value +PASS e.style['inset-block-end'] = "anchor(--foo top, 1px)" should set the property value +PASS e.style['inset-block-end'] = "anchor(--foo top, 50%)" should set the property value +PASS e.style['inset-block-end'] = "anchor(--foo top, calc(50% + 1px))" should set the property value +PASS e.style['inset-block-end'] = "anchor(--foo top, anchor(left))" should set the property value +PASS e.style['inset-block-end'] = "anchor(--foo top, anchor(--bar left))" should set the property value +PASS e.style['inset-block-end'] = "anchor(--foo top, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['inset-block-end'] = "anchor(--foo bottom)" should set the property value +PASS e.style['inset-block-end'] = "anchor(--foo bottom, 1px)" should set the property value +PASS e.style['inset-block-end'] = "anchor(--foo bottom, 50%)" should set the property value +PASS e.style['inset-block-end'] = "anchor(--foo bottom, calc(50% + 1px))" should set the property value +PASS e.style['inset-block-end'] = "anchor(--foo bottom, anchor(left))" should set the property value +PASS e.style['inset-block-end'] = "anchor(--foo bottom, anchor(--bar left))" should set the property value +PASS e.style['inset-block-end'] = "anchor(--foo bottom, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['inset-block-end'] = "anchor(--foo start)" should set the property value +PASS e.style['inset-block-end'] = "anchor(--foo start, 1px)" should set the property value +PASS e.style['inset-block-end'] = "anchor(--foo start, 50%)" should set the property value +PASS e.style['inset-block-end'] = "anchor(--foo start, calc(50% + 1px))" should set the property value +PASS e.style['inset-block-end'] = "anchor(--foo start, anchor(left))" should set the property value +PASS e.style['inset-block-end'] = "anchor(--foo start, anchor(--bar left))" should set the property value +PASS e.style['inset-block-end'] = "anchor(--foo start, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['inset-block-end'] = "anchor(--foo end)" should set the property value +PASS e.style['inset-block-end'] = "anchor(--foo end, 1px)" should set the property value +PASS e.style['inset-block-end'] = "anchor(--foo end, 50%)" should set the property value +PASS e.style['inset-block-end'] = "anchor(--foo end, calc(50% + 1px))" should set the property value +PASS e.style['inset-block-end'] = "anchor(--foo end, anchor(left))" should set the property value +PASS e.style['inset-block-end'] = "anchor(--foo end, anchor(--bar left))" should set the property value +PASS e.style['inset-block-end'] = "anchor(--foo end, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['inset-block-end'] = "anchor(--foo self-start)" should set the property value +PASS e.style['inset-block-end'] = "anchor(--foo self-start, 1px)" should set the property value +PASS e.style['inset-block-end'] = "anchor(--foo self-start, 50%)" should set the property value +PASS e.style['inset-block-end'] = "anchor(--foo self-start, calc(50% + 1px))" should set the property value +PASS e.style['inset-block-end'] = "anchor(--foo self-start, anchor(left))" should set the property value +PASS e.style['inset-block-end'] = "anchor(--foo self-start, anchor(--bar left))" should set the property value +PASS e.style['inset-block-end'] = "anchor(--foo self-start, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['inset-block-end'] = "anchor(--foo self-end)" should set the property value +PASS e.style['inset-block-end'] = "anchor(--foo self-end, 1px)" should set the property value +PASS e.style['inset-block-end'] = "anchor(--foo self-end, 50%)" should set the property value +PASS e.style['inset-block-end'] = "anchor(--foo self-end, calc(50% + 1px))" should set the property value +PASS e.style['inset-block-end'] = "anchor(--foo self-end, anchor(left))" should set the property value +PASS e.style['inset-block-end'] = "anchor(--foo self-end, anchor(--bar left))" should set the property value +PASS e.style['inset-block-end'] = "anchor(--foo self-end, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['inset-block-end'] = "anchor(--foo center)" should set the property value +PASS e.style['inset-block-end'] = "anchor(--foo center, 1px)" should set the property value +PASS e.style['inset-block-end'] = "anchor(--foo center, 50%)" should set the property value +PASS e.style['inset-block-end'] = "anchor(--foo center, calc(50% + 1px))" should set the property value +PASS e.style['inset-block-end'] = "anchor(--foo center, anchor(left))" should set the property value +PASS e.style['inset-block-end'] = "anchor(--foo center, anchor(--bar left))" should set the property value +PASS e.style['inset-block-end'] = "anchor(--foo center, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['inset-block-end'] = "anchor(--foo 50%)" should set the property value +PASS e.style['inset-block-end'] = "anchor(--foo 50%, 1px)" should set the property value +PASS e.style['inset-block-end'] = "anchor(--foo 50%, 50%)" should set the property value +PASS e.style['inset-block-end'] = "anchor(--foo 50%, calc(50% + 1px))" should set the property value +PASS e.style['inset-block-end'] = "anchor(--foo 50%, anchor(left))" should set the property value +PASS e.style['inset-block-end'] = "anchor(--foo 50%, anchor(--bar left))" should set the property value +PASS e.style['inset-block-end'] = "anchor(--foo 50%, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['inset-inline-start'] = "anchor(inside)" should set the property value +PASS e.style['inset-inline-start'] = "anchor(inside, 1px)" should set the property value +PASS e.style['inset-inline-start'] = "anchor(inside, 50%)" should set the property value +PASS e.style['inset-inline-start'] = "anchor(inside, calc(50% + 1px))" should set the property value +PASS e.style['inset-inline-start'] = "anchor(inside, anchor(left))" should set the property value +PASS e.style['inset-inline-start'] = "anchor(inside, anchor(--bar left))" should set the property value +PASS e.style['inset-inline-start'] = "anchor(inside, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['inset-inline-start'] = "anchor(outside)" should set the property value +PASS e.style['inset-inline-start'] = "anchor(outside, 1px)" should set the property value +PASS e.style['inset-inline-start'] = "anchor(outside, 50%)" should set the property value +PASS e.style['inset-inline-start'] = "anchor(outside, calc(50% + 1px))" should set the property value +PASS e.style['inset-inline-start'] = "anchor(outside, anchor(left))" should set the property value +PASS e.style['inset-inline-start'] = "anchor(outside, anchor(--bar left))" should set the property value +PASS e.style['inset-inline-start'] = "anchor(outside, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['inset-inline-start'] = "anchor(left)" should set the property value +PASS e.style['inset-inline-start'] = "anchor(left, 1px)" should set the property value +PASS e.style['inset-inline-start'] = "anchor(left, 50%)" should set the property value +PASS e.style['inset-inline-start'] = "anchor(left, calc(50% + 1px))" should set the property value +PASS e.style['inset-inline-start'] = "anchor(left, anchor(left))" should set the property value +PASS e.style['inset-inline-start'] = "anchor(left, anchor(--bar left))" should set the property value +PASS e.style['inset-inline-start'] = "anchor(left, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['inset-inline-start'] = "anchor(right)" should set the property value +PASS e.style['inset-inline-start'] = "anchor(right, 1px)" should set the property value +PASS e.style['inset-inline-start'] = "anchor(right, 50%)" should set the property value +PASS e.style['inset-inline-start'] = "anchor(right, calc(50% + 1px))" should set the property value +PASS e.style['inset-inline-start'] = "anchor(right, anchor(left))" should set the property value +PASS e.style['inset-inline-start'] = "anchor(right, anchor(--bar left))" should set the property value +PASS e.style['inset-inline-start'] = "anchor(right, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['inset-inline-start'] = "anchor(top)" should set the property value +PASS e.style['inset-inline-start'] = "anchor(top, 1px)" should set the property value +PASS e.style['inset-inline-start'] = "anchor(top, 50%)" should set the property value +PASS e.style['inset-inline-start'] = "anchor(top, calc(50% + 1px))" should set the property value +PASS e.style['inset-inline-start'] = "anchor(top, anchor(left))" should set the property value +PASS e.style['inset-inline-start'] = "anchor(top, anchor(--bar left))" should set the property value +PASS e.style['inset-inline-start'] = "anchor(top, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['inset-inline-start'] = "anchor(bottom)" should set the property value +PASS e.style['inset-inline-start'] = "anchor(bottom, 1px)" should set the property value +PASS e.style['inset-inline-start'] = "anchor(bottom, 50%)" should set the property value +PASS e.style['inset-inline-start'] = "anchor(bottom, calc(50% + 1px))" should set the property value +PASS e.style['inset-inline-start'] = "anchor(bottom, anchor(left))" should set the property value +PASS e.style['inset-inline-start'] = "anchor(bottom, anchor(--bar left))" should set the property value +PASS e.style['inset-inline-start'] = "anchor(bottom, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['inset-inline-start'] = "anchor(start)" should set the property value +PASS e.style['inset-inline-start'] = "anchor(start, 1px)" should set the property value +PASS e.style['inset-inline-start'] = "anchor(start, 50%)" should set the property value +PASS e.style['inset-inline-start'] = "anchor(start, calc(50% + 1px))" should set the property value +PASS e.style['inset-inline-start'] = "anchor(start, anchor(left))" should set the property value +PASS e.style['inset-inline-start'] = "anchor(start, anchor(--bar left))" should set the property value +PASS e.style['inset-inline-start'] = "anchor(start, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['inset-inline-start'] = "anchor(end)" should set the property value +PASS e.style['inset-inline-start'] = "anchor(end, 1px)" should set the property value +PASS e.style['inset-inline-start'] = "anchor(end, 50%)" should set the property value +PASS e.style['inset-inline-start'] = "anchor(end, calc(50% + 1px))" should set the property value +PASS e.style['inset-inline-start'] = "anchor(end, anchor(left))" should set the property value +PASS e.style['inset-inline-start'] = "anchor(end, anchor(--bar left))" should set the property value +PASS e.style['inset-inline-start'] = "anchor(end, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['inset-inline-start'] = "anchor(self-start)" should set the property value +PASS e.style['inset-inline-start'] = "anchor(self-start, 1px)" should set the property value +PASS e.style['inset-inline-start'] = "anchor(self-start, 50%)" should set the property value +PASS e.style['inset-inline-start'] = "anchor(self-start, calc(50% + 1px))" should set the property value +PASS e.style['inset-inline-start'] = "anchor(self-start, anchor(left))" should set the property value +PASS e.style['inset-inline-start'] = "anchor(self-start, anchor(--bar left))" should set the property value +PASS e.style['inset-inline-start'] = "anchor(self-start, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['inset-inline-start'] = "anchor(self-end)" should set the property value +PASS e.style['inset-inline-start'] = "anchor(self-end, 1px)" should set the property value +PASS e.style['inset-inline-start'] = "anchor(self-end, 50%)" should set the property value +PASS e.style['inset-inline-start'] = "anchor(self-end, calc(50% + 1px))" should set the property value +PASS e.style['inset-inline-start'] = "anchor(self-end, anchor(left))" should set the property value +PASS e.style['inset-inline-start'] = "anchor(self-end, anchor(--bar left))" should set the property value +PASS e.style['inset-inline-start'] = "anchor(self-end, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['inset-inline-start'] = "anchor(center)" should set the property value +PASS e.style['inset-inline-start'] = "anchor(center, 1px)" should set the property value +PASS e.style['inset-inline-start'] = "anchor(center, 50%)" should set the property value +PASS e.style['inset-inline-start'] = "anchor(center, calc(50% + 1px))" should set the property value +PASS e.style['inset-inline-start'] = "anchor(center, anchor(left))" should set the property value +PASS e.style['inset-inline-start'] = "anchor(center, anchor(--bar left))" should set the property value +PASS e.style['inset-inline-start'] = "anchor(center, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['inset-inline-start'] = "anchor(50%)" should set the property value +PASS e.style['inset-inline-start'] = "anchor(50%, 1px)" should set the property value +PASS e.style['inset-inline-start'] = "anchor(50%, 50%)" should set the property value +PASS e.style['inset-inline-start'] = "anchor(50%, calc(50% + 1px))" should set the property value +PASS e.style['inset-inline-start'] = "anchor(50%, anchor(left))" should set the property value +PASS e.style['inset-inline-start'] = "anchor(50%, anchor(--bar left))" should set the property value +PASS e.style['inset-inline-start'] = "anchor(50%, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['inset-inline-start'] = "anchor(--foo inside)" should set the property value +PASS e.style['inset-inline-start'] = "anchor(--foo inside, 1px)" should set the property value +PASS e.style['inset-inline-start'] = "anchor(--foo inside, 50%)" should set the property value +PASS e.style['inset-inline-start'] = "anchor(--foo inside, calc(50% + 1px))" should set the property value +PASS e.style['inset-inline-start'] = "anchor(--foo inside, anchor(left))" should set the property value +PASS e.style['inset-inline-start'] = "anchor(--foo inside, anchor(--bar left))" should set the property value +PASS e.style['inset-inline-start'] = "anchor(--foo inside, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['inset-inline-start'] = "anchor(--foo outside)" should set the property value +PASS e.style['inset-inline-start'] = "anchor(--foo outside, 1px)" should set the property value +PASS e.style['inset-inline-start'] = "anchor(--foo outside, 50%)" should set the property value +PASS e.style['inset-inline-start'] = "anchor(--foo outside, calc(50% + 1px))" should set the property value +PASS e.style['inset-inline-start'] = "anchor(--foo outside, anchor(left))" should set the property value +PASS e.style['inset-inline-start'] = "anchor(--foo outside, anchor(--bar left))" should set the property value +PASS e.style['inset-inline-start'] = "anchor(--foo outside, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['inset-inline-start'] = "anchor(--foo left)" should set the property value +PASS e.style['inset-inline-start'] = "anchor(--foo left, 1px)" should set the property value +PASS e.style['inset-inline-start'] = "anchor(--foo left, 50%)" should set the property value +PASS e.style['inset-inline-start'] = "anchor(--foo left, calc(50% + 1px))" should set the property value +PASS e.style['inset-inline-start'] = "anchor(--foo left, anchor(left))" should set the property value +PASS e.style['inset-inline-start'] = "anchor(--foo left, anchor(--bar left))" should set the property value +PASS e.style['inset-inline-start'] = "anchor(--foo left, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['inset-inline-start'] = "anchor(--foo right)" should set the property value +PASS e.style['inset-inline-start'] = "anchor(--foo right, 1px)" should set the property value +PASS e.style['inset-inline-start'] = "anchor(--foo right, 50%)" should set the property value +PASS e.style['inset-inline-start'] = "anchor(--foo right, calc(50% + 1px))" should set the property value +PASS e.style['inset-inline-start'] = "anchor(--foo right, anchor(left))" should set the property value +PASS e.style['inset-inline-start'] = "anchor(--foo right, anchor(--bar left))" should set the property value +PASS e.style['inset-inline-start'] = "anchor(--foo right, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['inset-inline-start'] = "anchor(--foo top)" should set the property value +PASS e.style['inset-inline-start'] = "anchor(--foo top, 1px)" should set the property value +PASS e.style['inset-inline-start'] = "anchor(--foo top, 50%)" should set the property value +PASS e.style['inset-inline-start'] = "anchor(--foo top, calc(50% + 1px))" should set the property value +PASS e.style['inset-inline-start'] = "anchor(--foo top, anchor(left))" should set the property value +PASS e.style['inset-inline-start'] = "anchor(--foo top, anchor(--bar left))" should set the property value +PASS e.style['inset-inline-start'] = "anchor(--foo top, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['inset-inline-start'] = "anchor(--foo bottom)" should set the property value +PASS e.style['inset-inline-start'] = "anchor(--foo bottom, 1px)" should set the property value +PASS e.style['inset-inline-start'] = "anchor(--foo bottom, 50%)" should set the property value +PASS e.style['inset-inline-start'] = "anchor(--foo bottom, calc(50% + 1px))" should set the property value +PASS e.style['inset-inline-start'] = "anchor(--foo bottom, anchor(left))" should set the property value +PASS e.style['inset-inline-start'] = "anchor(--foo bottom, anchor(--bar left))" should set the property value +PASS e.style['inset-inline-start'] = "anchor(--foo bottom, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['inset-inline-start'] = "anchor(--foo start)" should set the property value +PASS e.style['inset-inline-start'] = "anchor(--foo start, 1px)" should set the property value +PASS e.style['inset-inline-start'] = "anchor(--foo start, 50%)" should set the property value +PASS e.style['inset-inline-start'] = "anchor(--foo start, calc(50% + 1px))" should set the property value +PASS e.style['inset-inline-start'] = "anchor(--foo start, anchor(left))" should set the property value +PASS e.style['inset-inline-start'] = "anchor(--foo start, anchor(--bar left))" should set the property value +PASS e.style['inset-inline-start'] = "anchor(--foo start, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['inset-inline-start'] = "anchor(--foo end)" should set the property value +PASS e.style['inset-inline-start'] = "anchor(--foo end, 1px)" should set the property value +PASS e.style['inset-inline-start'] = "anchor(--foo end, 50%)" should set the property value +PASS e.style['inset-inline-start'] = "anchor(--foo end, calc(50% + 1px))" should set the property value +PASS e.style['inset-inline-start'] = "anchor(--foo end, anchor(left))" should set the property value +PASS e.style['inset-inline-start'] = "anchor(--foo end, anchor(--bar left))" should set the property value +PASS e.style['inset-inline-start'] = "anchor(--foo end, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['inset-inline-start'] = "anchor(--foo self-start)" should set the property value +PASS e.style['inset-inline-start'] = "anchor(--foo self-start, 1px)" should set the property value +PASS e.style['inset-inline-start'] = "anchor(--foo self-start, 50%)" should set the property value +PASS e.style['inset-inline-start'] = "anchor(--foo self-start, calc(50% + 1px))" should set the property value +PASS e.style['inset-inline-start'] = "anchor(--foo self-start, anchor(left))" should set the property value +PASS e.style['inset-inline-start'] = "anchor(--foo self-start, anchor(--bar left))" should set the property value +PASS e.style['inset-inline-start'] = "anchor(--foo self-start, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['inset-inline-start'] = "anchor(--foo self-end)" should set the property value +PASS e.style['inset-inline-start'] = "anchor(--foo self-end, 1px)" should set the property value +PASS e.style['inset-inline-start'] = "anchor(--foo self-end, 50%)" should set the property value +PASS e.style['inset-inline-start'] = "anchor(--foo self-end, calc(50% + 1px))" should set the property value +PASS e.style['inset-inline-start'] = "anchor(--foo self-end, anchor(left))" should set the property value +PASS e.style['inset-inline-start'] = "anchor(--foo self-end, anchor(--bar left))" should set the property value +PASS e.style['inset-inline-start'] = "anchor(--foo self-end, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['inset-inline-start'] = "anchor(--foo center)" should set the property value +PASS e.style['inset-inline-start'] = "anchor(--foo center, 1px)" should set the property value +PASS e.style['inset-inline-start'] = "anchor(--foo center, 50%)" should set the property value +PASS e.style['inset-inline-start'] = "anchor(--foo center, calc(50% + 1px))" should set the property value +PASS e.style['inset-inline-start'] = "anchor(--foo center, anchor(left))" should set the property value +PASS e.style['inset-inline-start'] = "anchor(--foo center, anchor(--bar left))" should set the property value +PASS e.style['inset-inline-start'] = "anchor(--foo center, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['inset-inline-start'] = "anchor(--foo 50%)" should set the property value +PASS e.style['inset-inline-start'] = "anchor(--foo 50%, 1px)" should set the property value +PASS e.style['inset-inline-start'] = "anchor(--foo 50%, 50%)" should set the property value +PASS e.style['inset-inline-start'] = "anchor(--foo 50%, calc(50% + 1px))" should set the property value +PASS e.style['inset-inline-start'] = "anchor(--foo 50%, anchor(left))" should set the property value +PASS e.style['inset-inline-start'] = "anchor(--foo 50%, anchor(--bar left))" should set the property value +PASS e.style['inset-inline-start'] = "anchor(--foo 50%, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['inset-inline-end'] = "anchor(inside)" should set the property value +PASS e.style['inset-inline-end'] = "anchor(inside, 1px)" should set the property value +PASS e.style['inset-inline-end'] = "anchor(inside, 50%)" should set the property value +PASS e.style['inset-inline-end'] = "anchor(inside, calc(50% + 1px))" should set the property value +PASS e.style['inset-inline-end'] = "anchor(inside, anchor(left))" should set the property value +PASS e.style['inset-inline-end'] = "anchor(inside, anchor(--bar left))" should set the property value +PASS e.style['inset-inline-end'] = "anchor(inside, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['inset-inline-end'] = "anchor(outside)" should set the property value +PASS e.style['inset-inline-end'] = "anchor(outside, 1px)" should set the property value +PASS e.style['inset-inline-end'] = "anchor(outside, 50%)" should set the property value +PASS e.style['inset-inline-end'] = "anchor(outside, calc(50% + 1px))" should set the property value +PASS e.style['inset-inline-end'] = "anchor(outside, anchor(left))" should set the property value +PASS e.style['inset-inline-end'] = "anchor(outside, anchor(--bar left))" should set the property value +PASS e.style['inset-inline-end'] = "anchor(outside, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['inset-inline-end'] = "anchor(left)" should set the property value +PASS e.style['inset-inline-end'] = "anchor(left, 1px)" should set the property value +PASS e.style['inset-inline-end'] = "anchor(left, 50%)" should set the property value +PASS e.style['inset-inline-end'] = "anchor(left, calc(50% + 1px))" should set the property value +PASS e.style['inset-inline-end'] = "anchor(left, anchor(left))" should set the property value +PASS e.style['inset-inline-end'] = "anchor(left, anchor(--bar left))" should set the property value +PASS e.style['inset-inline-end'] = "anchor(left, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['inset-inline-end'] = "anchor(right)" should set the property value +PASS e.style['inset-inline-end'] = "anchor(right, 1px)" should set the property value +PASS e.style['inset-inline-end'] = "anchor(right, 50%)" should set the property value +PASS e.style['inset-inline-end'] = "anchor(right, calc(50% + 1px))" should set the property value +PASS e.style['inset-inline-end'] = "anchor(right, anchor(left))" should set the property value +PASS e.style['inset-inline-end'] = "anchor(right, anchor(--bar left))" should set the property value +PASS e.style['inset-inline-end'] = "anchor(right, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['inset-inline-end'] = "anchor(top)" should set the property value +PASS e.style['inset-inline-end'] = "anchor(top, 1px)" should set the property value +PASS e.style['inset-inline-end'] = "anchor(top, 50%)" should set the property value +PASS e.style['inset-inline-end'] = "anchor(top, calc(50% + 1px))" should set the property value +PASS e.style['inset-inline-end'] = "anchor(top, anchor(left))" should set the property value +PASS e.style['inset-inline-end'] = "anchor(top, anchor(--bar left))" should set the property value +PASS e.style['inset-inline-end'] = "anchor(top, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['inset-inline-end'] = "anchor(bottom)" should set the property value +PASS e.style['inset-inline-end'] = "anchor(bottom, 1px)" should set the property value +PASS e.style['inset-inline-end'] = "anchor(bottom, 50%)" should set the property value +PASS e.style['inset-inline-end'] = "anchor(bottom, calc(50% + 1px))" should set the property value +PASS e.style['inset-inline-end'] = "anchor(bottom, anchor(left))" should set the property value +PASS e.style['inset-inline-end'] = "anchor(bottom, anchor(--bar left))" should set the property value +PASS e.style['inset-inline-end'] = "anchor(bottom, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['inset-inline-end'] = "anchor(start)" should set the property value +PASS e.style['inset-inline-end'] = "anchor(start, 1px)" should set the property value +PASS e.style['inset-inline-end'] = "anchor(start, 50%)" should set the property value +PASS e.style['inset-inline-end'] = "anchor(start, calc(50% + 1px))" should set the property value +PASS e.style['inset-inline-end'] = "anchor(start, anchor(left))" should set the property value +PASS e.style['inset-inline-end'] = "anchor(start, anchor(--bar left))" should set the property value +PASS e.style['inset-inline-end'] = "anchor(start, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['inset-inline-end'] = "anchor(end)" should set the property value +PASS e.style['inset-inline-end'] = "anchor(end, 1px)" should set the property value +PASS e.style['inset-inline-end'] = "anchor(end, 50%)" should set the property value +PASS e.style['inset-inline-end'] = "anchor(end, calc(50% + 1px))" should set the property value +PASS e.style['inset-inline-end'] = "anchor(end, anchor(left))" should set the property value +PASS e.style['inset-inline-end'] = "anchor(end, anchor(--bar left))" should set the property value +PASS e.style['inset-inline-end'] = "anchor(end, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['inset-inline-end'] = "anchor(self-start)" should set the property value +PASS e.style['inset-inline-end'] = "anchor(self-start, 1px)" should set the property value +PASS e.style['inset-inline-end'] = "anchor(self-start, 50%)" should set the property value +PASS e.style['inset-inline-end'] = "anchor(self-start, calc(50% + 1px))" should set the property value +PASS e.style['inset-inline-end'] = "anchor(self-start, anchor(left))" should set the property value +PASS e.style['inset-inline-end'] = "anchor(self-start, anchor(--bar left))" should set the property value +PASS e.style['inset-inline-end'] = "anchor(self-start, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['inset-inline-end'] = "anchor(self-end)" should set the property value +PASS e.style['inset-inline-end'] = "anchor(self-end, 1px)" should set the property value +PASS e.style['inset-inline-end'] = "anchor(self-end, 50%)" should set the property value +PASS e.style['inset-inline-end'] = "anchor(self-end, calc(50% + 1px))" should set the property value +PASS e.style['inset-inline-end'] = "anchor(self-end, anchor(left))" should set the property value +PASS e.style['inset-inline-end'] = "anchor(self-end, anchor(--bar left))" should set the property value +PASS e.style['inset-inline-end'] = "anchor(self-end, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['inset-inline-end'] = "anchor(center)" should set the property value +PASS e.style['inset-inline-end'] = "anchor(center, 1px)" should set the property value +PASS e.style['inset-inline-end'] = "anchor(center, 50%)" should set the property value +PASS e.style['inset-inline-end'] = "anchor(center, calc(50% + 1px))" should set the property value +PASS e.style['inset-inline-end'] = "anchor(center, anchor(left))" should set the property value +PASS e.style['inset-inline-end'] = "anchor(center, anchor(--bar left))" should set the property value +PASS e.style['inset-inline-end'] = "anchor(center, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['inset-inline-end'] = "anchor(50%)" should set the property value +PASS e.style['inset-inline-end'] = "anchor(50%, 1px)" should set the property value +PASS e.style['inset-inline-end'] = "anchor(50%, 50%)" should set the property value +PASS e.style['inset-inline-end'] = "anchor(50%, calc(50% + 1px))" should set the property value +PASS e.style['inset-inline-end'] = "anchor(50%, anchor(left))" should set the property value +PASS e.style['inset-inline-end'] = "anchor(50%, anchor(--bar left))" should set the property value +PASS e.style['inset-inline-end'] = "anchor(50%, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['inset-inline-end'] = "anchor(--foo inside)" should set the property value +PASS e.style['inset-inline-end'] = "anchor(--foo inside, 1px)" should set the property value +PASS e.style['inset-inline-end'] = "anchor(--foo inside, 50%)" should set the property value +PASS e.style['inset-inline-end'] = "anchor(--foo inside, calc(50% + 1px))" should set the property value +PASS e.style['inset-inline-end'] = "anchor(--foo inside, anchor(left))" should set the property value +PASS e.style['inset-inline-end'] = "anchor(--foo inside, anchor(--bar left))" should set the property value +PASS e.style['inset-inline-end'] = "anchor(--foo inside, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['inset-inline-end'] = "anchor(--foo outside)" should set the property value +PASS e.style['inset-inline-end'] = "anchor(--foo outside, 1px)" should set the property value +PASS e.style['inset-inline-end'] = "anchor(--foo outside, 50%)" should set the property value +PASS e.style['inset-inline-end'] = "anchor(--foo outside, calc(50% + 1px))" should set the property value +PASS e.style['inset-inline-end'] = "anchor(--foo outside, anchor(left))" should set the property value +PASS e.style['inset-inline-end'] = "anchor(--foo outside, anchor(--bar left))" should set the property value +PASS e.style['inset-inline-end'] = "anchor(--foo outside, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['inset-inline-end'] = "anchor(--foo left)" should set the property value +PASS e.style['inset-inline-end'] = "anchor(--foo left, 1px)" should set the property value +PASS e.style['inset-inline-end'] = "anchor(--foo left, 50%)" should set the property value +PASS e.style['inset-inline-end'] = "anchor(--foo left, calc(50% + 1px))" should set the property value +PASS e.style['inset-inline-end'] = "anchor(--foo left, anchor(left))" should set the property value +PASS e.style['inset-inline-end'] = "anchor(--foo left, anchor(--bar left))" should set the property value +PASS e.style['inset-inline-end'] = "anchor(--foo left, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['inset-inline-end'] = "anchor(--foo right)" should set the property value +PASS e.style['inset-inline-end'] = "anchor(--foo right, 1px)" should set the property value +PASS e.style['inset-inline-end'] = "anchor(--foo right, 50%)" should set the property value +PASS e.style['inset-inline-end'] = "anchor(--foo right, calc(50% + 1px))" should set the property value +PASS e.style['inset-inline-end'] = "anchor(--foo right, anchor(left))" should set the property value +PASS e.style['inset-inline-end'] = "anchor(--foo right, anchor(--bar left))" should set the property value +PASS e.style['inset-inline-end'] = "anchor(--foo right, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['inset-inline-end'] = "anchor(--foo top)" should set the property value +PASS e.style['inset-inline-end'] = "anchor(--foo top, 1px)" should set the property value +PASS e.style['inset-inline-end'] = "anchor(--foo top, 50%)" should set the property value +PASS e.style['inset-inline-end'] = "anchor(--foo top, calc(50% + 1px))" should set the property value +PASS e.style['inset-inline-end'] = "anchor(--foo top, anchor(left))" should set the property value +PASS e.style['inset-inline-end'] = "anchor(--foo top, anchor(--bar left))" should set the property value +PASS e.style['inset-inline-end'] = "anchor(--foo top, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['inset-inline-end'] = "anchor(--foo bottom)" should set the property value +PASS e.style['inset-inline-end'] = "anchor(--foo bottom, 1px)" should set the property value +PASS e.style['inset-inline-end'] = "anchor(--foo bottom, 50%)" should set the property value +PASS e.style['inset-inline-end'] = "anchor(--foo bottom, calc(50% + 1px))" should set the property value +PASS e.style['inset-inline-end'] = "anchor(--foo bottom, anchor(left))" should set the property value +PASS e.style['inset-inline-end'] = "anchor(--foo bottom, anchor(--bar left))" should set the property value +PASS e.style['inset-inline-end'] = "anchor(--foo bottom, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['inset-inline-end'] = "anchor(--foo start)" should set the property value +PASS e.style['inset-inline-end'] = "anchor(--foo start, 1px)" should set the property value +PASS e.style['inset-inline-end'] = "anchor(--foo start, 50%)" should set the property value +PASS e.style['inset-inline-end'] = "anchor(--foo start, calc(50% + 1px))" should set the property value +PASS e.style['inset-inline-end'] = "anchor(--foo start, anchor(left))" should set the property value +PASS e.style['inset-inline-end'] = "anchor(--foo start, anchor(--bar left))" should set the property value +PASS e.style['inset-inline-end'] = "anchor(--foo start, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['inset-inline-end'] = "anchor(--foo end)" should set the property value +PASS e.style['inset-inline-end'] = "anchor(--foo end, 1px)" should set the property value +PASS e.style['inset-inline-end'] = "anchor(--foo end, 50%)" should set the property value +PASS e.style['inset-inline-end'] = "anchor(--foo end, calc(50% + 1px))" should set the property value +PASS e.style['inset-inline-end'] = "anchor(--foo end, anchor(left))" should set the property value +PASS e.style['inset-inline-end'] = "anchor(--foo end, anchor(--bar left))" should set the property value +PASS e.style['inset-inline-end'] = "anchor(--foo end, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['inset-inline-end'] = "anchor(--foo self-start)" should set the property value +PASS e.style['inset-inline-end'] = "anchor(--foo self-start, 1px)" should set the property value +PASS e.style['inset-inline-end'] = "anchor(--foo self-start, 50%)" should set the property value +PASS e.style['inset-inline-end'] = "anchor(--foo self-start, calc(50% + 1px))" should set the property value +PASS e.style['inset-inline-end'] = "anchor(--foo self-start, anchor(left))" should set the property value +PASS e.style['inset-inline-end'] = "anchor(--foo self-start, anchor(--bar left))" should set the property value +PASS e.style['inset-inline-end'] = "anchor(--foo self-start, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['inset-inline-end'] = "anchor(--foo self-end)" should set the property value +PASS e.style['inset-inline-end'] = "anchor(--foo self-end, 1px)" should set the property value +PASS e.style['inset-inline-end'] = "anchor(--foo self-end, 50%)" should set the property value +PASS e.style['inset-inline-end'] = "anchor(--foo self-end, calc(50% + 1px))" should set the property value +PASS e.style['inset-inline-end'] = "anchor(--foo self-end, anchor(left))" should set the property value +PASS e.style['inset-inline-end'] = "anchor(--foo self-end, anchor(--bar left))" should set the property value +PASS e.style['inset-inline-end'] = "anchor(--foo self-end, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['inset-inline-end'] = "anchor(--foo center)" should set the property value +PASS e.style['inset-inline-end'] = "anchor(--foo center, 1px)" should set the property value +PASS e.style['inset-inline-end'] = "anchor(--foo center, 50%)" should set the property value +PASS e.style['inset-inline-end'] = "anchor(--foo center, calc(50% + 1px))" should set the property value +PASS e.style['inset-inline-end'] = "anchor(--foo center, anchor(left))" should set the property value +PASS e.style['inset-inline-end'] = "anchor(--foo center, anchor(--bar left))" should set the property value +PASS e.style['inset-inline-end'] = "anchor(--foo center, anchor(--bar left, anchor(--baz right)))" should set the property value +PASS e.style['inset-inline-end'] = "anchor(--foo 50%)" should set the property value +PASS e.style['inset-inline-end'] = "anchor(--foo 50%, 1px)" should set the property value +PASS e.style['inset-inline-end'] = "anchor(--foo 50%, 50%)" should set the property value +PASS e.style['inset-inline-end'] = "anchor(--foo 50%, calc(50% + 1px))" should set the property value +PASS e.style['inset-inline-end'] = "anchor(--foo 50%, anchor(left))" should set the property value +PASS e.style['inset-inline-end'] = "anchor(--foo 50%, anchor(--bar left))" should set the property value +PASS e.style['inset-inline-end'] = "anchor(--foo 50%, anchor(--bar left, anchor(--baz right)))" should set the property value FAIL e.style['top'] = "calc((anchor(--foo top) + anchor(--bar bottom)) / 2)" should set the property value assert_not_equals: property should be set got disallowed value "" FAIL e.style['top'] = "anchor(--foo top, calc(anchor(--bar bottom) * 0.5))" should set the property value assert_not_equals: property should be set got disallowed value "" FAIL e.style['top'] = "min(100px, 10%, anchor(--foo top), anchor(--bar bottom))" should set the property value assert_not_equals: property should be set got disallowed value "" diff --git a/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-position-001-expected.txt b/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-position-001-expected.txt index 604d60b31167b..220a07a3d8407 100644 --- a/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-position-001-expected.txt +++ b/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-position-001-expected.txt @@ -1,5 +1,5 @@ FAIL #target 1 assert_equals:
-width expected 300 but got 0 +width expected 300 but got 784 diff --git a/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-position-004-expected.txt b/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-position-004-expected.txt index 58604f1c58b57..9c82e6046bc8d 100644 --- a/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-position-004-expected.txt +++ b/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-position-004-expected.txt @@ -19,76 +19,74 @@ FAIL .target 6 assert_equals: offsetLeft expected 120 but got 0 FAIL .target 7 assert_equals:
-offsetLeft expected 20 but got 0 +offsetLeft expected 20 but got 200 FAIL .target 8 assert_equals:
-offsetLeft expected 40 but got 0 +offsetLeft expected 40 but got 200 FAIL .target 9 assert_equals:
-offsetLeft expected 70 but got 0 +offsetLeft expected 70 but got 200 FAIL .target 10 assert_equals:
-offsetLeft expected 70 but got 0 +offsetLeft expected 70 but got 200 FAIL .target 11 assert_equals:
-offsetLeft expected 100 but got 0 +offsetLeft expected 100 but got 200 FAIL .target 12 assert_equals:
-offsetLeft expected 120 but got 0 +offsetLeft expected 120 but got 200 FAIL .target 13 assert_equals:
-offsetTop expected 30 but got 250 +offsetTop expected 30 but got 0 FAIL .target 14 assert_equals:
-offsetTop expected 70 but got 250 +offsetTop expected 70 but got 0 FAIL .target 15 assert_equals:
-offsetTop expected 130 but got 250 +offsetTop expected 130 but got 0 FAIL .target 16 assert_equals:
-offsetTop expected 130 but got 250 +offsetTop expected 130 but got 0 FAIL .target 17 assert_equals:
-offsetTop expected 190 but got 250 +offsetTop expected 190 but got 0 FAIL .target 18 assert_equals:
-offsetTop expected 230 but got 250 +offsetTop expected 230 but got 0 FAIL .target 19 assert_equals:
-offsetTop expected 30 but got 250 +offsetTop expected 30 but got 230 FAIL .target 20 assert_equals:
-offsetTop expected 70 but got 250 +offsetTop expected 70 but got 230 FAIL .target 21 assert_equals:
-offsetTop expected 130 but got 250 +offsetTop expected 130 but got 230 FAIL .target 22 assert_equals:
-offsetTop expected 130 but got 250 +offsetTop expected 130 but got 230 FAIL .target 23 assert_equals:
-offsetTop expected 190 but got 250 -FAIL .target 24 assert_equals: -
-offsetTop expected 230 but got 250 +offsetTop expected 190 but got 230 +PASS .target 24 FAIL .target 25 assert_equals:
-offsetLeft expected 170 but got 50 +offsetLeft expected 170 but got 0 FAIL .target 26 assert_equals:
-offsetLeft expected 70 but got 50 +offsetLeft expected 70 but got 0 FAIL .target 27 assert_equals:
-offsetLeft expected 170 but got 50 +offsetLeft expected 170 but got 200 FAIL .target 28 assert_equals:
-offsetLeft expected 70 but got 50 +offsetLeft expected 70 but got 200 FAIL .target 29 assert_equals:
-offsetTop expected 220 but got 240 +offsetTop expected 220 but got 0 FAIL .target 30 assert_equals:
-offsetTop expected 20 but got 240 +offsetTop expected 20 but got 0 FAIL .target 31 assert_equals:
offsetTop expected 220 but got 240 diff --git a/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-position-borders-001-expected.txt b/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-position-borders-001-expected.txt index 750e7352f446d..f94fe1c171852 100644 --- a/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-position-borders-001-expected.txt +++ b/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-position-borders-001-expected.txt @@ -1,38 +1,38 @@ FAIL .target 1 assert_equals:
-width expected 31 but got 0 +width expected 31 but got 755 FAIL .target 2 assert_equals:
-width expected 31 but got 0 +width expected 31 but got 755 FAIL .target 3 assert_equals:
-width expected 31 but got 0 +width expected 31 but got 769 FAIL .target 4 assert_equals:
-width expected 31 but got 0 +width expected 31 but got 769 FAIL .target 5 assert_equals:
-width expected 31 but got 0 +width expected 31 but got 769 FAIL .target 6 assert_equals:
-width expected 31 but got 0 +width expected 31 but got 769 FAIL .target 7 assert_equals:
-width expected 31 but got 0 +width expected 31 but got 769 FAIL .target 8 assert_equals:
-width expected 45 but got 0 +width expected 45 but got 769 FAIL .target 9 assert_equals:
-width expected 45 but got 0 +width expected 45 but got 769 FAIL .target 10 assert_equals:
-width expected 17 but got 0 +width expected 17 but got 755 FAIL .target 11 assert_equals:
-width expected 31 but got 14 +width expected 31 but got 769 FAIL .target 12 assert_equals:
-width expected 31 but got 14 +width expected 31 but got 769 diff --git a/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-position-borders-002-expected.txt b/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-position-borders-002-expected.txt index 109baacd0298f..a1b00e129cb14 100644 --- a/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-position-borders-002-expected.txt +++ b/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-position-borders-002-expected.txt @@ -1,7 +1,7 @@ -FAIL anchor-position-borders-002 assert_array_equals: expected property 0 to be 807 but got 711 (expected array [807, 57, 807, 57] got [711, 26, 742, 57]) -FAIL anchor-position-borders-002 1 assert_array_equals: expected property 0 to be 801 but got 705 (expected array [801, 119, 801, 119] got [705, 88, 736, 119]) -FAIL anchor-position-borders-002 2 assert_array_equals: expected property 0 to be 8 but got 705 (expected array [8, 208, 8, 208] got [705, 155, 736, 186]) -FAIL anchor-position-borders-002 3 assert_array_equals: expected property 0 to be 801 but got 705 (expected array [801, 255, 801, 255] got [705, 224, 736, 255]) -FAIL anchor-position-borders-002 4 assert_array_equals: expected property 0 to be 801 but got 699 (expected array [801, 349, 801, 349] got [699, 296, 730, 327]) +FAIL anchor-position-borders-002 assert_array_equals: expected property 0 to be 23 but got 711 (expected array [23, 17, 792, 57] got [711, 26, 742, 57]) +FAIL anchor-position-borders-002 1 assert_array_equals: expected property 0 to be 31 but got 705 (expected array [31, 79, 786, 119] got [705, 88, 736, 119]) +FAIL anchor-position-borders-002 2 assert_array_equals: expected property 0 to be 8 but got 705 (expected array [8, 141, 792, 208] got [705, 155, 736, 186]) +FAIL anchor-position-borders-002 3 assert_array_equals: expected property 0 to be 31 but got 705 (expected array [31, 215, 786, 255] got [705, 224, 736, 255]) +FAIL anchor-position-borders-002 4 assert_array_equals: expected property 0 to be 31 but got 699 (expected array [31, 282, 786, 349] got [699, 296, 730, 327]) diff --git a/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-position-dynamic-001-expected.txt b/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-position-dynamic-001-expected.txt index 604d60b31167b..880d2518e6ab6 100644 --- a/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-position-dynamic-001-expected.txt +++ b/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-position-dynamic-001-expected.txt @@ -1,5 +1,5 @@ FAIL #target 1 assert_equals:
-width expected 300 but got 0 +width expected 300 but got 769 diff --git a/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-position-dynamic-004-expected.txt b/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-position-dynamic-004-expected.txt index 07907684a19e1..20fbc7f1426c1 100644 --- a/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-position-dynamic-004-expected.txt +++ b/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-position-dynamic-004-expected.txt @@ -1,5 +1,5 @@ FAIL .target 1 assert_equals:
-width expected 30 but got 0 +width expected 30 but got 784 diff --git a/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-position-inline-001-expected.txt b/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-position-inline-001-expected.txt index 95532abe9d903..58577ef045494 100644 --- a/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-position-inline-001-expected.txt +++ b/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-position-inline-001-expected.txt @@ -7,9 +7,9 @@ FAIL .target 1 assert_equals: offsetLeft expected 40 but got 0 FAIL .target 2 assert_equals:
-offsetLeft expected 70 but got 0 +offsetLeft expected 70 but got 100 FAIL .target 3 assert_equals:
-offsetTop expected 20 but got 30 +offsetTop expected 20 but got 0 PASS .target 4 diff --git a/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-position-inline-002-expected.txt b/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-position-inline-002-expected.txt index 87c73f9b20388..ded29de7a9c3e 100644 --- a/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-position-inline-002-expected.txt +++ b/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-position-inline-002-expected.txt @@ -5,9 +5,9 @@ spacer PASS .target 1 FAIL .target 2 assert_equals:
-offsetLeft expected 60 but got 0 +offsetLeft expected 60 but got 100 FAIL .target 3 assert_equals:
-offsetTop expected 20 but got 40 +offsetTop expected 20 but got 0 PASS .target 4 diff --git a/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-position-inline-003-expected.txt b/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-position-inline-003-expected.txt index d8d5c6e775cd7..b9adfff6762a3 100644 --- a/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-position-inline-003-expected.txt +++ b/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-position-inline-003-expected.txt @@ -7,9 +7,9 @@ FAIL .target 1 assert_equals: offsetLeft expected 10 but got 0 FAIL .target 2 assert_equals:
-offsetLeft expected 40 but got 0 +offsetLeft expected 40 but got 100 FAIL .target 3 assert_equals:
-offsetTop expected 20 but got 30 +offsetTop expected 20 but got 0 PASS .target 4 diff --git a/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-position-inline-004-expected.txt b/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-position-inline-004-expected.txt index 8d7f556305266..64406f497b12b 100644 --- a/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-position-inline-004-expected.txt +++ b/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-position-inline-004-expected.txt @@ -7,73 +7,69 @@ a1 345 FAIL .target 1 assert_equals: -width expected 20 but got 0 +width expected 20 but got 80 FAIL .target 2 assert_equals: width expected 20 but got 0 FAIL .target 3 assert_equals: -width expected 20 but got 0 +width expected 20 but got 100 FAIL .target 4 assert_equals: width expected 20 but got 0 FAIL .target 5 assert_equals: -width expected 20 but got 0 +width expected 20 but got 100 FAIL .target 6 assert_equals: width expected 20 but got 0 FAIL .target 7 assert_equals: -width expected 100 but got 0 +width expected 100 but got 40 FAIL .target 8 assert_equals: width expected 100 but got 0 -FAIL .target 9 assert_equals: - -width expected 100 but got 0 +PASS .target 9 FAIL .target 10 assert_equals: width expected 100 but got 0 -FAIL .target 11 assert_equals: - -width expected 100 but got 0 +PASS .target 11 FAIL .target 12 assert_equals: width expected 100 but got 0 FAIL .target 13 assert_equals: -width expected 70 but got 0 +width expected 70 but got 40 FAIL .target 14 assert_equals: width expected 70 but got 0 FAIL .target 15 assert_equals: -width expected 70 but got 0 +width expected 70 but got 100 FAIL .target 16 assert_equals: width expected 70 but got 0 FAIL .target 17 assert_equals: -width expected 70 but got 0 +width expected 70 but got 100 FAIL .target 18 assert_equals: width expected 70 but got 0 FAIL .target 19 assert_equals: -width expected 80 but got 0 +width expected 80 but got 40 FAIL .target 20 assert_equals: width expected 80 but got 0 FAIL .target 21 assert_equals: -width expected 80 but got 0 +width expected 80 but got 320 FAIL .target 22 assert_equals: width expected 80 but got 0 FAIL .target 23 assert_equals: -width expected 80 but got 0 +width expected 80 but got 320 FAIL .target 24 assert_equals: width expected 80 but got 0 diff --git a/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-position-multicol-001-expected.txt b/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-position-multicol-001-expected.txt index 48ba35b69e690..e015b28d47c90 100644 --- a/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-position-multicol-001-expected.txt +++ b/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-position-multicol-001-expected.txt @@ -5,9 +5,9 @@ FAIL .target 1 assert_equals: offsetLeft expected 110 but got 0 FAIL .target 2 assert_equals:
-offsetLeft expected 320 but got 0 +offsetLeft expected 320 but got 100 FAIL .target 3 assert_equals:
-offsetTop expected 10 but got 110 +offsetTop expected 10 but got 0 PASS .target 4 diff --git a/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-position-multicol-002-expected.txt b/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-position-multicol-002-expected.txt index 754656a97d2ba..1d319526c2606 100644 --- a/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-position-multicol-002-expected.txt +++ b/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-position-multicol-002-expected.txt @@ -6,35 +6,35 @@ FAIL .target 1 assert_equals: width expected 160 but got 0 FAIL .target 2 assert_equals:
-offsetLeft expected 168 but got 8 +offsetLeft expected 168 but got 76 FAIL .target 3 assert_equals:
width expected 160 but got 0 FAIL .target 4 assert_equals:
-offsetLeft expected 176 but got 16 +offsetLeft expected 176 but got 84 FAIL .target 5 assert_equals:
width expected 160 but got 0 FAIL .target 6 assert_equals:
-offsetLeft expected 294 but got 8 +offsetLeft expected 294 but got 760 FAIL .target 7 assert_equals:
width expected 160 but got 0 FAIL .target 8 assert_equals:
-offsetLeft expected 302 but got 16 +offsetLeft expected 302 but got 768 FAIL .target 9 assert_equals:
width expected 160 but got 0 FAIL .target 10 assert_equals:
-offsetLeft expected 294 but got 8 +offsetLeft expected 294 but got 760 FAIL .target 11 assert_equals:
width expected 160 but got 0 FAIL .target 12 assert_equals:
-offsetLeft expected 302 but got 16 +offsetLeft expected 302 but got 768 diff --git a/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-position-multicol-004-expected.txt b/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-position-multicol-004-expected.txt index 7550ca1cbb42f..b4214703e001a 100644 --- a/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-position-multicol-004-expected.txt +++ b/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-position-multicol-004-expected.txt @@ -6,11 +6,11 @@ FAIL .target 1 assert_equals: width expected 130 but got 0 FAIL .target 2 assert_equals:
-offsetLeft expected 138 but got 8 +offsetLeft expected 138 but got 48 FAIL .target 3 assert_equals:
width expected 130 but got 0 FAIL .target 4 assert_equals:
-offsetLeft expected 154 but got 8 +offsetLeft expected 154 but got 76 diff --git a/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-position-principal-box-expected.txt b/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-position-principal-box-expected.txt index 443a44a88ca5f..bd875de24c66c 100644 --- a/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-position-principal-box-expected.txt +++ b/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-position-principal-box-expected.txt @@ -1,3 +1,3 @@ -PASS anchor-name should only apply to elements which generate a principal box +FAIL anchor-name should only apply to elements which generate a principal box assert_equals: #anchored is positioned against #inner expected 100 but got 0 diff --git a/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-position-writing-modes-001-expected.txt b/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-position-writing-modes-001-expected.txt index b0e56cc982ac9..ded70e278f348 100644 --- a/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-position-writing-modes-001-expected.txt +++ b/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-position-writing-modes-001-expected.txt @@ -1,1298 +1,1298 @@ -FAIL 0: htb-ltr/htb-ltr/htb-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1: htb-ltr/htb-ltr/htb-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 2: htb-ltr/htb-ltr/htb-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 3: htb-ltr/htb-ltr/htb-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 4: htb-ltr/htb-ltr/htb-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 5: htb-ltr/htb-ltr/htb-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 6: htb-ltr/htb-ltr/htb-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 7: htb-ltr/htb-ltr/htb-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 8: htb-ltr/htb-ltr/htb-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 9: htb-ltr/htb-ltr/htb-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 10: htb-ltr/htb-ltr/htb-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 11: htb-ltr/htb-ltr/htb-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 12: htb-ltr/htb-ltr/vlr-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 13: htb-ltr/htb-ltr/vlr-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 14: htb-ltr/htb-ltr/vlr-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 15: htb-ltr/htb-ltr/vlr-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 16: htb-ltr/htb-ltr/vlr-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 17: htb-ltr/htb-ltr/vlr-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 18: htb-ltr/htb-ltr/vlr-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 19: htb-ltr/htb-ltr/vlr-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 20: htb-ltr/htb-ltr/vlr-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 21: htb-ltr/htb-ltr/vlr-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 22: htb-ltr/htb-ltr/vlr-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 23: htb-ltr/htb-ltr/vlr-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 24: htb-ltr/htb-ltr/vrl-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 25: htb-ltr/htb-ltr/vrl-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 26: htb-ltr/htb-ltr/vrl-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 27: htb-ltr/htb-ltr/vrl-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 28: htb-ltr/htb-ltr/vrl-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 29: htb-ltr/htb-ltr/vrl-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 30: htb-ltr/htb-ltr/vrl-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 31: htb-ltr/htb-ltr/vrl-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 32: htb-ltr/htb-ltr/vrl-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 33: htb-ltr/htb-ltr/vrl-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 34: htb-ltr/htb-ltr/vrl-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 35: htb-ltr/htb-ltr/vrl-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 36: htb-ltr/htb-rtl/htb-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 37: htb-ltr/htb-rtl/htb-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 38: htb-ltr/htb-rtl/htb-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 39: htb-ltr/htb-rtl/htb-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 40: htb-ltr/htb-rtl/htb-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 41: htb-ltr/htb-rtl/htb-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 42: htb-ltr/htb-rtl/htb-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 43: htb-ltr/htb-rtl/htb-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 44: htb-ltr/htb-rtl/htb-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 45: htb-ltr/htb-rtl/htb-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 46: htb-ltr/htb-rtl/htb-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 47: htb-ltr/htb-rtl/htb-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 48: htb-ltr/htb-rtl/vlr-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 49: htb-ltr/htb-rtl/vlr-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 50: htb-ltr/htb-rtl/vlr-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 51: htb-ltr/htb-rtl/vlr-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 52: htb-ltr/htb-rtl/vlr-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 53: htb-ltr/htb-rtl/vlr-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 54: htb-ltr/htb-rtl/vlr-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 55: htb-ltr/htb-rtl/vlr-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 56: htb-ltr/htb-rtl/vlr-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 57: htb-ltr/htb-rtl/vlr-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 58: htb-ltr/htb-rtl/vlr-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 59: htb-ltr/htb-rtl/vlr-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 60: htb-ltr/htb-rtl/vrl-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 61: htb-ltr/htb-rtl/vrl-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 62: htb-ltr/htb-rtl/vrl-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 63: htb-ltr/htb-rtl/vrl-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 64: htb-ltr/htb-rtl/vrl-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 65: htb-ltr/htb-rtl/vrl-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 66: htb-ltr/htb-rtl/vrl-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 67: htb-ltr/htb-rtl/vrl-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 68: htb-ltr/htb-rtl/vrl-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 69: htb-ltr/htb-rtl/vrl-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 70: htb-ltr/htb-rtl/vrl-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 71: htb-ltr/htb-rtl/vrl-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 72: htb-ltr/vlr-ltr/htb-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 73: htb-ltr/vlr-ltr/htb-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 74: htb-ltr/vlr-ltr/htb-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 75: htb-ltr/vlr-ltr/htb-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 76: htb-ltr/vlr-ltr/htb-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 77: htb-ltr/vlr-ltr/htb-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 78: htb-ltr/vlr-ltr/htb-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 79: htb-ltr/vlr-ltr/htb-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 80: htb-ltr/vlr-ltr/htb-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 81: htb-ltr/vlr-ltr/htb-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 82: htb-ltr/vlr-ltr/htb-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 83: htb-ltr/vlr-ltr/htb-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 84: htb-ltr/vlr-ltr/vlr-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 85: htb-ltr/vlr-ltr/vlr-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 86: htb-ltr/vlr-ltr/vlr-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 87: htb-ltr/vlr-ltr/vlr-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 88: htb-ltr/vlr-ltr/vlr-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 89: htb-ltr/vlr-ltr/vlr-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 90: htb-ltr/vlr-ltr/vlr-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 91: htb-ltr/vlr-ltr/vlr-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 92: htb-ltr/vlr-ltr/vlr-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 93: htb-ltr/vlr-ltr/vlr-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 94: htb-ltr/vlr-ltr/vlr-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 95: htb-ltr/vlr-ltr/vlr-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 96: htb-ltr/vlr-ltr/vrl-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 97: htb-ltr/vlr-ltr/vrl-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 98: htb-ltr/vlr-ltr/vrl-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 99: htb-ltr/vlr-ltr/vrl-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 100: htb-ltr/vlr-ltr/vrl-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 101: htb-ltr/vlr-ltr/vrl-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 102: htb-ltr/vlr-ltr/vrl-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 103: htb-ltr/vlr-ltr/vrl-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 104: htb-ltr/vlr-ltr/vrl-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 105: htb-ltr/vlr-ltr/vrl-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 106: htb-ltr/vlr-ltr/vrl-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 107: htb-ltr/vlr-ltr/vrl-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 108: htb-ltr/vlr-rtl/htb-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 109: htb-ltr/vlr-rtl/htb-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 110: htb-ltr/vlr-rtl/htb-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 111: htb-ltr/vlr-rtl/htb-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 112: htb-ltr/vlr-rtl/htb-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 113: htb-ltr/vlr-rtl/htb-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 114: htb-ltr/vlr-rtl/htb-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 115: htb-ltr/vlr-rtl/htb-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 116: htb-ltr/vlr-rtl/htb-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 117: htb-ltr/vlr-rtl/htb-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 118: htb-ltr/vlr-rtl/htb-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 119: htb-ltr/vlr-rtl/htb-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 120: htb-ltr/vlr-rtl/vlr-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 121: htb-ltr/vlr-rtl/vlr-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 122: htb-ltr/vlr-rtl/vlr-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 123: htb-ltr/vlr-rtl/vlr-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 124: htb-ltr/vlr-rtl/vlr-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 125: htb-ltr/vlr-rtl/vlr-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 126: htb-ltr/vlr-rtl/vlr-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 127: htb-ltr/vlr-rtl/vlr-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 128: htb-ltr/vlr-rtl/vlr-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 129: htb-ltr/vlr-rtl/vlr-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 130: htb-ltr/vlr-rtl/vlr-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 131: htb-ltr/vlr-rtl/vlr-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 132: htb-ltr/vlr-rtl/vrl-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 133: htb-ltr/vlr-rtl/vrl-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 134: htb-ltr/vlr-rtl/vrl-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 135: htb-ltr/vlr-rtl/vrl-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 136: htb-ltr/vlr-rtl/vrl-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 137: htb-ltr/vlr-rtl/vrl-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 138: htb-ltr/vlr-rtl/vrl-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 139: htb-ltr/vlr-rtl/vrl-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 140: htb-ltr/vlr-rtl/vrl-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 141: htb-ltr/vlr-rtl/vrl-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 142: htb-ltr/vlr-rtl/vrl-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 143: htb-ltr/vlr-rtl/vrl-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 144: htb-ltr/vrl-ltr/htb-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 145: htb-ltr/vrl-ltr/htb-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 146: htb-ltr/vrl-ltr/htb-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 147: htb-ltr/vrl-ltr/htb-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 148: htb-ltr/vrl-ltr/htb-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 149: htb-ltr/vrl-ltr/htb-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 150: htb-ltr/vrl-ltr/htb-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 151: htb-ltr/vrl-ltr/htb-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 152: htb-ltr/vrl-ltr/htb-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 153: htb-ltr/vrl-ltr/htb-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 154: htb-ltr/vrl-ltr/htb-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 155: htb-ltr/vrl-ltr/htb-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 156: htb-ltr/vrl-ltr/vlr-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 157: htb-ltr/vrl-ltr/vlr-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 158: htb-ltr/vrl-ltr/vlr-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 159: htb-ltr/vrl-ltr/vlr-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 160: htb-ltr/vrl-ltr/vlr-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 161: htb-ltr/vrl-ltr/vlr-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 162: htb-ltr/vrl-ltr/vlr-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 163: htb-ltr/vrl-ltr/vlr-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 164: htb-ltr/vrl-ltr/vlr-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 165: htb-ltr/vrl-ltr/vlr-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 166: htb-ltr/vrl-ltr/vlr-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 167: htb-ltr/vrl-ltr/vlr-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 168: htb-ltr/vrl-ltr/vrl-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 169: htb-ltr/vrl-ltr/vrl-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 170: htb-ltr/vrl-ltr/vrl-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 171: htb-ltr/vrl-ltr/vrl-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 172: htb-ltr/vrl-ltr/vrl-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 173: htb-ltr/vrl-ltr/vrl-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 174: htb-ltr/vrl-ltr/vrl-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 175: htb-ltr/vrl-ltr/vrl-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 176: htb-ltr/vrl-ltr/vrl-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 177: htb-ltr/vrl-ltr/vrl-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 178: htb-ltr/vrl-ltr/vrl-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 179: htb-ltr/vrl-ltr/vrl-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 180: htb-ltr/vrl-rtl/htb-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 181: htb-ltr/vrl-rtl/htb-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 182: htb-ltr/vrl-rtl/htb-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 183: htb-ltr/vrl-rtl/htb-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 184: htb-ltr/vrl-rtl/htb-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 185: htb-ltr/vrl-rtl/htb-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 186: htb-ltr/vrl-rtl/htb-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 187: htb-ltr/vrl-rtl/htb-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 188: htb-ltr/vrl-rtl/htb-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 189: htb-ltr/vrl-rtl/htb-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 190: htb-ltr/vrl-rtl/htb-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 191: htb-ltr/vrl-rtl/htb-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 192: htb-ltr/vrl-rtl/vlr-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 193: htb-ltr/vrl-rtl/vlr-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 194: htb-ltr/vrl-rtl/vlr-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 195: htb-ltr/vrl-rtl/vlr-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 196: htb-ltr/vrl-rtl/vlr-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 197: htb-ltr/vrl-rtl/vlr-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 198: htb-ltr/vrl-rtl/vlr-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 199: htb-ltr/vrl-rtl/vlr-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 200: htb-ltr/vrl-rtl/vlr-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 201: htb-ltr/vrl-rtl/vlr-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 202: htb-ltr/vrl-rtl/vlr-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 203: htb-ltr/vrl-rtl/vlr-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 204: htb-ltr/vrl-rtl/vrl-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 205: htb-ltr/vrl-rtl/vrl-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 206: htb-ltr/vrl-rtl/vrl-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 207: htb-ltr/vrl-rtl/vrl-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 208: htb-ltr/vrl-rtl/vrl-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 209: htb-ltr/vrl-rtl/vrl-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 210: htb-ltr/vrl-rtl/vrl-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 211: htb-ltr/vrl-rtl/vrl-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 212: htb-ltr/vrl-rtl/vrl-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 213: htb-ltr/vrl-rtl/vrl-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 214: htb-ltr/vrl-rtl/vrl-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 215: htb-ltr/vrl-rtl/vrl-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 216: htb-rtl/htb-ltr/htb-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 217: htb-rtl/htb-ltr/htb-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 218: htb-rtl/htb-ltr/htb-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 219: htb-rtl/htb-ltr/htb-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 220: htb-rtl/htb-ltr/htb-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 221: htb-rtl/htb-ltr/htb-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 222: htb-rtl/htb-ltr/htb-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 223: htb-rtl/htb-ltr/htb-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 224: htb-rtl/htb-ltr/htb-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 225: htb-rtl/htb-ltr/htb-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 226: htb-rtl/htb-ltr/htb-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 227: htb-rtl/htb-ltr/htb-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 228: htb-rtl/htb-ltr/vlr-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 229: htb-rtl/htb-ltr/vlr-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 230: htb-rtl/htb-ltr/vlr-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 231: htb-rtl/htb-ltr/vlr-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 232: htb-rtl/htb-ltr/vlr-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 233: htb-rtl/htb-ltr/vlr-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 234: htb-rtl/htb-ltr/vlr-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 235: htb-rtl/htb-ltr/vlr-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 236: htb-rtl/htb-ltr/vlr-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 237: htb-rtl/htb-ltr/vlr-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 238: htb-rtl/htb-ltr/vlr-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 239: htb-rtl/htb-ltr/vlr-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 240: htb-rtl/htb-ltr/vrl-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 241: htb-rtl/htb-ltr/vrl-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 242: htb-rtl/htb-ltr/vrl-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 243: htb-rtl/htb-ltr/vrl-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 244: htb-rtl/htb-ltr/vrl-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 245: htb-rtl/htb-ltr/vrl-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 246: htb-rtl/htb-ltr/vrl-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 247: htb-rtl/htb-ltr/vrl-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 248: htb-rtl/htb-ltr/vrl-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 249: htb-rtl/htb-ltr/vrl-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 250: htb-rtl/htb-ltr/vrl-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 251: htb-rtl/htb-ltr/vrl-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 252: htb-rtl/htb-rtl/htb-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 253: htb-rtl/htb-rtl/htb-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 254: htb-rtl/htb-rtl/htb-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 255: htb-rtl/htb-rtl/htb-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 256: htb-rtl/htb-rtl/htb-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 257: htb-rtl/htb-rtl/htb-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 258: htb-rtl/htb-rtl/htb-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 259: htb-rtl/htb-rtl/htb-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 260: htb-rtl/htb-rtl/htb-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 261: htb-rtl/htb-rtl/htb-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 262: htb-rtl/htb-rtl/htb-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 263: htb-rtl/htb-rtl/htb-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 264: htb-rtl/htb-rtl/vlr-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 265: htb-rtl/htb-rtl/vlr-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 266: htb-rtl/htb-rtl/vlr-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 267: htb-rtl/htb-rtl/vlr-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 268: htb-rtl/htb-rtl/vlr-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 269: htb-rtl/htb-rtl/vlr-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 270: htb-rtl/htb-rtl/vlr-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 271: htb-rtl/htb-rtl/vlr-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 272: htb-rtl/htb-rtl/vlr-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 273: htb-rtl/htb-rtl/vlr-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 274: htb-rtl/htb-rtl/vlr-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 275: htb-rtl/htb-rtl/vlr-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 276: htb-rtl/htb-rtl/vrl-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 277: htb-rtl/htb-rtl/vrl-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 278: htb-rtl/htb-rtl/vrl-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 279: htb-rtl/htb-rtl/vrl-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 280: htb-rtl/htb-rtl/vrl-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 281: htb-rtl/htb-rtl/vrl-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 282: htb-rtl/htb-rtl/vrl-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 283: htb-rtl/htb-rtl/vrl-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 284: htb-rtl/htb-rtl/vrl-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 285: htb-rtl/htb-rtl/vrl-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 286: htb-rtl/htb-rtl/vrl-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 287: htb-rtl/htb-rtl/vrl-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 288: htb-rtl/vlr-ltr/htb-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 289: htb-rtl/vlr-ltr/htb-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 290: htb-rtl/vlr-ltr/htb-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 291: htb-rtl/vlr-ltr/htb-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 292: htb-rtl/vlr-ltr/htb-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 293: htb-rtl/vlr-ltr/htb-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 294: htb-rtl/vlr-ltr/htb-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 295: htb-rtl/vlr-ltr/htb-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 296: htb-rtl/vlr-ltr/htb-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 297: htb-rtl/vlr-ltr/htb-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 298: htb-rtl/vlr-ltr/htb-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 299: htb-rtl/vlr-ltr/htb-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 300: htb-rtl/vlr-ltr/vlr-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 301: htb-rtl/vlr-ltr/vlr-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 302: htb-rtl/vlr-ltr/vlr-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 303: htb-rtl/vlr-ltr/vlr-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 304: htb-rtl/vlr-ltr/vlr-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 305: htb-rtl/vlr-ltr/vlr-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 306: htb-rtl/vlr-ltr/vlr-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 307: htb-rtl/vlr-ltr/vlr-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 308: htb-rtl/vlr-ltr/vlr-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 309: htb-rtl/vlr-ltr/vlr-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 310: htb-rtl/vlr-ltr/vlr-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 311: htb-rtl/vlr-ltr/vlr-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 312: htb-rtl/vlr-ltr/vrl-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 313: htb-rtl/vlr-ltr/vrl-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 314: htb-rtl/vlr-ltr/vrl-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 315: htb-rtl/vlr-ltr/vrl-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 316: htb-rtl/vlr-ltr/vrl-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 317: htb-rtl/vlr-ltr/vrl-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 318: htb-rtl/vlr-ltr/vrl-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 319: htb-rtl/vlr-ltr/vrl-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 320: htb-rtl/vlr-ltr/vrl-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 321: htb-rtl/vlr-ltr/vrl-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 322: htb-rtl/vlr-ltr/vrl-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 323: htb-rtl/vlr-ltr/vrl-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 324: htb-rtl/vlr-rtl/htb-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 325: htb-rtl/vlr-rtl/htb-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 326: htb-rtl/vlr-rtl/htb-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 327: htb-rtl/vlr-rtl/htb-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 328: htb-rtl/vlr-rtl/htb-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 329: htb-rtl/vlr-rtl/htb-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 330: htb-rtl/vlr-rtl/htb-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 331: htb-rtl/vlr-rtl/htb-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 332: htb-rtl/vlr-rtl/htb-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 333: htb-rtl/vlr-rtl/htb-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 334: htb-rtl/vlr-rtl/htb-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 335: htb-rtl/vlr-rtl/htb-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 336: htb-rtl/vlr-rtl/vlr-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 337: htb-rtl/vlr-rtl/vlr-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 338: htb-rtl/vlr-rtl/vlr-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 339: htb-rtl/vlr-rtl/vlr-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 340: htb-rtl/vlr-rtl/vlr-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 341: htb-rtl/vlr-rtl/vlr-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 342: htb-rtl/vlr-rtl/vlr-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 343: htb-rtl/vlr-rtl/vlr-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 344: htb-rtl/vlr-rtl/vlr-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 345: htb-rtl/vlr-rtl/vlr-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 346: htb-rtl/vlr-rtl/vlr-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 347: htb-rtl/vlr-rtl/vlr-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 348: htb-rtl/vlr-rtl/vrl-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 349: htb-rtl/vlr-rtl/vrl-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 350: htb-rtl/vlr-rtl/vrl-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 351: htb-rtl/vlr-rtl/vrl-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 352: htb-rtl/vlr-rtl/vrl-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 353: htb-rtl/vlr-rtl/vrl-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 354: htb-rtl/vlr-rtl/vrl-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 355: htb-rtl/vlr-rtl/vrl-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 356: htb-rtl/vlr-rtl/vrl-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 357: htb-rtl/vlr-rtl/vrl-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 358: htb-rtl/vlr-rtl/vrl-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 359: htb-rtl/vlr-rtl/vrl-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 360: htb-rtl/vrl-ltr/htb-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 361: htb-rtl/vrl-ltr/htb-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 362: htb-rtl/vrl-ltr/htb-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 363: htb-rtl/vrl-ltr/htb-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 364: htb-rtl/vrl-ltr/htb-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 365: htb-rtl/vrl-ltr/htb-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 366: htb-rtl/vrl-ltr/htb-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 367: htb-rtl/vrl-ltr/htb-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 368: htb-rtl/vrl-ltr/htb-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 369: htb-rtl/vrl-ltr/htb-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 370: htb-rtl/vrl-ltr/htb-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 371: htb-rtl/vrl-ltr/htb-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 372: htb-rtl/vrl-ltr/vlr-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 373: htb-rtl/vrl-ltr/vlr-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 374: htb-rtl/vrl-ltr/vlr-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 375: htb-rtl/vrl-ltr/vlr-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 376: htb-rtl/vrl-ltr/vlr-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 377: htb-rtl/vrl-ltr/vlr-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 378: htb-rtl/vrl-ltr/vlr-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 379: htb-rtl/vrl-ltr/vlr-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 380: htb-rtl/vrl-ltr/vlr-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 381: htb-rtl/vrl-ltr/vlr-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 382: htb-rtl/vrl-ltr/vlr-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 383: htb-rtl/vrl-ltr/vlr-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 384: htb-rtl/vrl-ltr/vrl-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 385: htb-rtl/vrl-ltr/vrl-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 386: htb-rtl/vrl-ltr/vrl-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 387: htb-rtl/vrl-ltr/vrl-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 388: htb-rtl/vrl-ltr/vrl-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 389: htb-rtl/vrl-ltr/vrl-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 390: htb-rtl/vrl-ltr/vrl-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 391: htb-rtl/vrl-ltr/vrl-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 392: htb-rtl/vrl-ltr/vrl-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 393: htb-rtl/vrl-ltr/vrl-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 394: htb-rtl/vrl-ltr/vrl-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 395: htb-rtl/vrl-ltr/vrl-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 396: htb-rtl/vrl-rtl/htb-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 397: htb-rtl/vrl-rtl/htb-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 398: htb-rtl/vrl-rtl/htb-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 399: htb-rtl/vrl-rtl/htb-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 400: htb-rtl/vrl-rtl/htb-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 401: htb-rtl/vrl-rtl/htb-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 402: htb-rtl/vrl-rtl/htb-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 403: htb-rtl/vrl-rtl/htb-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 404: htb-rtl/vrl-rtl/htb-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 405: htb-rtl/vrl-rtl/htb-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 406: htb-rtl/vrl-rtl/htb-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 407: htb-rtl/vrl-rtl/htb-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 408: htb-rtl/vrl-rtl/vlr-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 409: htb-rtl/vrl-rtl/vlr-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 410: htb-rtl/vrl-rtl/vlr-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 411: htb-rtl/vrl-rtl/vlr-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 412: htb-rtl/vrl-rtl/vlr-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 413: htb-rtl/vrl-rtl/vlr-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 414: htb-rtl/vrl-rtl/vlr-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 415: htb-rtl/vrl-rtl/vlr-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 416: htb-rtl/vrl-rtl/vlr-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 417: htb-rtl/vrl-rtl/vlr-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 418: htb-rtl/vrl-rtl/vlr-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 419: htb-rtl/vrl-rtl/vlr-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 420: htb-rtl/vrl-rtl/vrl-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 421: htb-rtl/vrl-rtl/vrl-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 422: htb-rtl/vrl-rtl/vrl-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 423: htb-rtl/vrl-rtl/vrl-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 424: htb-rtl/vrl-rtl/vrl-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 425: htb-rtl/vrl-rtl/vrl-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 426: htb-rtl/vrl-rtl/vrl-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 427: htb-rtl/vrl-rtl/vrl-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 428: htb-rtl/vrl-rtl/vrl-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 429: htb-rtl/vrl-rtl/vrl-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 430: htb-rtl/vrl-rtl/vrl-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 431: htb-rtl/vrl-rtl/vrl-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 432: vlr-ltr/htb-ltr/htb-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 433: vlr-ltr/htb-ltr/htb-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 434: vlr-ltr/htb-ltr/htb-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 435: vlr-ltr/htb-ltr/htb-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 436: vlr-ltr/htb-ltr/htb-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 437: vlr-ltr/htb-ltr/htb-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 438: vlr-ltr/htb-ltr/htb-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 439: vlr-ltr/htb-ltr/htb-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 440: vlr-ltr/htb-ltr/htb-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 441: vlr-ltr/htb-ltr/htb-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 442: vlr-ltr/htb-ltr/htb-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 443: vlr-ltr/htb-ltr/htb-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 444: vlr-ltr/htb-ltr/vlr-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 445: vlr-ltr/htb-ltr/vlr-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 446: vlr-ltr/htb-ltr/vlr-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 447: vlr-ltr/htb-ltr/vlr-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 448: vlr-ltr/htb-ltr/vlr-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 449: vlr-ltr/htb-ltr/vlr-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 450: vlr-ltr/htb-ltr/vlr-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 451: vlr-ltr/htb-ltr/vlr-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 452: vlr-ltr/htb-ltr/vlr-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 453: vlr-ltr/htb-ltr/vlr-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 454: vlr-ltr/htb-ltr/vlr-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 455: vlr-ltr/htb-ltr/vlr-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 456: vlr-ltr/htb-ltr/vrl-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 457: vlr-ltr/htb-ltr/vrl-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 458: vlr-ltr/htb-ltr/vrl-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 459: vlr-ltr/htb-ltr/vrl-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 460: vlr-ltr/htb-ltr/vrl-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 461: vlr-ltr/htb-ltr/vrl-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 462: vlr-ltr/htb-ltr/vrl-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 463: vlr-ltr/htb-ltr/vrl-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 464: vlr-ltr/htb-ltr/vrl-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 465: vlr-ltr/htb-ltr/vrl-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 466: vlr-ltr/htb-ltr/vrl-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 467: vlr-ltr/htb-ltr/vrl-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 468: vlr-ltr/htb-rtl/htb-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 469: vlr-ltr/htb-rtl/htb-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 470: vlr-ltr/htb-rtl/htb-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 471: vlr-ltr/htb-rtl/htb-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 472: vlr-ltr/htb-rtl/htb-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 473: vlr-ltr/htb-rtl/htb-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 474: vlr-ltr/htb-rtl/htb-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 475: vlr-ltr/htb-rtl/htb-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 476: vlr-ltr/htb-rtl/htb-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 477: vlr-ltr/htb-rtl/htb-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 478: vlr-ltr/htb-rtl/htb-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 479: vlr-ltr/htb-rtl/htb-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 480: vlr-ltr/htb-rtl/vlr-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 481: vlr-ltr/htb-rtl/vlr-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 482: vlr-ltr/htb-rtl/vlr-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 483: vlr-ltr/htb-rtl/vlr-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 484: vlr-ltr/htb-rtl/vlr-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 485: vlr-ltr/htb-rtl/vlr-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 486: vlr-ltr/htb-rtl/vlr-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 487: vlr-ltr/htb-rtl/vlr-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 488: vlr-ltr/htb-rtl/vlr-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 489: vlr-ltr/htb-rtl/vlr-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 490: vlr-ltr/htb-rtl/vlr-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 491: vlr-ltr/htb-rtl/vlr-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 492: vlr-ltr/htb-rtl/vrl-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 493: vlr-ltr/htb-rtl/vrl-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 494: vlr-ltr/htb-rtl/vrl-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 495: vlr-ltr/htb-rtl/vrl-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 496: vlr-ltr/htb-rtl/vrl-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 497: vlr-ltr/htb-rtl/vrl-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 498: vlr-ltr/htb-rtl/vrl-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 499: vlr-ltr/htb-rtl/vrl-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 500: vlr-ltr/htb-rtl/vrl-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 501: vlr-ltr/htb-rtl/vrl-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 502: vlr-ltr/htb-rtl/vrl-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 503: vlr-ltr/htb-rtl/vrl-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 504: vlr-ltr/vlr-ltr/htb-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 505: vlr-ltr/vlr-ltr/htb-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 506: vlr-ltr/vlr-ltr/htb-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 507: vlr-ltr/vlr-ltr/htb-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 508: vlr-ltr/vlr-ltr/htb-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 509: vlr-ltr/vlr-ltr/htb-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 510: vlr-ltr/vlr-ltr/htb-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 511: vlr-ltr/vlr-ltr/htb-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 512: vlr-ltr/vlr-ltr/htb-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 513: vlr-ltr/vlr-ltr/htb-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 514: vlr-ltr/vlr-ltr/htb-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 515: vlr-ltr/vlr-ltr/htb-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 516: vlr-ltr/vlr-ltr/vlr-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 517: vlr-ltr/vlr-ltr/vlr-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 518: vlr-ltr/vlr-ltr/vlr-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 519: vlr-ltr/vlr-ltr/vlr-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 520: vlr-ltr/vlr-ltr/vlr-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 521: vlr-ltr/vlr-ltr/vlr-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 522: vlr-ltr/vlr-ltr/vlr-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 523: vlr-ltr/vlr-ltr/vlr-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 524: vlr-ltr/vlr-ltr/vlr-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 525: vlr-ltr/vlr-ltr/vlr-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 526: vlr-ltr/vlr-ltr/vlr-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 527: vlr-ltr/vlr-ltr/vlr-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 528: vlr-ltr/vlr-ltr/vrl-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 529: vlr-ltr/vlr-ltr/vrl-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 530: vlr-ltr/vlr-ltr/vrl-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 531: vlr-ltr/vlr-ltr/vrl-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 532: vlr-ltr/vlr-ltr/vrl-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 533: vlr-ltr/vlr-ltr/vrl-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 534: vlr-ltr/vlr-ltr/vrl-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 535: vlr-ltr/vlr-ltr/vrl-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 536: vlr-ltr/vlr-ltr/vrl-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 537: vlr-ltr/vlr-ltr/vrl-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 538: vlr-ltr/vlr-ltr/vrl-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 539: vlr-ltr/vlr-ltr/vrl-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 540: vlr-ltr/vlr-rtl/htb-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 541: vlr-ltr/vlr-rtl/htb-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 542: vlr-ltr/vlr-rtl/htb-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 543: vlr-ltr/vlr-rtl/htb-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 544: vlr-ltr/vlr-rtl/htb-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 545: vlr-ltr/vlr-rtl/htb-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 546: vlr-ltr/vlr-rtl/htb-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 547: vlr-ltr/vlr-rtl/htb-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 548: vlr-ltr/vlr-rtl/htb-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 549: vlr-ltr/vlr-rtl/htb-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 550: vlr-ltr/vlr-rtl/htb-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 551: vlr-ltr/vlr-rtl/htb-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 552: vlr-ltr/vlr-rtl/vlr-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 553: vlr-ltr/vlr-rtl/vlr-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 554: vlr-ltr/vlr-rtl/vlr-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 555: vlr-ltr/vlr-rtl/vlr-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 556: vlr-ltr/vlr-rtl/vlr-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 557: vlr-ltr/vlr-rtl/vlr-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 558: vlr-ltr/vlr-rtl/vlr-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 559: vlr-ltr/vlr-rtl/vlr-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 560: vlr-ltr/vlr-rtl/vlr-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 561: vlr-ltr/vlr-rtl/vlr-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 562: vlr-ltr/vlr-rtl/vlr-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 563: vlr-ltr/vlr-rtl/vlr-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 564: vlr-ltr/vlr-rtl/vrl-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 565: vlr-ltr/vlr-rtl/vrl-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 566: vlr-ltr/vlr-rtl/vrl-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 567: vlr-ltr/vlr-rtl/vrl-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 568: vlr-ltr/vlr-rtl/vrl-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 569: vlr-ltr/vlr-rtl/vrl-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 570: vlr-ltr/vlr-rtl/vrl-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 571: vlr-ltr/vlr-rtl/vrl-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 572: vlr-ltr/vlr-rtl/vrl-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 573: vlr-ltr/vlr-rtl/vrl-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 574: vlr-ltr/vlr-rtl/vrl-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 575: vlr-ltr/vlr-rtl/vrl-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 576: vlr-ltr/vrl-ltr/htb-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 577: vlr-ltr/vrl-ltr/htb-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 578: vlr-ltr/vrl-ltr/htb-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 579: vlr-ltr/vrl-ltr/htb-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 580: vlr-ltr/vrl-ltr/htb-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 581: vlr-ltr/vrl-ltr/htb-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 582: vlr-ltr/vrl-ltr/htb-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 583: vlr-ltr/vrl-ltr/htb-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 584: vlr-ltr/vrl-ltr/htb-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 585: vlr-ltr/vrl-ltr/htb-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 586: vlr-ltr/vrl-ltr/htb-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 587: vlr-ltr/vrl-ltr/htb-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 588: vlr-ltr/vrl-ltr/vlr-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 589: vlr-ltr/vrl-ltr/vlr-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 590: vlr-ltr/vrl-ltr/vlr-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 591: vlr-ltr/vrl-ltr/vlr-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 592: vlr-ltr/vrl-ltr/vlr-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 593: vlr-ltr/vrl-ltr/vlr-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 594: vlr-ltr/vrl-ltr/vlr-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 595: vlr-ltr/vrl-ltr/vlr-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 596: vlr-ltr/vrl-ltr/vlr-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 597: vlr-ltr/vrl-ltr/vlr-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 598: vlr-ltr/vrl-ltr/vlr-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 599: vlr-ltr/vrl-ltr/vlr-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 600: vlr-ltr/vrl-ltr/vrl-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 601: vlr-ltr/vrl-ltr/vrl-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 602: vlr-ltr/vrl-ltr/vrl-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 603: vlr-ltr/vrl-ltr/vrl-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 604: vlr-ltr/vrl-ltr/vrl-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 605: vlr-ltr/vrl-ltr/vrl-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 606: vlr-ltr/vrl-ltr/vrl-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 607: vlr-ltr/vrl-ltr/vrl-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 608: vlr-ltr/vrl-ltr/vrl-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 609: vlr-ltr/vrl-ltr/vrl-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 610: vlr-ltr/vrl-ltr/vrl-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 611: vlr-ltr/vrl-ltr/vrl-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 612: vlr-ltr/vrl-rtl/htb-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 613: vlr-ltr/vrl-rtl/htb-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 614: vlr-ltr/vrl-rtl/htb-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 615: vlr-ltr/vrl-rtl/htb-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 616: vlr-ltr/vrl-rtl/htb-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 617: vlr-ltr/vrl-rtl/htb-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 618: vlr-ltr/vrl-rtl/htb-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 619: vlr-ltr/vrl-rtl/htb-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 620: vlr-ltr/vrl-rtl/htb-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 621: vlr-ltr/vrl-rtl/htb-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 622: vlr-ltr/vrl-rtl/htb-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 623: vlr-ltr/vrl-rtl/htb-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 624: vlr-ltr/vrl-rtl/vlr-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 625: vlr-ltr/vrl-rtl/vlr-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 626: vlr-ltr/vrl-rtl/vlr-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 627: vlr-ltr/vrl-rtl/vlr-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 628: vlr-ltr/vrl-rtl/vlr-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 629: vlr-ltr/vrl-rtl/vlr-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 630: vlr-ltr/vrl-rtl/vlr-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 631: vlr-ltr/vrl-rtl/vlr-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 632: vlr-ltr/vrl-rtl/vlr-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 633: vlr-ltr/vrl-rtl/vlr-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 634: vlr-ltr/vrl-rtl/vlr-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 635: vlr-ltr/vrl-rtl/vlr-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 636: vlr-ltr/vrl-rtl/vrl-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 637: vlr-ltr/vrl-rtl/vrl-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 638: vlr-ltr/vrl-rtl/vrl-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 639: vlr-ltr/vrl-rtl/vrl-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 640: vlr-ltr/vrl-rtl/vrl-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 641: vlr-ltr/vrl-rtl/vrl-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 642: vlr-ltr/vrl-rtl/vrl-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 643: vlr-ltr/vrl-rtl/vrl-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 644: vlr-ltr/vrl-rtl/vrl-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 645: vlr-ltr/vrl-rtl/vrl-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 646: vlr-ltr/vrl-rtl/vrl-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 647: vlr-ltr/vrl-rtl/vrl-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 648: vlr-rtl/htb-ltr/htb-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 649: vlr-rtl/htb-ltr/htb-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 650: vlr-rtl/htb-ltr/htb-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 651: vlr-rtl/htb-ltr/htb-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 652: vlr-rtl/htb-ltr/htb-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 653: vlr-rtl/htb-ltr/htb-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 654: vlr-rtl/htb-ltr/htb-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 655: vlr-rtl/htb-ltr/htb-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 656: vlr-rtl/htb-ltr/htb-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 657: vlr-rtl/htb-ltr/htb-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 658: vlr-rtl/htb-ltr/htb-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 659: vlr-rtl/htb-ltr/htb-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 660: vlr-rtl/htb-ltr/vlr-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 661: vlr-rtl/htb-ltr/vlr-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 662: vlr-rtl/htb-ltr/vlr-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 663: vlr-rtl/htb-ltr/vlr-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 664: vlr-rtl/htb-ltr/vlr-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 665: vlr-rtl/htb-ltr/vlr-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 666: vlr-rtl/htb-ltr/vlr-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 667: vlr-rtl/htb-ltr/vlr-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 668: vlr-rtl/htb-ltr/vlr-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 669: vlr-rtl/htb-ltr/vlr-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 670: vlr-rtl/htb-ltr/vlr-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 671: vlr-rtl/htb-ltr/vlr-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 672: vlr-rtl/htb-ltr/vrl-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 673: vlr-rtl/htb-ltr/vrl-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 674: vlr-rtl/htb-ltr/vrl-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 675: vlr-rtl/htb-ltr/vrl-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 676: vlr-rtl/htb-ltr/vrl-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 677: vlr-rtl/htb-ltr/vrl-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 678: vlr-rtl/htb-ltr/vrl-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 679: vlr-rtl/htb-ltr/vrl-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 680: vlr-rtl/htb-ltr/vrl-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 681: vlr-rtl/htb-ltr/vrl-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 682: vlr-rtl/htb-ltr/vrl-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 683: vlr-rtl/htb-ltr/vrl-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 684: vlr-rtl/htb-rtl/htb-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 685: vlr-rtl/htb-rtl/htb-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 686: vlr-rtl/htb-rtl/htb-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 687: vlr-rtl/htb-rtl/htb-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 688: vlr-rtl/htb-rtl/htb-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 689: vlr-rtl/htb-rtl/htb-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 690: vlr-rtl/htb-rtl/htb-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 691: vlr-rtl/htb-rtl/htb-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 692: vlr-rtl/htb-rtl/htb-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 693: vlr-rtl/htb-rtl/htb-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 694: vlr-rtl/htb-rtl/htb-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 695: vlr-rtl/htb-rtl/htb-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 696: vlr-rtl/htb-rtl/vlr-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 697: vlr-rtl/htb-rtl/vlr-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 698: vlr-rtl/htb-rtl/vlr-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 699: vlr-rtl/htb-rtl/vlr-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 700: vlr-rtl/htb-rtl/vlr-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 701: vlr-rtl/htb-rtl/vlr-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 702: vlr-rtl/htb-rtl/vlr-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 703: vlr-rtl/htb-rtl/vlr-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 704: vlr-rtl/htb-rtl/vlr-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 705: vlr-rtl/htb-rtl/vlr-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 706: vlr-rtl/htb-rtl/vlr-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 707: vlr-rtl/htb-rtl/vlr-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 708: vlr-rtl/htb-rtl/vrl-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 709: vlr-rtl/htb-rtl/vrl-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 710: vlr-rtl/htb-rtl/vrl-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 711: vlr-rtl/htb-rtl/vrl-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 712: vlr-rtl/htb-rtl/vrl-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 713: vlr-rtl/htb-rtl/vrl-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 714: vlr-rtl/htb-rtl/vrl-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 715: vlr-rtl/htb-rtl/vrl-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 716: vlr-rtl/htb-rtl/vrl-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 717: vlr-rtl/htb-rtl/vrl-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 718: vlr-rtl/htb-rtl/vrl-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 719: vlr-rtl/htb-rtl/vrl-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 720: vlr-rtl/vlr-ltr/htb-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 721: vlr-rtl/vlr-ltr/htb-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 722: vlr-rtl/vlr-ltr/htb-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 723: vlr-rtl/vlr-ltr/htb-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 724: vlr-rtl/vlr-ltr/htb-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 725: vlr-rtl/vlr-ltr/htb-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 726: vlr-rtl/vlr-ltr/htb-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 727: vlr-rtl/vlr-ltr/htb-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 728: vlr-rtl/vlr-ltr/htb-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 729: vlr-rtl/vlr-ltr/htb-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 730: vlr-rtl/vlr-ltr/htb-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 731: vlr-rtl/vlr-ltr/htb-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 732: vlr-rtl/vlr-ltr/vlr-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 733: vlr-rtl/vlr-ltr/vlr-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 734: vlr-rtl/vlr-ltr/vlr-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 735: vlr-rtl/vlr-ltr/vlr-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 736: vlr-rtl/vlr-ltr/vlr-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 737: vlr-rtl/vlr-ltr/vlr-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 738: vlr-rtl/vlr-ltr/vlr-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 739: vlr-rtl/vlr-ltr/vlr-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 740: vlr-rtl/vlr-ltr/vlr-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 741: vlr-rtl/vlr-ltr/vlr-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 742: vlr-rtl/vlr-ltr/vlr-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 743: vlr-rtl/vlr-ltr/vlr-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 744: vlr-rtl/vlr-ltr/vrl-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 745: vlr-rtl/vlr-ltr/vrl-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 746: vlr-rtl/vlr-ltr/vrl-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 747: vlr-rtl/vlr-ltr/vrl-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 748: vlr-rtl/vlr-ltr/vrl-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 749: vlr-rtl/vlr-ltr/vrl-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 750: vlr-rtl/vlr-ltr/vrl-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 751: vlr-rtl/vlr-ltr/vrl-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 752: vlr-rtl/vlr-ltr/vrl-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 753: vlr-rtl/vlr-ltr/vrl-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 754: vlr-rtl/vlr-ltr/vrl-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 755: vlr-rtl/vlr-ltr/vrl-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 756: vlr-rtl/vlr-rtl/htb-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 757: vlr-rtl/vlr-rtl/htb-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 758: vlr-rtl/vlr-rtl/htb-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 759: vlr-rtl/vlr-rtl/htb-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 760: vlr-rtl/vlr-rtl/htb-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 761: vlr-rtl/vlr-rtl/htb-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 762: vlr-rtl/vlr-rtl/htb-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 763: vlr-rtl/vlr-rtl/htb-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 764: vlr-rtl/vlr-rtl/htb-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 765: vlr-rtl/vlr-rtl/htb-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 766: vlr-rtl/vlr-rtl/htb-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 767: vlr-rtl/vlr-rtl/htb-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 768: vlr-rtl/vlr-rtl/vlr-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 769: vlr-rtl/vlr-rtl/vlr-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 770: vlr-rtl/vlr-rtl/vlr-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 771: vlr-rtl/vlr-rtl/vlr-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 772: vlr-rtl/vlr-rtl/vlr-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 773: vlr-rtl/vlr-rtl/vlr-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 774: vlr-rtl/vlr-rtl/vlr-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 775: vlr-rtl/vlr-rtl/vlr-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 776: vlr-rtl/vlr-rtl/vlr-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 777: vlr-rtl/vlr-rtl/vlr-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 778: vlr-rtl/vlr-rtl/vlr-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 779: vlr-rtl/vlr-rtl/vlr-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 780: vlr-rtl/vlr-rtl/vrl-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 781: vlr-rtl/vlr-rtl/vrl-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 782: vlr-rtl/vlr-rtl/vrl-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 783: vlr-rtl/vlr-rtl/vrl-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 784: vlr-rtl/vlr-rtl/vrl-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 785: vlr-rtl/vlr-rtl/vrl-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 786: vlr-rtl/vlr-rtl/vrl-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 787: vlr-rtl/vlr-rtl/vrl-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 788: vlr-rtl/vlr-rtl/vrl-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 789: vlr-rtl/vlr-rtl/vrl-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 790: vlr-rtl/vlr-rtl/vrl-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 791: vlr-rtl/vlr-rtl/vrl-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 792: vlr-rtl/vrl-ltr/htb-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 793: vlr-rtl/vrl-ltr/htb-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 794: vlr-rtl/vrl-ltr/htb-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 795: vlr-rtl/vrl-ltr/htb-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 796: vlr-rtl/vrl-ltr/htb-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 797: vlr-rtl/vrl-ltr/htb-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 798: vlr-rtl/vrl-ltr/htb-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 799: vlr-rtl/vrl-ltr/htb-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 800: vlr-rtl/vrl-ltr/htb-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 801: vlr-rtl/vrl-ltr/htb-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 802: vlr-rtl/vrl-ltr/htb-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 803: vlr-rtl/vrl-ltr/htb-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 804: vlr-rtl/vrl-ltr/vlr-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 805: vlr-rtl/vrl-ltr/vlr-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 806: vlr-rtl/vrl-ltr/vlr-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 807: vlr-rtl/vrl-ltr/vlr-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 808: vlr-rtl/vrl-ltr/vlr-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 809: vlr-rtl/vrl-ltr/vlr-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 810: vlr-rtl/vrl-ltr/vlr-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 811: vlr-rtl/vrl-ltr/vlr-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 812: vlr-rtl/vrl-ltr/vlr-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 813: vlr-rtl/vrl-ltr/vlr-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 814: vlr-rtl/vrl-ltr/vlr-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 815: vlr-rtl/vrl-ltr/vlr-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 816: vlr-rtl/vrl-ltr/vrl-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 817: vlr-rtl/vrl-ltr/vrl-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 818: vlr-rtl/vrl-ltr/vrl-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 819: vlr-rtl/vrl-ltr/vrl-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 820: vlr-rtl/vrl-ltr/vrl-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 821: vlr-rtl/vrl-ltr/vrl-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 822: vlr-rtl/vrl-ltr/vrl-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 823: vlr-rtl/vrl-ltr/vrl-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 824: vlr-rtl/vrl-ltr/vrl-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 825: vlr-rtl/vrl-ltr/vrl-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 826: vlr-rtl/vrl-ltr/vrl-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 827: vlr-rtl/vrl-ltr/vrl-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 828: vlr-rtl/vrl-rtl/htb-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 829: vlr-rtl/vrl-rtl/htb-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 830: vlr-rtl/vrl-rtl/htb-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 831: vlr-rtl/vrl-rtl/htb-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 832: vlr-rtl/vrl-rtl/htb-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 833: vlr-rtl/vrl-rtl/htb-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 834: vlr-rtl/vrl-rtl/htb-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 835: vlr-rtl/vrl-rtl/htb-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 836: vlr-rtl/vrl-rtl/htb-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 837: vlr-rtl/vrl-rtl/htb-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 838: vlr-rtl/vrl-rtl/htb-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 839: vlr-rtl/vrl-rtl/htb-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 840: vlr-rtl/vrl-rtl/vlr-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 841: vlr-rtl/vrl-rtl/vlr-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 842: vlr-rtl/vrl-rtl/vlr-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 843: vlr-rtl/vrl-rtl/vlr-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 844: vlr-rtl/vrl-rtl/vlr-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 845: vlr-rtl/vrl-rtl/vlr-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 846: vlr-rtl/vrl-rtl/vlr-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 847: vlr-rtl/vrl-rtl/vlr-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 848: vlr-rtl/vrl-rtl/vlr-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 849: vlr-rtl/vrl-rtl/vlr-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 850: vlr-rtl/vrl-rtl/vlr-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 851: vlr-rtl/vrl-rtl/vlr-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 852: vlr-rtl/vrl-rtl/vrl-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 853: vlr-rtl/vrl-rtl/vrl-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 854: vlr-rtl/vrl-rtl/vrl-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 855: vlr-rtl/vrl-rtl/vrl-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 856: vlr-rtl/vrl-rtl/vrl-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 857: vlr-rtl/vrl-rtl/vrl-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 858: vlr-rtl/vrl-rtl/vrl-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 859: vlr-rtl/vrl-rtl/vrl-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 860: vlr-rtl/vrl-rtl/vrl-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 861: vlr-rtl/vrl-rtl/vrl-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 862: vlr-rtl/vrl-rtl/vrl-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 863: vlr-rtl/vrl-rtl/vrl-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 864: vrl-ltr/htb-ltr/htb-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 865: vrl-ltr/htb-ltr/htb-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 866: vrl-ltr/htb-ltr/htb-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 867: vrl-ltr/htb-ltr/htb-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 868: vrl-ltr/htb-ltr/htb-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 869: vrl-ltr/htb-ltr/htb-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 870: vrl-ltr/htb-ltr/htb-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 871: vrl-ltr/htb-ltr/htb-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 872: vrl-ltr/htb-ltr/htb-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 873: vrl-ltr/htb-ltr/htb-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 874: vrl-ltr/htb-ltr/htb-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 875: vrl-ltr/htb-ltr/htb-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 876: vrl-ltr/htb-ltr/vlr-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 877: vrl-ltr/htb-ltr/vlr-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 878: vrl-ltr/htb-ltr/vlr-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 879: vrl-ltr/htb-ltr/vlr-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 880: vrl-ltr/htb-ltr/vlr-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 881: vrl-ltr/htb-ltr/vlr-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 882: vrl-ltr/htb-ltr/vlr-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 883: vrl-ltr/htb-ltr/vlr-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 884: vrl-ltr/htb-ltr/vlr-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 885: vrl-ltr/htb-ltr/vlr-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 886: vrl-ltr/htb-ltr/vlr-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 887: vrl-ltr/htb-ltr/vlr-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 888: vrl-ltr/htb-ltr/vrl-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 889: vrl-ltr/htb-ltr/vrl-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 890: vrl-ltr/htb-ltr/vrl-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 891: vrl-ltr/htb-ltr/vrl-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 892: vrl-ltr/htb-ltr/vrl-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 893: vrl-ltr/htb-ltr/vrl-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 894: vrl-ltr/htb-ltr/vrl-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 895: vrl-ltr/htb-ltr/vrl-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 896: vrl-ltr/htb-ltr/vrl-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 897: vrl-ltr/htb-ltr/vrl-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 898: vrl-ltr/htb-ltr/vrl-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 899: vrl-ltr/htb-ltr/vrl-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 900: vrl-ltr/htb-rtl/htb-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 901: vrl-ltr/htb-rtl/htb-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 902: vrl-ltr/htb-rtl/htb-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 903: vrl-ltr/htb-rtl/htb-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 904: vrl-ltr/htb-rtl/htb-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 905: vrl-ltr/htb-rtl/htb-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 906: vrl-ltr/htb-rtl/htb-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 907: vrl-ltr/htb-rtl/htb-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 908: vrl-ltr/htb-rtl/htb-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 909: vrl-ltr/htb-rtl/htb-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 910: vrl-ltr/htb-rtl/htb-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 911: vrl-ltr/htb-rtl/htb-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 912: vrl-ltr/htb-rtl/vlr-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 913: vrl-ltr/htb-rtl/vlr-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 914: vrl-ltr/htb-rtl/vlr-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 915: vrl-ltr/htb-rtl/vlr-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 916: vrl-ltr/htb-rtl/vlr-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 917: vrl-ltr/htb-rtl/vlr-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 918: vrl-ltr/htb-rtl/vlr-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 919: vrl-ltr/htb-rtl/vlr-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 920: vrl-ltr/htb-rtl/vlr-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 921: vrl-ltr/htb-rtl/vlr-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 922: vrl-ltr/htb-rtl/vlr-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 923: vrl-ltr/htb-rtl/vlr-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 924: vrl-ltr/htb-rtl/vrl-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 925: vrl-ltr/htb-rtl/vrl-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 926: vrl-ltr/htb-rtl/vrl-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 927: vrl-ltr/htb-rtl/vrl-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 928: vrl-ltr/htb-rtl/vrl-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 929: vrl-ltr/htb-rtl/vrl-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 930: vrl-ltr/htb-rtl/vrl-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 931: vrl-ltr/htb-rtl/vrl-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 932: vrl-ltr/htb-rtl/vrl-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 933: vrl-ltr/htb-rtl/vrl-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 934: vrl-ltr/htb-rtl/vrl-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 935: vrl-ltr/htb-rtl/vrl-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 936: vrl-ltr/vlr-ltr/htb-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 937: vrl-ltr/vlr-ltr/htb-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 938: vrl-ltr/vlr-ltr/htb-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 939: vrl-ltr/vlr-ltr/htb-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 940: vrl-ltr/vlr-ltr/htb-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 941: vrl-ltr/vlr-ltr/htb-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 942: vrl-ltr/vlr-ltr/htb-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 943: vrl-ltr/vlr-ltr/htb-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 944: vrl-ltr/vlr-ltr/htb-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 945: vrl-ltr/vlr-ltr/htb-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 946: vrl-ltr/vlr-ltr/htb-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 947: vrl-ltr/vlr-ltr/htb-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 948: vrl-ltr/vlr-ltr/vlr-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 949: vrl-ltr/vlr-ltr/vlr-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 950: vrl-ltr/vlr-ltr/vlr-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 951: vrl-ltr/vlr-ltr/vlr-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 952: vrl-ltr/vlr-ltr/vlr-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 953: vrl-ltr/vlr-ltr/vlr-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 954: vrl-ltr/vlr-ltr/vlr-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 955: vrl-ltr/vlr-ltr/vlr-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 956: vrl-ltr/vlr-ltr/vlr-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 957: vrl-ltr/vlr-ltr/vlr-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 958: vrl-ltr/vlr-ltr/vlr-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 959: vrl-ltr/vlr-ltr/vlr-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 960: vrl-ltr/vlr-ltr/vrl-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 961: vrl-ltr/vlr-ltr/vrl-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 962: vrl-ltr/vlr-ltr/vrl-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 963: vrl-ltr/vlr-ltr/vrl-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 964: vrl-ltr/vlr-ltr/vrl-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 965: vrl-ltr/vlr-ltr/vrl-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 966: vrl-ltr/vlr-ltr/vrl-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 967: vrl-ltr/vlr-ltr/vrl-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 968: vrl-ltr/vlr-ltr/vrl-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 969: vrl-ltr/vlr-ltr/vrl-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 970: vrl-ltr/vlr-ltr/vrl-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 971: vrl-ltr/vlr-ltr/vrl-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 972: vrl-ltr/vlr-rtl/htb-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 973: vrl-ltr/vlr-rtl/htb-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 974: vrl-ltr/vlr-rtl/htb-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 975: vrl-ltr/vlr-rtl/htb-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 976: vrl-ltr/vlr-rtl/htb-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 977: vrl-ltr/vlr-rtl/htb-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 978: vrl-ltr/vlr-rtl/htb-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 979: vrl-ltr/vlr-rtl/htb-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 980: vrl-ltr/vlr-rtl/htb-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 981: vrl-ltr/vlr-rtl/htb-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 982: vrl-ltr/vlr-rtl/htb-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 983: vrl-ltr/vlr-rtl/htb-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 984: vrl-ltr/vlr-rtl/vlr-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 985: vrl-ltr/vlr-rtl/vlr-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 986: vrl-ltr/vlr-rtl/vlr-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 987: vrl-ltr/vlr-rtl/vlr-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 988: vrl-ltr/vlr-rtl/vlr-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 989: vrl-ltr/vlr-rtl/vlr-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 990: vrl-ltr/vlr-rtl/vlr-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 991: vrl-ltr/vlr-rtl/vlr-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 992: vrl-ltr/vlr-rtl/vlr-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 993: vrl-ltr/vlr-rtl/vlr-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 994: vrl-ltr/vlr-rtl/vlr-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 995: vrl-ltr/vlr-rtl/vlr-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 996: vrl-ltr/vlr-rtl/vrl-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 997: vrl-ltr/vlr-rtl/vrl-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 998: vrl-ltr/vlr-rtl/vrl-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 999: vrl-ltr/vlr-rtl/vrl-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 1000: vrl-ltr/vlr-rtl/vrl-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 1001: vrl-ltr/vlr-rtl/vrl-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 1002: vrl-ltr/vlr-rtl/vrl-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 1003: vrl-ltr/vlr-rtl/vrl-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 1004: vrl-ltr/vlr-rtl/vrl-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 1005: vrl-ltr/vlr-rtl/vrl-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 1006: vrl-ltr/vlr-rtl/vrl-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 1007: vrl-ltr/vlr-rtl/vrl-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 1008: vrl-ltr/vrl-ltr/htb-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 1009: vrl-ltr/vrl-ltr/htb-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 1010: vrl-ltr/vrl-ltr/htb-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 1011: vrl-ltr/vrl-ltr/htb-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 1012: vrl-ltr/vrl-ltr/htb-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 1013: vrl-ltr/vrl-ltr/htb-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 1014: vrl-ltr/vrl-ltr/htb-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 1015: vrl-ltr/vrl-ltr/htb-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 1016: vrl-ltr/vrl-ltr/htb-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 1017: vrl-ltr/vrl-ltr/htb-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 1018: vrl-ltr/vrl-ltr/htb-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 1019: vrl-ltr/vrl-ltr/htb-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 1020: vrl-ltr/vrl-ltr/vlr-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 1021: vrl-ltr/vrl-ltr/vlr-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 1022: vrl-ltr/vrl-ltr/vlr-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 1023: vrl-ltr/vrl-ltr/vlr-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 1024: vrl-ltr/vrl-ltr/vlr-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 1025: vrl-ltr/vrl-ltr/vlr-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 1026: vrl-ltr/vrl-ltr/vlr-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 1027: vrl-ltr/vrl-ltr/vlr-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 1028: vrl-ltr/vrl-ltr/vlr-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 1029: vrl-ltr/vrl-ltr/vlr-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 1030: vrl-ltr/vrl-ltr/vlr-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 1031: vrl-ltr/vrl-ltr/vlr-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 1032: vrl-ltr/vrl-ltr/vrl-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 1033: vrl-ltr/vrl-ltr/vrl-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 1034: vrl-ltr/vrl-ltr/vrl-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 1035: vrl-ltr/vrl-ltr/vrl-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 1036: vrl-ltr/vrl-ltr/vrl-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 1037: vrl-ltr/vrl-ltr/vrl-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 1038: vrl-ltr/vrl-ltr/vrl-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 1039: vrl-ltr/vrl-ltr/vrl-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 1040: vrl-ltr/vrl-ltr/vrl-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 1041: vrl-ltr/vrl-ltr/vrl-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 1042: vrl-ltr/vrl-ltr/vrl-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 1043: vrl-ltr/vrl-ltr/vrl-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 1044: vrl-ltr/vrl-rtl/htb-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 1045: vrl-ltr/vrl-rtl/htb-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 1046: vrl-ltr/vrl-rtl/htb-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 1047: vrl-ltr/vrl-rtl/htb-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 1048: vrl-ltr/vrl-rtl/htb-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 1049: vrl-ltr/vrl-rtl/htb-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 1050: vrl-ltr/vrl-rtl/htb-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 1051: vrl-ltr/vrl-rtl/htb-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 1052: vrl-ltr/vrl-rtl/htb-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 1053: vrl-ltr/vrl-rtl/htb-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 1054: vrl-ltr/vrl-rtl/htb-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 1055: vrl-ltr/vrl-rtl/htb-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 1056: vrl-ltr/vrl-rtl/vlr-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 1057: vrl-ltr/vrl-rtl/vlr-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 1058: vrl-ltr/vrl-rtl/vlr-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 1059: vrl-ltr/vrl-rtl/vlr-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 1060: vrl-ltr/vrl-rtl/vlr-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 1061: vrl-ltr/vrl-rtl/vlr-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 1062: vrl-ltr/vrl-rtl/vlr-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 1063: vrl-ltr/vrl-rtl/vlr-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 1064: vrl-ltr/vrl-rtl/vlr-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 1065: vrl-ltr/vrl-rtl/vlr-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 1066: vrl-ltr/vrl-rtl/vlr-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 1067: vrl-ltr/vrl-rtl/vlr-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 1068: vrl-ltr/vrl-rtl/vrl-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 1069: vrl-ltr/vrl-rtl/vrl-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 1070: vrl-ltr/vrl-rtl/vrl-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 1071: vrl-ltr/vrl-rtl/vrl-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 1072: vrl-ltr/vrl-rtl/vrl-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 1073: vrl-ltr/vrl-rtl/vrl-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 1074: vrl-ltr/vrl-rtl/vrl-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 1075: vrl-ltr/vrl-rtl/vrl-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 1076: vrl-ltr/vrl-rtl/vrl-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 1077: vrl-ltr/vrl-rtl/vrl-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 0, 600, 0]) -FAIL 1078: vrl-ltr/vrl-rtl/vrl-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 1079: vrl-ltr/vrl-rtl/vrl-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 0, 0]) -FAIL 1080: vrl-rtl/htb-ltr/htb-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1081: vrl-rtl/htb-ltr/htb-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1082: vrl-rtl/htb-ltr/htb-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 1083: vrl-rtl/htb-ltr/htb-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 1084: vrl-rtl/htb-ltr/htb-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1085: vrl-rtl/htb-ltr/htb-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1086: vrl-rtl/htb-ltr/htb-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1087: vrl-rtl/htb-ltr/htb-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1088: vrl-rtl/htb-ltr/htb-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 1089: vrl-rtl/htb-ltr/htb-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 1090: vrl-rtl/htb-ltr/htb-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1091: vrl-rtl/htb-ltr/htb-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1092: vrl-rtl/htb-ltr/vlr-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1093: vrl-rtl/htb-ltr/vlr-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1094: vrl-rtl/htb-ltr/vlr-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 1095: vrl-rtl/htb-ltr/vlr-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 1096: vrl-rtl/htb-ltr/vlr-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1097: vrl-rtl/htb-ltr/vlr-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1098: vrl-rtl/htb-ltr/vlr-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1099: vrl-rtl/htb-ltr/vlr-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1100: vrl-rtl/htb-ltr/vlr-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 1101: vrl-rtl/htb-ltr/vlr-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 1102: vrl-rtl/htb-ltr/vlr-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1103: vrl-rtl/htb-ltr/vlr-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1104: vrl-rtl/htb-ltr/vrl-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1105: vrl-rtl/htb-ltr/vrl-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1106: vrl-rtl/htb-ltr/vrl-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 1107: vrl-rtl/htb-ltr/vrl-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 1108: vrl-rtl/htb-ltr/vrl-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1109: vrl-rtl/htb-ltr/vrl-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1110: vrl-rtl/htb-ltr/vrl-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1111: vrl-rtl/htb-ltr/vrl-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1112: vrl-rtl/htb-ltr/vrl-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 1113: vrl-rtl/htb-ltr/vrl-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 1114: vrl-rtl/htb-ltr/vrl-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1115: vrl-rtl/htb-ltr/vrl-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1116: vrl-rtl/htb-rtl/htb-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1117: vrl-rtl/htb-rtl/htb-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1118: vrl-rtl/htb-rtl/htb-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 1119: vrl-rtl/htb-rtl/htb-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 1120: vrl-rtl/htb-rtl/htb-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1121: vrl-rtl/htb-rtl/htb-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1122: vrl-rtl/htb-rtl/htb-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1123: vrl-rtl/htb-rtl/htb-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1124: vrl-rtl/htb-rtl/htb-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 1125: vrl-rtl/htb-rtl/htb-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 1126: vrl-rtl/htb-rtl/htb-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1127: vrl-rtl/htb-rtl/htb-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1128: vrl-rtl/htb-rtl/vlr-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1129: vrl-rtl/htb-rtl/vlr-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1130: vrl-rtl/htb-rtl/vlr-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 1131: vrl-rtl/htb-rtl/vlr-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 1132: vrl-rtl/htb-rtl/vlr-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1133: vrl-rtl/htb-rtl/vlr-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1134: vrl-rtl/htb-rtl/vlr-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1135: vrl-rtl/htb-rtl/vlr-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1136: vrl-rtl/htb-rtl/vlr-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 1137: vrl-rtl/htb-rtl/vlr-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 1138: vrl-rtl/htb-rtl/vlr-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1139: vrl-rtl/htb-rtl/vlr-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1140: vrl-rtl/htb-rtl/vrl-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1141: vrl-rtl/htb-rtl/vrl-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1142: vrl-rtl/htb-rtl/vrl-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 1143: vrl-rtl/htb-rtl/vrl-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 1144: vrl-rtl/htb-rtl/vrl-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1145: vrl-rtl/htb-rtl/vrl-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1146: vrl-rtl/htb-rtl/vrl-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1147: vrl-rtl/htb-rtl/vrl-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1148: vrl-rtl/htb-rtl/vrl-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 1149: vrl-rtl/htb-rtl/vrl-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 1150: vrl-rtl/htb-rtl/vrl-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1151: vrl-rtl/htb-rtl/vrl-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1152: vrl-rtl/vlr-ltr/htb-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1153: vrl-rtl/vlr-ltr/htb-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1154: vrl-rtl/vlr-ltr/htb-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 1155: vrl-rtl/vlr-ltr/htb-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 1156: vrl-rtl/vlr-ltr/htb-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1157: vrl-rtl/vlr-ltr/htb-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1158: vrl-rtl/vlr-ltr/htb-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1159: vrl-rtl/vlr-ltr/htb-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1160: vrl-rtl/vlr-ltr/htb-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 1161: vrl-rtl/vlr-ltr/htb-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 1162: vrl-rtl/vlr-ltr/htb-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1163: vrl-rtl/vlr-ltr/htb-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1164: vrl-rtl/vlr-ltr/vlr-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1165: vrl-rtl/vlr-ltr/vlr-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1166: vrl-rtl/vlr-ltr/vlr-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 1167: vrl-rtl/vlr-ltr/vlr-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 1168: vrl-rtl/vlr-ltr/vlr-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1169: vrl-rtl/vlr-ltr/vlr-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1170: vrl-rtl/vlr-ltr/vlr-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1171: vrl-rtl/vlr-ltr/vlr-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1172: vrl-rtl/vlr-ltr/vlr-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 1173: vrl-rtl/vlr-ltr/vlr-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 1174: vrl-rtl/vlr-ltr/vlr-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1175: vrl-rtl/vlr-ltr/vlr-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1176: vrl-rtl/vlr-ltr/vrl-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1177: vrl-rtl/vlr-ltr/vrl-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1178: vrl-rtl/vlr-ltr/vrl-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 1179: vrl-rtl/vlr-ltr/vrl-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 1180: vrl-rtl/vlr-ltr/vrl-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1181: vrl-rtl/vlr-ltr/vrl-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1182: vrl-rtl/vlr-ltr/vrl-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1183: vrl-rtl/vlr-ltr/vrl-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1184: vrl-rtl/vlr-ltr/vrl-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 1185: vrl-rtl/vlr-ltr/vrl-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 1186: vrl-rtl/vlr-ltr/vrl-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1187: vrl-rtl/vlr-ltr/vrl-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1188: vrl-rtl/vlr-rtl/htb-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1189: vrl-rtl/vlr-rtl/htb-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1190: vrl-rtl/vlr-rtl/htb-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 1191: vrl-rtl/vlr-rtl/htb-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 1192: vrl-rtl/vlr-rtl/htb-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1193: vrl-rtl/vlr-rtl/htb-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1194: vrl-rtl/vlr-rtl/htb-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1195: vrl-rtl/vlr-rtl/htb-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1196: vrl-rtl/vlr-rtl/htb-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 1197: vrl-rtl/vlr-rtl/htb-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 1198: vrl-rtl/vlr-rtl/htb-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1199: vrl-rtl/vlr-rtl/htb-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1200: vrl-rtl/vlr-rtl/vlr-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1201: vrl-rtl/vlr-rtl/vlr-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1202: vrl-rtl/vlr-rtl/vlr-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 1203: vrl-rtl/vlr-rtl/vlr-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 1204: vrl-rtl/vlr-rtl/vlr-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1205: vrl-rtl/vlr-rtl/vlr-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1206: vrl-rtl/vlr-rtl/vlr-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1207: vrl-rtl/vlr-rtl/vlr-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1208: vrl-rtl/vlr-rtl/vlr-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 1209: vrl-rtl/vlr-rtl/vlr-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 1210: vrl-rtl/vlr-rtl/vlr-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1211: vrl-rtl/vlr-rtl/vlr-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1212: vrl-rtl/vlr-rtl/vrl-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1213: vrl-rtl/vlr-rtl/vrl-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1214: vrl-rtl/vlr-rtl/vrl-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 1215: vrl-rtl/vlr-rtl/vrl-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 1216: vrl-rtl/vlr-rtl/vrl-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1217: vrl-rtl/vlr-rtl/vrl-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1218: vrl-rtl/vlr-rtl/vrl-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1219: vrl-rtl/vlr-rtl/vrl-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1220: vrl-rtl/vlr-rtl/vrl-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 1221: vrl-rtl/vlr-rtl/vrl-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 1222: vrl-rtl/vlr-rtl/vrl-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1223: vrl-rtl/vlr-rtl/vrl-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1224: vrl-rtl/vrl-ltr/htb-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1225: vrl-rtl/vrl-ltr/htb-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1226: vrl-rtl/vrl-ltr/htb-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 1227: vrl-rtl/vrl-ltr/htb-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 1228: vrl-rtl/vrl-ltr/htb-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1229: vrl-rtl/vrl-ltr/htb-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1230: vrl-rtl/vrl-ltr/htb-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1231: vrl-rtl/vrl-ltr/htb-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1232: vrl-rtl/vrl-ltr/htb-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 1233: vrl-rtl/vrl-ltr/htb-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 1234: vrl-rtl/vrl-ltr/htb-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1235: vrl-rtl/vrl-ltr/htb-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1236: vrl-rtl/vrl-ltr/vlr-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1237: vrl-rtl/vrl-ltr/vlr-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1238: vrl-rtl/vrl-ltr/vlr-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 1239: vrl-rtl/vrl-ltr/vlr-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 1240: vrl-rtl/vrl-ltr/vlr-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1241: vrl-rtl/vrl-ltr/vlr-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1242: vrl-rtl/vrl-ltr/vlr-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1243: vrl-rtl/vrl-ltr/vlr-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1244: vrl-rtl/vrl-ltr/vlr-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 1245: vrl-rtl/vrl-ltr/vlr-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 1246: vrl-rtl/vrl-ltr/vlr-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1247: vrl-rtl/vrl-ltr/vlr-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1248: vrl-rtl/vrl-ltr/vrl-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1249: vrl-rtl/vrl-ltr/vrl-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1250: vrl-rtl/vrl-ltr/vrl-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 1251: vrl-rtl/vrl-ltr/vrl-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 1252: vrl-rtl/vrl-ltr/vrl-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1253: vrl-rtl/vrl-ltr/vrl-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1254: vrl-rtl/vrl-ltr/vrl-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1255: vrl-rtl/vrl-ltr/vrl-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1256: vrl-rtl/vrl-ltr/vrl-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 1257: vrl-rtl/vrl-ltr/vrl-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 1258: vrl-rtl/vrl-ltr/vrl-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1259: vrl-rtl/vrl-ltr/vrl-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1260: vrl-rtl/vrl-rtl/htb-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1261: vrl-rtl/vrl-rtl/htb-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1262: vrl-rtl/vrl-rtl/htb-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 1263: vrl-rtl/vrl-rtl/htb-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 1264: vrl-rtl/vrl-rtl/htb-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1265: vrl-rtl/vrl-rtl/htb-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1266: vrl-rtl/vrl-rtl/htb-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1267: vrl-rtl/vrl-rtl/htb-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1268: vrl-rtl/vrl-rtl/htb-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 1269: vrl-rtl/vrl-rtl/htb-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 1270: vrl-rtl/vrl-rtl/htb-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1271: vrl-rtl/vrl-rtl/htb-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1272: vrl-rtl/vrl-rtl/vlr-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1273: vrl-rtl/vrl-rtl/vlr-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1274: vrl-rtl/vrl-rtl/vlr-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 1275: vrl-rtl/vrl-rtl/vlr-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 1276: vrl-rtl/vrl-rtl/vlr-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1277: vrl-rtl/vrl-rtl/vlr-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1278: vrl-rtl/vrl-rtl/vlr-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1279: vrl-rtl/vrl-rtl/vlr-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1280: vrl-rtl/vrl-rtl/vlr-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 1281: vrl-rtl/vrl-rtl/vlr-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 1282: vrl-rtl/vrl-rtl/vlr-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1283: vrl-rtl/vrl-rtl/vlr-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1284: vrl-rtl/vrl-rtl/vrl-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1285: vrl-rtl/vrl-rtl/vrl-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1286: vrl-rtl/vrl-rtl/vrl-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 1287: vrl-rtl/vrl-rtl/vrl-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 1288: vrl-rtl/vrl-rtl/vrl-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1289: vrl-rtl/vrl-rtl/vrl-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1290: vrl-rtl/vrl-rtl/vrl-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1291: vrl-rtl/vrl-rtl/vrl-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1292: vrl-rtl/vrl-rtl/vrl-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 1293: vrl-rtl/vrl-rtl/vrl-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 600 (expected array [200, 200, 500, 300] got [600, 400, 600, 400]) -FAIL 1294: vrl-rtl/vrl-rtl/vrl-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) -FAIL 1295: vrl-rtl/vrl-rtl/vrl-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 400, 0, 400]) +FAIL 0: htb-ltr/htb-ltr/htb-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 1: htb-ltr/htb-ltr/htb-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 2: htb-ltr/htb-ltr/htb-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 3: htb-ltr/htb-ltr/htb-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 4: htb-ltr/htb-ltr/htb-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 5: htb-ltr/htb-ltr/htb-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 6: htb-ltr/htb-ltr/htb-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 7: htb-ltr/htb-ltr/htb-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 8: htb-ltr/htb-ltr/htb-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 9: htb-ltr/htb-ltr/htb-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 10: htb-ltr/htb-ltr/htb-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 11: htb-ltr/htb-ltr/htb-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 12: htb-ltr/htb-ltr/vlr-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 13: htb-ltr/htb-ltr/vlr-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 14: htb-ltr/htb-ltr/vlr-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 15: htb-ltr/htb-ltr/vlr-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 16: htb-ltr/htb-ltr/vlr-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 17: htb-ltr/htb-ltr/vlr-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 18: htb-ltr/htb-ltr/vlr-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 19: htb-ltr/htb-ltr/vlr-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 20: htb-ltr/htb-ltr/vlr-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 21: htb-ltr/htb-ltr/vlr-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 22: htb-ltr/htb-ltr/vlr-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 23: htb-ltr/htb-ltr/vlr-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 24: htb-ltr/htb-ltr/vrl-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 25: htb-ltr/htb-ltr/vrl-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 26: htb-ltr/htb-ltr/vrl-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 27: htb-ltr/htb-ltr/vrl-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 28: htb-ltr/htb-ltr/vrl-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 29: htb-ltr/htb-ltr/vrl-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 30: htb-ltr/htb-ltr/vrl-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 31: htb-ltr/htb-ltr/vrl-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 32: htb-ltr/htb-ltr/vrl-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 33: htb-ltr/htb-ltr/vrl-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 34: htb-ltr/htb-ltr/vrl-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 35: htb-ltr/htb-ltr/vrl-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 36: htb-ltr/htb-rtl/htb-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 37: htb-ltr/htb-rtl/htb-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 38: htb-ltr/htb-rtl/htb-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 39: htb-ltr/htb-rtl/htb-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 40: htb-ltr/htb-rtl/htb-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 41: htb-ltr/htb-rtl/htb-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 42: htb-ltr/htb-rtl/htb-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 43: htb-ltr/htb-rtl/htb-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 44: htb-ltr/htb-rtl/htb-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 45: htb-ltr/htb-rtl/htb-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 46: htb-ltr/htb-rtl/htb-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 47: htb-ltr/htb-rtl/htb-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 48: htb-ltr/htb-rtl/vlr-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 49: htb-ltr/htb-rtl/vlr-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 50: htb-ltr/htb-rtl/vlr-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 51: htb-ltr/htb-rtl/vlr-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 52: htb-ltr/htb-rtl/vlr-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 53: htb-ltr/htb-rtl/vlr-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 54: htb-ltr/htb-rtl/vlr-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 55: htb-ltr/htb-rtl/vlr-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 56: htb-ltr/htb-rtl/vlr-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 57: htb-ltr/htb-rtl/vlr-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 58: htb-ltr/htb-rtl/vlr-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 59: htb-ltr/htb-rtl/vlr-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 60: htb-ltr/htb-rtl/vrl-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 61: htb-ltr/htb-rtl/vrl-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 62: htb-ltr/htb-rtl/vrl-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 63: htb-ltr/htb-rtl/vrl-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 64: htb-ltr/htb-rtl/vrl-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 65: htb-ltr/htb-rtl/vrl-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 66: htb-ltr/htb-rtl/vrl-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 67: htb-ltr/htb-rtl/vrl-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 68: htb-ltr/htb-rtl/vrl-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 69: htb-ltr/htb-rtl/vrl-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 70: htb-ltr/htb-rtl/vrl-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 71: htb-ltr/htb-rtl/vrl-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 72: htb-ltr/vlr-ltr/htb-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 73: htb-ltr/vlr-ltr/htb-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 74: htb-ltr/vlr-ltr/htb-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 75: htb-ltr/vlr-ltr/htb-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 76: htb-ltr/vlr-ltr/htb-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 77: htb-ltr/vlr-ltr/htb-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 78: htb-ltr/vlr-ltr/htb-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 79: htb-ltr/vlr-ltr/htb-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 80: htb-ltr/vlr-ltr/htb-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 81: htb-ltr/vlr-ltr/htb-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 82: htb-ltr/vlr-ltr/htb-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 83: htb-ltr/vlr-ltr/htb-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 84: htb-ltr/vlr-ltr/vlr-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 85: htb-ltr/vlr-ltr/vlr-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 86: htb-ltr/vlr-ltr/vlr-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 87: htb-ltr/vlr-ltr/vlr-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 88: htb-ltr/vlr-ltr/vlr-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 89: htb-ltr/vlr-ltr/vlr-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 90: htb-ltr/vlr-ltr/vlr-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 91: htb-ltr/vlr-ltr/vlr-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 92: htb-ltr/vlr-ltr/vlr-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 93: htb-ltr/vlr-ltr/vlr-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 94: htb-ltr/vlr-ltr/vlr-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 95: htb-ltr/vlr-ltr/vlr-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 96: htb-ltr/vlr-ltr/vrl-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 97: htb-ltr/vlr-ltr/vrl-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 98: htb-ltr/vlr-ltr/vrl-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 99: htb-ltr/vlr-ltr/vrl-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 100: htb-ltr/vlr-ltr/vrl-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 101: htb-ltr/vlr-ltr/vrl-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 102: htb-ltr/vlr-ltr/vrl-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 103: htb-ltr/vlr-ltr/vrl-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 104: htb-ltr/vlr-ltr/vrl-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 105: htb-ltr/vlr-ltr/vrl-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 106: htb-ltr/vlr-ltr/vrl-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 107: htb-ltr/vlr-ltr/vrl-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 108: htb-ltr/vlr-rtl/htb-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 109: htb-ltr/vlr-rtl/htb-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 110: htb-ltr/vlr-rtl/htb-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 111: htb-ltr/vlr-rtl/htb-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 112: htb-ltr/vlr-rtl/htb-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 113: htb-ltr/vlr-rtl/htb-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 114: htb-ltr/vlr-rtl/htb-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 115: htb-ltr/vlr-rtl/htb-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 116: htb-ltr/vlr-rtl/htb-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 117: htb-ltr/vlr-rtl/htb-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 118: htb-ltr/vlr-rtl/htb-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 119: htb-ltr/vlr-rtl/htb-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 120: htb-ltr/vlr-rtl/vlr-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 121: htb-ltr/vlr-rtl/vlr-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 122: htb-ltr/vlr-rtl/vlr-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 123: htb-ltr/vlr-rtl/vlr-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 124: htb-ltr/vlr-rtl/vlr-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 125: htb-ltr/vlr-rtl/vlr-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 126: htb-ltr/vlr-rtl/vlr-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 127: htb-ltr/vlr-rtl/vlr-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 128: htb-ltr/vlr-rtl/vlr-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 129: htb-ltr/vlr-rtl/vlr-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 130: htb-ltr/vlr-rtl/vlr-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 131: htb-ltr/vlr-rtl/vlr-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 132: htb-ltr/vlr-rtl/vrl-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 133: htb-ltr/vlr-rtl/vrl-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 134: htb-ltr/vlr-rtl/vrl-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 135: htb-ltr/vlr-rtl/vrl-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 136: htb-ltr/vlr-rtl/vrl-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 137: htb-ltr/vlr-rtl/vrl-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 138: htb-ltr/vlr-rtl/vrl-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 139: htb-ltr/vlr-rtl/vrl-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 140: htb-ltr/vlr-rtl/vrl-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 141: htb-ltr/vlr-rtl/vrl-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 142: htb-ltr/vlr-rtl/vrl-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 143: htb-ltr/vlr-rtl/vrl-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 144: htb-ltr/vrl-ltr/htb-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 145: htb-ltr/vrl-ltr/htb-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 146: htb-ltr/vrl-ltr/htb-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 147: htb-ltr/vrl-ltr/htb-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 148: htb-ltr/vrl-ltr/htb-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 149: htb-ltr/vrl-ltr/htb-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 150: htb-ltr/vrl-ltr/htb-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 151: htb-ltr/vrl-ltr/htb-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 152: htb-ltr/vrl-ltr/htb-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 153: htb-ltr/vrl-ltr/htb-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 154: htb-ltr/vrl-ltr/htb-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 155: htb-ltr/vrl-ltr/htb-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 156: htb-ltr/vrl-ltr/vlr-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 157: htb-ltr/vrl-ltr/vlr-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 158: htb-ltr/vrl-ltr/vlr-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 159: htb-ltr/vrl-ltr/vlr-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 160: htb-ltr/vrl-ltr/vlr-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 161: htb-ltr/vrl-ltr/vlr-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 162: htb-ltr/vrl-ltr/vlr-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 163: htb-ltr/vrl-ltr/vlr-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 164: htb-ltr/vrl-ltr/vlr-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 165: htb-ltr/vrl-ltr/vlr-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 166: htb-ltr/vrl-ltr/vlr-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 167: htb-ltr/vrl-ltr/vlr-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 168: htb-ltr/vrl-ltr/vrl-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 169: htb-ltr/vrl-ltr/vrl-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 170: htb-ltr/vrl-ltr/vrl-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 171: htb-ltr/vrl-ltr/vrl-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 172: htb-ltr/vrl-ltr/vrl-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 173: htb-ltr/vrl-ltr/vrl-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 174: htb-ltr/vrl-ltr/vrl-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 175: htb-ltr/vrl-ltr/vrl-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 176: htb-ltr/vrl-ltr/vrl-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 177: htb-ltr/vrl-ltr/vrl-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 178: htb-ltr/vrl-ltr/vrl-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 179: htb-ltr/vrl-ltr/vrl-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 180: htb-ltr/vrl-rtl/htb-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 181: htb-ltr/vrl-rtl/htb-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 182: htb-ltr/vrl-rtl/htb-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 183: htb-ltr/vrl-rtl/htb-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 184: htb-ltr/vrl-rtl/htb-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 185: htb-ltr/vrl-rtl/htb-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 186: htb-ltr/vrl-rtl/htb-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 187: htb-ltr/vrl-rtl/htb-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 188: htb-ltr/vrl-rtl/htb-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 189: htb-ltr/vrl-rtl/htb-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 190: htb-ltr/vrl-rtl/htb-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 191: htb-ltr/vrl-rtl/htb-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 192: htb-ltr/vrl-rtl/vlr-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 193: htb-ltr/vrl-rtl/vlr-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 194: htb-ltr/vrl-rtl/vlr-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 195: htb-ltr/vrl-rtl/vlr-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 196: htb-ltr/vrl-rtl/vlr-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 197: htb-ltr/vrl-rtl/vlr-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 198: htb-ltr/vrl-rtl/vlr-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 199: htb-ltr/vrl-rtl/vlr-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 200: htb-ltr/vrl-rtl/vlr-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 201: htb-ltr/vrl-rtl/vlr-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 202: htb-ltr/vrl-rtl/vlr-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 203: htb-ltr/vrl-rtl/vlr-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 204: htb-ltr/vrl-rtl/vrl-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 205: htb-ltr/vrl-rtl/vrl-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 206: htb-ltr/vrl-rtl/vrl-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 207: htb-ltr/vrl-rtl/vrl-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 208: htb-ltr/vrl-rtl/vrl-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 209: htb-ltr/vrl-rtl/vrl-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 210: htb-ltr/vrl-rtl/vrl-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 211: htb-ltr/vrl-rtl/vrl-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 212: htb-ltr/vrl-rtl/vrl-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 213: htb-ltr/vrl-rtl/vrl-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 214: htb-ltr/vrl-rtl/vrl-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 215: htb-ltr/vrl-rtl/vrl-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 216: htb-rtl/htb-ltr/htb-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 217: htb-rtl/htb-ltr/htb-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 218: htb-rtl/htb-ltr/htb-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 219: htb-rtl/htb-ltr/htb-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 220: htb-rtl/htb-ltr/htb-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 221: htb-rtl/htb-ltr/htb-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 222: htb-rtl/htb-ltr/htb-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 223: htb-rtl/htb-ltr/htb-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 224: htb-rtl/htb-ltr/htb-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 225: htb-rtl/htb-ltr/htb-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 226: htb-rtl/htb-ltr/htb-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 227: htb-rtl/htb-ltr/htb-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 228: htb-rtl/htb-ltr/vlr-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 229: htb-rtl/htb-ltr/vlr-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 230: htb-rtl/htb-ltr/vlr-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 231: htb-rtl/htb-ltr/vlr-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 232: htb-rtl/htb-ltr/vlr-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 233: htb-rtl/htb-ltr/vlr-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 234: htb-rtl/htb-ltr/vlr-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 235: htb-rtl/htb-ltr/vlr-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 236: htb-rtl/htb-ltr/vlr-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 237: htb-rtl/htb-ltr/vlr-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 238: htb-rtl/htb-ltr/vlr-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 239: htb-rtl/htb-ltr/vlr-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 240: htb-rtl/htb-ltr/vrl-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 241: htb-rtl/htb-ltr/vrl-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 242: htb-rtl/htb-ltr/vrl-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 243: htb-rtl/htb-ltr/vrl-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 244: htb-rtl/htb-ltr/vrl-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 245: htb-rtl/htb-ltr/vrl-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 246: htb-rtl/htb-ltr/vrl-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 247: htb-rtl/htb-ltr/vrl-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 248: htb-rtl/htb-ltr/vrl-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 249: htb-rtl/htb-ltr/vrl-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 250: htb-rtl/htb-ltr/vrl-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 251: htb-rtl/htb-ltr/vrl-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 252: htb-rtl/htb-rtl/htb-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 253: htb-rtl/htb-rtl/htb-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 254: htb-rtl/htb-rtl/htb-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 255: htb-rtl/htb-rtl/htb-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 256: htb-rtl/htb-rtl/htb-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 257: htb-rtl/htb-rtl/htb-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 258: htb-rtl/htb-rtl/htb-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 259: htb-rtl/htb-rtl/htb-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 260: htb-rtl/htb-rtl/htb-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 261: htb-rtl/htb-rtl/htb-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 262: htb-rtl/htb-rtl/htb-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 263: htb-rtl/htb-rtl/htb-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 264: htb-rtl/htb-rtl/vlr-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 265: htb-rtl/htb-rtl/vlr-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 266: htb-rtl/htb-rtl/vlr-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 267: htb-rtl/htb-rtl/vlr-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 268: htb-rtl/htb-rtl/vlr-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 269: htb-rtl/htb-rtl/vlr-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 270: htb-rtl/htb-rtl/vlr-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 271: htb-rtl/htb-rtl/vlr-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 272: htb-rtl/htb-rtl/vlr-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 273: htb-rtl/htb-rtl/vlr-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 274: htb-rtl/htb-rtl/vlr-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 275: htb-rtl/htb-rtl/vlr-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 276: htb-rtl/htb-rtl/vrl-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 277: htb-rtl/htb-rtl/vrl-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 278: htb-rtl/htb-rtl/vrl-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 279: htb-rtl/htb-rtl/vrl-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 280: htb-rtl/htb-rtl/vrl-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 281: htb-rtl/htb-rtl/vrl-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 282: htb-rtl/htb-rtl/vrl-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 283: htb-rtl/htb-rtl/vrl-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 284: htb-rtl/htb-rtl/vrl-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 285: htb-rtl/htb-rtl/vrl-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 286: htb-rtl/htb-rtl/vrl-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 287: htb-rtl/htb-rtl/vrl-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 288: htb-rtl/vlr-ltr/htb-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 289: htb-rtl/vlr-ltr/htb-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 290: htb-rtl/vlr-ltr/htb-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 291: htb-rtl/vlr-ltr/htb-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 292: htb-rtl/vlr-ltr/htb-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 293: htb-rtl/vlr-ltr/htb-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 294: htb-rtl/vlr-ltr/htb-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 295: htb-rtl/vlr-ltr/htb-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 296: htb-rtl/vlr-ltr/htb-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 297: htb-rtl/vlr-ltr/htb-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 298: htb-rtl/vlr-ltr/htb-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 299: htb-rtl/vlr-ltr/htb-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 300: htb-rtl/vlr-ltr/vlr-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 301: htb-rtl/vlr-ltr/vlr-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 302: htb-rtl/vlr-ltr/vlr-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 303: htb-rtl/vlr-ltr/vlr-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 304: htb-rtl/vlr-ltr/vlr-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 305: htb-rtl/vlr-ltr/vlr-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 306: htb-rtl/vlr-ltr/vlr-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 307: htb-rtl/vlr-ltr/vlr-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 308: htb-rtl/vlr-ltr/vlr-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 309: htb-rtl/vlr-ltr/vlr-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 310: htb-rtl/vlr-ltr/vlr-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 311: htb-rtl/vlr-ltr/vlr-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 312: htb-rtl/vlr-ltr/vrl-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 313: htb-rtl/vlr-ltr/vrl-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 314: htb-rtl/vlr-ltr/vrl-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 315: htb-rtl/vlr-ltr/vrl-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 316: htb-rtl/vlr-ltr/vrl-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 317: htb-rtl/vlr-ltr/vrl-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 318: htb-rtl/vlr-ltr/vrl-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 319: htb-rtl/vlr-ltr/vrl-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 320: htb-rtl/vlr-ltr/vrl-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 321: htb-rtl/vlr-ltr/vrl-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 322: htb-rtl/vlr-ltr/vrl-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 323: htb-rtl/vlr-ltr/vrl-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 324: htb-rtl/vlr-rtl/htb-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 325: htb-rtl/vlr-rtl/htb-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 326: htb-rtl/vlr-rtl/htb-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 327: htb-rtl/vlr-rtl/htb-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 328: htb-rtl/vlr-rtl/htb-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 329: htb-rtl/vlr-rtl/htb-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 330: htb-rtl/vlr-rtl/htb-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 331: htb-rtl/vlr-rtl/htb-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 332: htb-rtl/vlr-rtl/htb-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 333: htb-rtl/vlr-rtl/htb-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 334: htb-rtl/vlr-rtl/htb-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 335: htb-rtl/vlr-rtl/htb-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 336: htb-rtl/vlr-rtl/vlr-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 337: htb-rtl/vlr-rtl/vlr-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 338: htb-rtl/vlr-rtl/vlr-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 339: htb-rtl/vlr-rtl/vlr-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 340: htb-rtl/vlr-rtl/vlr-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 341: htb-rtl/vlr-rtl/vlr-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 342: htb-rtl/vlr-rtl/vlr-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 343: htb-rtl/vlr-rtl/vlr-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 344: htb-rtl/vlr-rtl/vlr-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 345: htb-rtl/vlr-rtl/vlr-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 346: htb-rtl/vlr-rtl/vlr-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 347: htb-rtl/vlr-rtl/vlr-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 348: htb-rtl/vlr-rtl/vrl-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 349: htb-rtl/vlr-rtl/vrl-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 350: htb-rtl/vlr-rtl/vrl-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 351: htb-rtl/vlr-rtl/vrl-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 352: htb-rtl/vlr-rtl/vrl-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 353: htb-rtl/vlr-rtl/vrl-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 354: htb-rtl/vlr-rtl/vrl-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 355: htb-rtl/vlr-rtl/vrl-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 356: htb-rtl/vlr-rtl/vrl-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 357: htb-rtl/vlr-rtl/vrl-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 358: htb-rtl/vlr-rtl/vrl-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 359: htb-rtl/vlr-rtl/vrl-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 360: htb-rtl/vrl-ltr/htb-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 361: htb-rtl/vrl-ltr/htb-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 362: htb-rtl/vrl-ltr/htb-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 363: htb-rtl/vrl-ltr/htb-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 364: htb-rtl/vrl-ltr/htb-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 365: htb-rtl/vrl-ltr/htb-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 366: htb-rtl/vrl-ltr/htb-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 367: htb-rtl/vrl-ltr/htb-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 368: htb-rtl/vrl-ltr/htb-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 369: htb-rtl/vrl-ltr/htb-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 370: htb-rtl/vrl-ltr/htb-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 371: htb-rtl/vrl-ltr/htb-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 372: htb-rtl/vrl-ltr/vlr-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 373: htb-rtl/vrl-ltr/vlr-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 374: htb-rtl/vrl-ltr/vlr-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 375: htb-rtl/vrl-ltr/vlr-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 376: htb-rtl/vrl-ltr/vlr-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 377: htb-rtl/vrl-ltr/vlr-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 378: htb-rtl/vrl-ltr/vlr-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 379: htb-rtl/vrl-ltr/vlr-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 380: htb-rtl/vrl-ltr/vlr-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 381: htb-rtl/vrl-ltr/vlr-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 382: htb-rtl/vrl-ltr/vlr-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 383: htb-rtl/vrl-ltr/vlr-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 384: htb-rtl/vrl-ltr/vrl-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 385: htb-rtl/vrl-ltr/vrl-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 386: htb-rtl/vrl-ltr/vrl-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 387: htb-rtl/vrl-ltr/vrl-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 388: htb-rtl/vrl-ltr/vrl-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 389: htb-rtl/vrl-ltr/vrl-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 390: htb-rtl/vrl-ltr/vrl-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 391: htb-rtl/vrl-ltr/vrl-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 392: htb-rtl/vrl-ltr/vrl-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 393: htb-rtl/vrl-ltr/vrl-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 394: htb-rtl/vrl-ltr/vrl-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 395: htb-rtl/vrl-ltr/vrl-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 396: htb-rtl/vrl-rtl/htb-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 397: htb-rtl/vrl-rtl/htb-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 398: htb-rtl/vrl-rtl/htb-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 399: htb-rtl/vrl-rtl/htb-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 400: htb-rtl/vrl-rtl/htb-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 401: htb-rtl/vrl-rtl/htb-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 402: htb-rtl/vrl-rtl/htb-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 403: htb-rtl/vrl-rtl/htb-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 404: htb-rtl/vrl-rtl/htb-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 405: htb-rtl/vrl-rtl/htb-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 406: htb-rtl/vrl-rtl/htb-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 407: htb-rtl/vrl-rtl/htb-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 408: htb-rtl/vrl-rtl/vlr-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 409: htb-rtl/vrl-rtl/vlr-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 410: htb-rtl/vrl-rtl/vlr-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 411: htb-rtl/vrl-rtl/vlr-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 412: htb-rtl/vrl-rtl/vlr-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 413: htb-rtl/vrl-rtl/vlr-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 414: htb-rtl/vrl-rtl/vlr-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 415: htb-rtl/vrl-rtl/vlr-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 416: htb-rtl/vrl-rtl/vlr-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 417: htb-rtl/vrl-rtl/vlr-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 418: htb-rtl/vrl-rtl/vlr-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 419: htb-rtl/vrl-rtl/vlr-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 420: htb-rtl/vrl-rtl/vrl-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 421: htb-rtl/vrl-rtl/vrl-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 422: htb-rtl/vrl-rtl/vrl-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 423: htb-rtl/vrl-rtl/vrl-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 424: htb-rtl/vrl-rtl/vrl-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 425: htb-rtl/vrl-rtl/vrl-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 426: htb-rtl/vrl-rtl/vrl-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 427: htb-rtl/vrl-rtl/vrl-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 428: htb-rtl/vrl-rtl/vrl-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 429: htb-rtl/vrl-rtl/vrl-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 430: htb-rtl/vrl-rtl/vrl-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 431: htb-rtl/vrl-rtl/vrl-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 100, 600, 500]) +FAIL 432: vlr-ltr/htb-ltr/htb-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 433: vlr-ltr/htb-ltr/htb-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 434: vlr-ltr/htb-ltr/htb-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 435: vlr-ltr/htb-ltr/htb-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 436: vlr-ltr/htb-ltr/htb-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 437: vlr-ltr/htb-ltr/htb-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 438: vlr-ltr/htb-ltr/htb-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 439: vlr-ltr/htb-ltr/htb-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 440: vlr-ltr/htb-ltr/htb-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 441: vlr-ltr/htb-ltr/htb-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 442: vlr-ltr/htb-ltr/htb-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 443: vlr-ltr/htb-ltr/htb-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 444: vlr-ltr/htb-ltr/vlr-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 445: vlr-ltr/htb-ltr/vlr-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 446: vlr-ltr/htb-ltr/vlr-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 447: vlr-ltr/htb-ltr/vlr-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 448: vlr-ltr/htb-ltr/vlr-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 449: vlr-ltr/htb-ltr/vlr-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 450: vlr-ltr/htb-ltr/vlr-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 451: vlr-ltr/htb-ltr/vlr-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 452: vlr-ltr/htb-ltr/vlr-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 453: vlr-ltr/htb-ltr/vlr-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 454: vlr-ltr/htb-ltr/vlr-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 455: vlr-ltr/htb-ltr/vlr-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 456: vlr-ltr/htb-ltr/vrl-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 457: vlr-ltr/htb-ltr/vrl-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 458: vlr-ltr/htb-ltr/vrl-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 459: vlr-ltr/htb-ltr/vrl-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 460: vlr-ltr/htb-ltr/vrl-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 461: vlr-ltr/htb-ltr/vrl-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 462: vlr-ltr/htb-ltr/vrl-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 463: vlr-ltr/htb-ltr/vrl-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 464: vlr-ltr/htb-ltr/vrl-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 465: vlr-ltr/htb-ltr/vrl-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 466: vlr-ltr/htb-ltr/vrl-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 467: vlr-ltr/htb-ltr/vrl-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 468: vlr-ltr/htb-rtl/htb-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 469: vlr-ltr/htb-rtl/htb-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 470: vlr-ltr/htb-rtl/htb-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 471: vlr-ltr/htb-rtl/htb-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 472: vlr-ltr/htb-rtl/htb-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 473: vlr-ltr/htb-rtl/htb-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 474: vlr-ltr/htb-rtl/htb-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 475: vlr-ltr/htb-rtl/htb-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 476: vlr-ltr/htb-rtl/htb-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 477: vlr-ltr/htb-rtl/htb-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 478: vlr-ltr/htb-rtl/htb-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 479: vlr-ltr/htb-rtl/htb-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 480: vlr-ltr/htb-rtl/vlr-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 481: vlr-ltr/htb-rtl/vlr-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 482: vlr-ltr/htb-rtl/vlr-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 483: vlr-ltr/htb-rtl/vlr-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 484: vlr-ltr/htb-rtl/vlr-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 485: vlr-ltr/htb-rtl/vlr-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 486: vlr-ltr/htb-rtl/vlr-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 487: vlr-ltr/htb-rtl/vlr-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 488: vlr-ltr/htb-rtl/vlr-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 489: vlr-ltr/htb-rtl/vlr-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 490: vlr-ltr/htb-rtl/vlr-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 491: vlr-ltr/htb-rtl/vlr-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 492: vlr-ltr/htb-rtl/vrl-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 493: vlr-ltr/htb-rtl/vrl-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 494: vlr-ltr/htb-rtl/vrl-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 495: vlr-ltr/htb-rtl/vrl-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 496: vlr-ltr/htb-rtl/vrl-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 497: vlr-ltr/htb-rtl/vrl-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 498: vlr-ltr/htb-rtl/vrl-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 499: vlr-ltr/htb-rtl/vrl-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 500: vlr-ltr/htb-rtl/vrl-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 501: vlr-ltr/htb-rtl/vrl-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 502: vlr-ltr/htb-rtl/vrl-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 503: vlr-ltr/htb-rtl/vrl-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 504: vlr-ltr/vlr-ltr/htb-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 505: vlr-ltr/vlr-ltr/htb-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 506: vlr-ltr/vlr-ltr/htb-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 507: vlr-ltr/vlr-ltr/htb-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 508: vlr-ltr/vlr-ltr/htb-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 509: vlr-ltr/vlr-ltr/htb-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 510: vlr-ltr/vlr-ltr/htb-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 511: vlr-ltr/vlr-ltr/htb-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 512: vlr-ltr/vlr-ltr/htb-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 513: vlr-ltr/vlr-ltr/htb-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 514: vlr-ltr/vlr-ltr/htb-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 515: vlr-ltr/vlr-ltr/htb-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 516: vlr-ltr/vlr-ltr/vlr-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 517: vlr-ltr/vlr-ltr/vlr-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 518: vlr-ltr/vlr-ltr/vlr-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 519: vlr-ltr/vlr-ltr/vlr-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 520: vlr-ltr/vlr-ltr/vlr-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 521: vlr-ltr/vlr-ltr/vlr-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 522: vlr-ltr/vlr-ltr/vlr-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 523: vlr-ltr/vlr-ltr/vlr-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 524: vlr-ltr/vlr-ltr/vlr-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 525: vlr-ltr/vlr-ltr/vlr-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 526: vlr-ltr/vlr-ltr/vlr-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 527: vlr-ltr/vlr-ltr/vlr-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 528: vlr-ltr/vlr-ltr/vrl-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 529: vlr-ltr/vlr-ltr/vrl-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 530: vlr-ltr/vlr-ltr/vrl-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 531: vlr-ltr/vlr-ltr/vrl-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 532: vlr-ltr/vlr-ltr/vrl-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 533: vlr-ltr/vlr-ltr/vrl-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 534: vlr-ltr/vlr-ltr/vrl-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 535: vlr-ltr/vlr-ltr/vrl-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 536: vlr-ltr/vlr-ltr/vrl-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 537: vlr-ltr/vlr-ltr/vrl-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 538: vlr-ltr/vlr-ltr/vrl-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 539: vlr-ltr/vlr-ltr/vrl-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 540: vlr-ltr/vlr-rtl/htb-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 541: vlr-ltr/vlr-rtl/htb-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 542: vlr-ltr/vlr-rtl/htb-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 543: vlr-ltr/vlr-rtl/htb-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 544: vlr-ltr/vlr-rtl/htb-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 545: vlr-ltr/vlr-rtl/htb-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 546: vlr-ltr/vlr-rtl/htb-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 547: vlr-ltr/vlr-rtl/htb-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 548: vlr-ltr/vlr-rtl/htb-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 549: vlr-ltr/vlr-rtl/htb-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 550: vlr-ltr/vlr-rtl/htb-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 551: vlr-ltr/vlr-rtl/htb-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 552: vlr-ltr/vlr-rtl/vlr-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 553: vlr-ltr/vlr-rtl/vlr-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 554: vlr-ltr/vlr-rtl/vlr-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 555: vlr-ltr/vlr-rtl/vlr-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 556: vlr-ltr/vlr-rtl/vlr-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 557: vlr-ltr/vlr-rtl/vlr-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 558: vlr-ltr/vlr-rtl/vlr-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 559: vlr-ltr/vlr-rtl/vlr-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 560: vlr-ltr/vlr-rtl/vlr-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 561: vlr-ltr/vlr-rtl/vlr-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 562: vlr-ltr/vlr-rtl/vlr-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 563: vlr-ltr/vlr-rtl/vlr-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 564: vlr-ltr/vlr-rtl/vrl-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 565: vlr-ltr/vlr-rtl/vrl-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 566: vlr-ltr/vlr-rtl/vrl-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 567: vlr-ltr/vlr-rtl/vrl-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 568: vlr-ltr/vlr-rtl/vrl-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 569: vlr-ltr/vlr-rtl/vrl-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 570: vlr-ltr/vlr-rtl/vrl-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 571: vlr-ltr/vlr-rtl/vrl-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 572: vlr-ltr/vlr-rtl/vrl-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 573: vlr-ltr/vlr-rtl/vrl-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 574: vlr-ltr/vlr-rtl/vrl-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 575: vlr-ltr/vlr-rtl/vrl-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 576: vlr-ltr/vrl-ltr/htb-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 577: vlr-ltr/vrl-ltr/htb-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 578: vlr-ltr/vrl-ltr/htb-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 579: vlr-ltr/vrl-ltr/htb-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 580: vlr-ltr/vrl-ltr/htb-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 581: vlr-ltr/vrl-ltr/htb-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 582: vlr-ltr/vrl-ltr/htb-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 583: vlr-ltr/vrl-ltr/htb-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 584: vlr-ltr/vrl-ltr/htb-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 585: vlr-ltr/vrl-ltr/htb-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 586: vlr-ltr/vrl-ltr/htb-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 587: vlr-ltr/vrl-ltr/htb-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 588: vlr-ltr/vrl-ltr/vlr-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 589: vlr-ltr/vrl-ltr/vlr-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 590: vlr-ltr/vrl-ltr/vlr-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 591: vlr-ltr/vrl-ltr/vlr-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 592: vlr-ltr/vrl-ltr/vlr-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 593: vlr-ltr/vrl-ltr/vlr-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 594: vlr-ltr/vrl-ltr/vlr-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 595: vlr-ltr/vrl-ltr/vlr-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 596: vlr-ltr/vrl-ltr/vlr-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 597: vlr-ltr/vrl-ltr/vlr-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 598: vlr-ltr/vrl-ltr/vlr-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 599: vlr-ltr/vrl-ltr/vlr-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 600: vlr-ltr/vrl-ltr/vrl-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 601: vlr-ltr/vrl-ltr/vrl-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 602: vlr-ltr/vrl-ltr/vrl-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 603: vlr-ltr/vrl-ltr/vrl-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 604: vlr-ltr/vrl-ltr/vrl-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 605: vlr-ltr/vrl-ltr/vrl-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 606: vlr-ltr/vrl-ltr/vrl-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 607: vlr-ltr/vrl-ltr/vrl-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 608: vlr-ltr/vrl-ltr/vrl-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 609: vlr-ltr/vrl-ltr/vrl-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 610: vlr-ltr/vrl-ltr/vrl-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 611: vlr-ltr/vrl-ltr/vrl-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 612: vlr-ltr/vrl-rtl/htb-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 613: vlr-ltr/vrl-rtl/htb-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 614: vlr-ltr/vrl-rtl/htb-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 615: vlr-ltr/vrl-rtl/htb-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 616: vlr-ltr/vrl-rtl/htb-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 617: vlr-ltr/vrl-rtl/htb-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 618: vlr-ltr/vrl-rtl/htb-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 619: vlr-ltr/vrl-rtl/htb-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 620: vlr-ltr/vrl-rtl/htb-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 621: vlr-ltr/vrl-rtl/htb-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 622: vlr-ltr/vrl-rtl/htb-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 623: vlr-ltr/vrl-rtl/htb-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 624: vlr-ltr/vrl-rtl/vlr-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 625: vlr-ltr/vrl-rtl/vlr-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 626: vlr-ltr/vrl-rtl/vlr-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 627: vlr-ltr/vrl-rtl/vlr-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 628: vlr-ltr/vrl-rtl/vlr-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 629: vlr-ltr/vrl-rtl/vlr-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 630: vlr-ltr/vrl-rtl/vlr-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 631: vlr-ltr/vrl-rtl/vlr-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 632: vlr-ltr/vrl-rtl/vlr-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 633: vlr-ltr/vrl-rtl/vlr-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 634: vlr-ltr/vrl-rtl/vlr-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 635: vlr-ltr/vrl-rtl/vlr-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 636: vlr-ltr/vrl-rtl/vrl-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 637: vlr-ltr/vrl-rtl/vrl-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 638: vlr-ltr/vrl-rtl/vrl-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 639: vlr-ltr/vrl-rtl/vrl-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 640: vlr-ltr/vrl-rtl/vrl-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 641: vlr-ltr/vrl-rtl/vrl-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 642: vlr-ltr/vrl-rtl/vrl-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 643: vlr-ltr/vrl-rtl/vrl-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 644: vlr-ltr/vrl-rtl/vrl-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 645: vlr-ltr/vrl-rtl/vrl-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 646: vlr-ltr/vrl-rtl/vrl-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 647: vlr-ltr/vrl-rtl/vrl-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 648: vlr-rtl/htb-ltr/htb-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 649: vlr-rtl/htb-ltr/htb-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 650: vlr-rtl/htb-ltr/htb-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 651: vlr-rtl/htb-ltr/htb-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 652: vlr-rtl/htb-ltr/htb-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 653: vlr-rtl/htb-ltr/htb-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 654: vlr-rtl/htb-ltr/htb-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 655: vlr-rtl/htb-ltr/htb-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 656: vlr-rtl/htb-ltr/htb-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 657: vlr-rtl/htb-ltr/htb-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 658: vlr-rtl/htb-ltr/htb-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 659: vlr-rtl/htb-ltr/htb-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 660: vlr-rtl/htb-ltr/vlr-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 661: vlr-rtl/htb-ltr/vlr-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 662: vlr-rtl/htb-ltr/vlr-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 663: vlr-rtl/htb-ltr/vlr-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 664: vlr-rtl/htb-ltr/vlr-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 665: vlr-rtl/htb-ltr/vlr-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 666: vlr-rtl/htb-ltr/vlr-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 667: vlr-rtl/htb-ltr/vlr-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 668: vlr-rtl/htb-ltr/vlr-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 669: vlr-rtl/htb-ltr/vlr-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 670: vlr-rtl/htb-ltr/vlr-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 671: vlr-rtl/htb-ltr/vlr-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 672: vlr-rtl/htb-ltr/vrl-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 673: vlr-rtl/htb-ltr/vrl-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 674: vlr-rtl/htb-ltr/vrl-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 675: vlr-rtl/htb-ltr/vrl-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 676: vlr-rtl/htb-ltr/vrl-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 677: vlr-rtl/htb-ltr/vrl-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 678: vlr-rtl/htb-ltr/vrl-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 679: vlr-rtl/htb-ltr/vrl-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 680: vlr-rtl/htb-ltr/vrl-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 681: vlr-rtl/htb-ltr/vrl-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 682: vlr-rtl/htb-ltr/vrl-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 683: vlr-rtl/htb-ltr/vrl-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 684: vlr-rtl/htb-rtl/htb-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 685: vlr-rtl/htb-rtl/htb-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 686: vlr-rtl/htb-rtl/htb-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 687: vlr-rtl/htb-rtl/htb-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 688: vlr-rtl/htb-rtl/htb-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 689: vlr-rtl/htb-rtl/htb-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 690: vlr-rtl/htb-rtl/htb-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 691: vlr-rtl/htb-rtl/htb-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 692: vlr-rtl/htb-rtl/htb-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 693: vlr-rtl/htb-rtl/htb-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 694: vlr-rtl/htb-rtl/htb-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 695: vlr-rtl/htb-rtl/htb-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 696: vlr-rtl/htb-rtl/vlr-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 697: vlr-rtl/htb-rtl/vlr-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 698: vlr-rtl/htb-rtl/vlr-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 699: vlr-rtl/htb-rtl/vlr-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 700: vlr-rtl/htb-rtl/vlr-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 701: vlr-rtl/htb-rtl/vlr-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 702: vlr-rtl/htb-rtl/vlr-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 703: vlr-rtl/htb-rtl/vlr-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 704: vlr-rtl/htb-rtl/vlr-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 705: vlr-rtl/htb-rtl/vlr-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 706: vlr-rtl/htb-rtl/vlr-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 707: vlr-rtl/htb-rtl/vlr-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 708: vlr-rtl/htb-rtl/vrl-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 709: vlr-rtl/htb-rtl/vrl-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 710: vlr-rtl/htb-rtl/vrl-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 711: vlr-rtl/htb-rtl/vrl-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 712: vlr-rtl/htb-rtl/vrl-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 713: vlr-rtl/htb-rtl/vrl-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 714: vlr-rtl/htb-rtl/vrl-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 715: vlr-rtl/htb-rtl/vrl-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 716: vlr-rtl/htb-rtl/vrl-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 717: vlr-rtl/htb-rtl/vrl-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 718: vlr-rtl/htb-rtl/vrl-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 719: vlr-rtl/htb-rtl/vrl-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 720: vlr-rtl/vlr-ltr/htb-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 721: vlr-rtl/vlr-ltr/htb-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 722: vlr-rtl/vlr-ltr/htb-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 723: vlr-rtl/vlr-ltr/htb-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 724: vlr-rtl/vlr-ltr/htb-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 725: vlr-rtl/vlr-ltr/htb-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 726: vlr-rtl/vlr-ltr/htb-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 727: vlr-rtl/vlr-ltr/htb-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 728: vlr-rtl/vlr-ltr/htb-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 729: vlr-rtl/vlr-ltr/htb-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 730: vlr-rtl/vlr-ltr/htb-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 731: vlr-rtl/vlr-ltr/htb-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 732: vlr-rtl/vlr-ltr/vlr-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 733: vlr-rtl/vlr-ltr/vlr-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 734: vlr-rtl/vlr-ltr/vlr-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 735: vlr-rtl/vlr-ltr/vlr-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 736: vlr-rtl/vlr-ltr/vlr-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 737: vlr-rtl/vlr-ltr/vlr-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 738: vlr-rtl/vlr-ltr/vlr-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 739: vlr-rtl/vlr-ltr/vlr-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 740: vlr-rtl/vlr-ltr/vlr-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 741: vlr-rtl/vlr-ltr/vlr-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 742: vlr-rtl/vlr-ltr/vlr-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 743: vlr-rtl/vlr-ltr/vlr-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 744: vlr-rtl/vlr-ltr/vrl-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 745: vlr-rtl/vlr-ltr/vrl-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 746: vlr-rtl/vlr-ltr/vrl-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 747: vlr-rtl/vlr-ltr/vrl-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 748: vlr-rtl/vlr-ltr/vrl-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 749: vlr-rtl/vlr-ltr/vrl-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 750: vlr-rtl/vlr-ltr/vrl-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 751: vlr-rtl/vlr-ltr/vrl-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 752: vlr-rtl/vlr-ltr/vrl-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 753: vlr-rtl/vlr-ltr/vrl-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 754: vlr-rtl/vlr-ltr/vrl-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 755: vlr-rtl/vlr-ltr/vrl-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 756: vlr-rtl/vlr-rtl/htb-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 757: vlr-rtl/vlr-rtl/htb-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 758: vlr-rtl/vlr-rtl/htb-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 759: vlr-rtl/vlr-rtl/htb-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 760: vlr-rtl/vlr-rtl/htb-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 761: vlr-rtl/vlr-rtl/htb-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 762: vlr-rtl/vlr-rtl/htb-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 763: vlr-rtl/vlr-rtl/htb-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 764: vlr-rtl/vlr-rtl/htb-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 765: vlr-rtl/vlr-rtl/htb-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 766: vlr-rtl/vlr-rtl/htb-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 767: vlr-rtl/vlr-rtl/htb-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 768: vlr-rtl/vlr-rtl/vlr-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 769: vlr-rtl/vlr-rtl/vlr-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 770: vlr-rtl/vlr-rtl/vlr-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 771: vlr-rtl/vlr-rtl/vlr-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 772: vlr-rtl/vlr-rtl/vlr-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 773: vlr-rtl/vlr-rtl/vlr-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 774: vlr-rtl/vlr-rtl/vlr-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 775: vlr-rtl/vlr-rtl/vlr-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 776: vlr-rtl/vlr-rtl/vlr-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 777: vlr-rtl/vlr-rtl/vlr-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 778: vlr-rtl/vlr-rtl/vlr-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 779: vlr-rtl/vlr-rtl/vlr-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 780: vlr-rtl/vlr-rtl/vrl-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 781: vlr-rtl/vlr-rtl/vrl-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 782: vlr-rtl/vlr-rtl/vrl-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 783: vlr-rtl/vlr-rtl/vrl-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 784: vlr-rtl/vlr-rtl/vrl-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 785: vlr-rtl/vlr-rtl/vrl-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 786: vlr-rtl/vlr-rtl/vrl-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 787: vlr-rtl/vlr-rtl/vrl-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 788: vlr-rtl/vlr-rtl/vrl-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 789: vlr-rtl/vlr-rtl/vrl-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 790: vlr-rtl/vlr-rtl/vrl-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 791: vlr-rtl/vlr-rtl/vrl-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 792: vlr-rtl/vrl-ltr/htb-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 793: vlr-rtl/vrl-ltr/htb-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 794: vlr-rtl/vrl-ltr/htb-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 795: vlr-rtl/vrl-ltr/htb-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 796: vlr-rtl/vrl-ltr/htb-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 797: vlr-rtl/vrl-ltr/htb-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 798: vlr-rtl/vrl-ltr/htb-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 799: vlr-rtl/vrl-ltr/htb-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 800: vlr-rtl/vrl-ltr/htb-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 801: vlr-rtl/vrl-ltr/htb-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 802: vlr-rtl/vrl-ltr/htb-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 803: vlr-rtl/vrl-ltr/htb-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 804: vlr-rtl/vrl-ltr/vlr-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 805: vlr-rtl/vrl-ltr/vlr-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 806: vlr-rtl/vrl-ltr/vlr-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 807: vlr-rtl/vrl-ltr/vlr-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 808: vlr-rtl/vrl-ltr/vlr-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 809: vlr-rtl/vrl-ltr/vlr-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 810: vlr-rtl/vrl-ltr/vlr-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 811: vlr-rtl/vrl-ltr/vlr-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 812: vlr-rtl/vrl-ltr/vlr-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 813: vlr-rtl/vrl-ltr/vlr-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 814: vlr-rtl/vrl-ltr/vlr-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 815: vlr-rtl/vrl-ltr/vlr-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 816: vlr-rtl/vrl-ltr/vrl-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 817: vlr-rtl/vrl-ltr/vrl-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 818: vlr-rtl/vrl-ltr/vrl-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 819: vlr-rtl/vrl-ltr/vrl-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 820: vlr-rtl/vrl-ltr/vrl-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 821: vlr-rtl/vrl-ltr/vrl-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 822: vlr-rtl/vrl-ltr/vrl-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 823: vlr-rtl/vrl-ltr/vrl-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 824: vlr-rtl/vrl-ltr/vrl-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 825: vlr-rtl/vrl-ltr/vrl-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 826: vlr-rtl/vrl-ltr/vrl-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 827: vlr-rtl/vrl-ltr/vrl-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 828: vlr-rtl/vrl-rtl/htb-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 829: vlr-rtl/vrl-rtl/htb-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 830: vlr-rtl/vrl-rtl/htb-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 831: vlr-rtl/vrl-rtl/htb-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 832: vlr-rtl/vrl-rtl/htb-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 833: vlr-rtl/vrl-rtl/htb-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 834: vlr-rtl/vrl-rtl/htb-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 835: vlr-rtl/vrl-rtl/htb-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 836: vlr-rtl/vrl-rtl/htb-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 837: vlr-rtl/vrl-rtl/htb-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 838: vlr-rtl/vrl-rtl/htb-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 839: vlr-rtl/vrl-rtl/htb-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 840: vlr-rtl/vrl-rtl/vlr-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 841: vlr-rtl/vrl-rtl/vlr-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 842: vlr-rtl/vrl-rtl/vlr-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 843: vlr-rtl/vrl-rtl/vlr-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 844: vlr-rtl/vrl-rtl/vlr-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 845: vlr-rtl/vrl-rtl/vlr-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 846: vlr-rtl/vrl-rtl/vlr-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 847: vlr-rtl/vrl-rtl/vlr-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 848: vlr-rtl/vrl-rtl/vlr-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 849: vlr-rtl/vrl-rtl/vlr-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 850: vlr-rtl/vrl-rtl/vlr-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 851: vlr-rtl/vrl-rtl/vlr-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 852: vlr-rtl/vrl-rtl/vrl-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 853: vlr-rtl/vrl-rtl/vrl-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 854: vlr-rtl/vrl-rtl/vrl-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 855: vlr-rtl/vrl-rtl/vrl-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 856: vlr-rtl/vrl-rtl/vrl-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 857: vlr-rtl/vrl-rtl/vrl-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 858: vlr-rtl/vrl-rtl/vrl-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 859: vlr-rtl/vrl-rtl/vrl-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 860: vlr-rtl/vrl-rtl/vrl-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 861: vlr-rtl/vrl-rtl/vrl-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 862: vlr-rtl/vrl-rtl/vrl-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 863: vlr-rtl/vrl-rtl/vrl-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 864: vrl-ltr/htb-ltr/htb-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 865: vrl-ltr/htb-ltr/htb-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 866: vrl-ltr/htb-ltr/htb-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 867: vrl-ltr/htb-ltr/htb-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 868: vrl-ltr/htb-ltr/htb-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 869: vrl-ltr/htb-ltr/htb-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 870: vrl-ltr/htb-ltr/htb-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 871: vrl-ltr/htb-ltr/htb-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 872: vrl-ltr/htb-ltr/htb-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 873: vrl-ltr/htb-ltr/htb-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 874: vrl-ltr/htb-ltr/htb-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 875: vrl-ltr/htb-ltr/htb-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 876: vrl-ltr/htb-ltr/vlr-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 877: vrl-ltr/htb-ltr/vlr-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 878: vrl-ltr/htb-ltr/vlr-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 879: vrl-ltr/htb-ltr/vlr-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 880: vrl-ltr/htb-ltr/vlr-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 881: vrl-ltr/htb-ltr/vlr-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 882: vrl-ltr/htb-ltr/vlr-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 883: vrl-ltr/htb-ltr/vlr-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 884: vrl-ltr/htb-ltr/vlr-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 885: vrl-ltr/htb-ltr/vlr-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 886: vrl-ltr/htb-ltr/vlr-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 887: vrl-ltr/htb-ltr/vlr-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 888: vrl-ltr/htb-ltr/vrl-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 889: vrl-ltr/htb-ltr/vrl-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 890: vrl-ltr/htb-ltr/vrl-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 891: vrl-ltr/htb-ltr/vrl-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 892: vrl-ltr/htb-ltr/vrl-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 893: vrl-ltr/htb-ltr/vrl-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 894: vrl-ltr/htb-ltr/vrl-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 895: vrl-ltr/htb-ltr/vrl-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 896: vrl-ltr/htb-ltr/vrl-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 897: vrl-ltr/htb-ltr/vrl-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 898: vrl-ltr/htb-ltr/vrl-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 899: vrl-ltr/htb-ltr/vrl-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 900: vrl-ltr/htb-rtl/htb-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 901: vrl-ltr/htb-rtl/htb-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 902: vrl-ltr/htb-rtl/htb-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 903: vrl-ltr/htb-rtl/htb-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 904: vrl-ltr/htb-rtl/htb-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 905: vrl-ltr/htb-rtl/htb-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 906: vrl-ltr/htb-rtl/htb-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 907: vrl-ltr/htb-rtl/htb-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 908: vrl-ltr/htb-rtl/htb-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 909: vrl-ltr/htb-rtl/htb-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 910: vrl-ltr/htb-rtl/htb-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 911: vrl-ltr/htb-rtl/htb-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 912: vrl-ltr/htb-rtl/vlr-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 913: vrl-ltr/htb-rtl/vlr-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 914: vrl-ltr/htb-rtl/vlr-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 915: vrl-ltr/htb-rtl/vlr-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 916: vrl-ltr/htb-rtl/vlr-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 917: vrl-ltr/htb-rtl/vlr-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 918: vrl-ltr/htb-rtl/vlr-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 919: vrl-ltr/htb-rtl/vlr-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 920: vrl-ltr/htb-rtl/vlr-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 921: vrl-ltr/htb-rtl/vlr-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 922: vrl-ltr/htb-rtl/vlr-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 923: vrl-ltr/htb-rtl/vlr-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 924: vrl-ltr/htb-rtl/vrl-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 925: vrl-ltr/htb-rtl/vrl-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 926: vrl-ltr/htb-rtl/vrl-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 927: vrl-ltr/htb-rtl/vrl-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 928: vrl-ltr/htb-rtl/vrl-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 929: vrl-ltr/htb-rtl/vrl-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 930: vrl-ltr/htb-rtl/vrl-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 931: vrl-ltr/htb-rtl/vrl-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 932: vrl-ltr/htb-rtl/vrl-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 933: vrl-ltr/htb-rtl/vrl-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 934: vrl-ltr/htb-rtl/vrl-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 935: vrl-ltr/htb-rtl/vrl-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 936: vrl-ltr/vlr-ltr/htb-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 937: vrl-ltr/vlr-ltr/htb-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 938: vrl-ltr/vlr-ltr/htb-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 939: vrl-ltr/vlr-ltr/htb-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 940: vrl-ltr/vlr-ltr/htb-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 941: vrl-ltr/vlr-ltr/htb-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 942: vrl-ltr/vlr-ltr/htb-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 943: vrl-ltr/vlr-ltr/htb-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 944: vrl-ltr/vlr-ltr/htb-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 945: vrl-ltr/vlr-ltr/htb-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 946: vrl-ltr/vlr-ltr/htb-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 947: vrl-ltr/vlr-ltr/htb-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 948: vrl-ltr/vlr-ltr/vlr-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 949: vrl-ltr/vlr-ltr/vlr-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 950: vrl-ltr/vlr-ltr/vlr-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 951: vrl-ltr/vlr-ltr/vlr-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 952: vrl-ltr/vlr-ltr/vlr-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 953: vrl-ltr/vlr-ltr/vlr-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 954: vrl-ltr/vlr-ltr/vlr-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 955: vrl-ltr/vlr-ltr/vlr-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 956: vrl-ltr/vlr-ltr/vlr-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 957: vrl-ltr/vlr-ltr/vlr-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 958: vrl-ltr/vlr-ltr/vlr-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 959: vrl-ltr/vlr-ltr/vlr-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 960: vrl-ltr/vlr-ltr/vrl-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 961: vrl-ltr/vlr-ltr/vrl-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 962: vrl-ltr/vlr-ltr/vrl-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 963: vrl-ltr/vlr-ltr/vrl-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 964: vrl-ltr/vlr-ltr/vrl-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 965: vrl-ltr/vlr-ltr/vrl-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 966: vrl-ltr/vlr-ltr/vrl-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 967: vrl-ltr/vlr-ltr/vrl-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 968: vrl-ltr/vlr-ltr/vrl-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 969: vrl-ltr/vlr-ltr/vrl-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 970: vrl-ltr/vlr-ltr/vrl-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 971: vrl-ltr/vlr-ltr/vrl-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 972: vrl-ltr/vlr-rtl/htb-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 973: vrl-ltr/vlr-rtl/htb-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 974: vrl-ltr/vlr-rtl/htb-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 975: vrl-ltr/vlr-rtl/htb-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 976: vrl-ltr/vlr-rtl/htb-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 977: vrl-ltr/vlr-rtl/htb-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 978: vrl-ltr/vlr-rtl/htb-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 979: vrl-ltr/vlr-rtl/htb-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 980: vrl-ltr/vlr-rtl/htb-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 981: vrl-ltr/vlr-rtl/htb-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 982: vrl-ltr/vlr-rtl/htb-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 983: vrl-ltr/vlr-rtl/htb-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 984: vrl-ltr/vlr-rtl/vlr-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 985: vrl-ltr/vlr-rtl/vlr-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 986: vrl-ltr/vlr-rtl/vlr-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 987: vrl-ltr/vlr-rtl/vlr-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 988: vrl-ltr/vlr-rtl/vlr-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 989: vrl-ltr/vlr-rtl/vlr-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 990: vrl-ltr/vlr-rtl/vlr-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 991: vrl-ltr/vlr-rtl/vlr-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 992: vrl-ltr/vlr-rtl/vlr-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 993: vrl-ltr/vlr-rtl/vlr-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 994: vrl-ltr/vlr-rtl/vlr-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 995: vrl-ltr/vlr-rtl/vlr-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 996: vrl-ltr/vlr-rtl/vrl-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 997: vrl-ltr/vlr-rtl/vrl-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 998: vrl-ltr/vlr-rtl/vrl-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 999: vrl-ltr/vlr-rtl/vrl-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1000: vrl-ltr/vlr-rtl/vrl-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1001: vrl-ltr/vlr-rtl/vrl-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1002: vrl-ltr/vlr-rtl/vrl-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1003: vrl-ltr/vlr-rtl/vrl-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1004: vrl-ltr/vlr-rtl/vrl-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1005: vrl-ltr/vlr-rtl/vrl-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1006: vrl-ltr/vlr-rtl/vrl-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1007: vrl-ltr/vlr-rtl/vrl-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1008: vrl-ltr/vrl-ltr/htb-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1009: vrl-ltr/vrl-ltr/htb-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1010: vrl-ltr/vrl-ltr/htb-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1011: vrl-ltr/vrl-ltr/htb-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1012: vrl-ltr/vrl-ltr/htb-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1013: vrl-ltr/vrl-ltr/htb-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1014: vrl-ltr/vrl-ltr/htb-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1015: vrl-ltr/vrl-ltr/htb-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1016: vrl-ltr/vrl-ltr/htb-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1017: vrl-ltr/vrl-ltr/htb-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1018: vrl-ltr/vrl-ltr/htb-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1019: vrl-ltr/vrl-ltr/htb-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1020: vrl-ltr/vrl-ltr/vlr-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1021: vrl-ltr/vrl-ltr/vlr-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1022: vrl-ltr/vrl-ltr/vlr-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1023: vrl-ltr/vrl-ltr/vlr-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1024: vrl-ltr/vrl-ltr/vlr-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1025: vrl-ltr/vrl-ltr/vlr-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1026: vrl-ltr/vrl-ltr/vlr-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1027: vrl-ltr/vrl-ltr/vlr-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1028: vrl-ltr/vrl-ltr/vlr-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1029: vrl-ltr/vrl-ltr/vlr-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1030: vrl-ltr/vrl-ltr/vlr-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1031: vrl-ltr/vrl-ltr/vlr-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1032: vrl-ltr/vrl-ltr/vrl-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1033: vrl-ltr/vrl-ltr/vrl-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1034: vrl-ltr/vrl-ltr/vrl-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1035: vrl-ltr/vrl-ltr/vrl-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1036: vrl-ltr/vrl-ltr/vrl-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1037: vrl-ltr/vrl-ltr/vrl-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1038: vrl-ltr/vrl-ltr/vrl-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1039: vrl-ltr/vrl-ltr/vrl-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1040: vrl-ltr/vrl-ltr/vrl-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1041: vrl-ltr/vrl-ltr/vrl-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1042: vrl-ltr/vrl-ltr/vrl-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1043: vrl-ltr/vrl-ltr/vrl-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1044: vrl-ltr/vrl-rtl/htb-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1045: vrl-ltr/vrl-rtl/htb-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1046: vrl-ltr/vrl-rtl/htb-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1047: vrl-ltr/vrl-rtl/htb-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1048: vrl-ltr/vrl-rtl/htb-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1049: vrl-ltr/vrl-rtl/htb-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1050: vrl-ltr/vrl-rtl/htb-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1051: vrl-ltr/vrl-rtl/htb-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1052: vrl-ltr/vrl-rtl/htb-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1053: vrl-ltr/vrl-rtl/htb-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1054: vrl-ltr/vrl-rtl/htb-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1055: vrl-ltr/vrl-rtl/htb-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1056: vrl-ltr/vrl-rtl/vlr-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1057: vrl-ltr/vrl-rtl/vlr-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1058: vrl-ltr/vrl-rtl/vlr-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1059: vrl-ltr/vrl-rtl/vlr-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1060: vrl-ltr/vrl-rtl/vlr-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1061: vrl-ltr/vrl-rtl/vlr-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1062: vrl-ltr/vrl-rtl/vlr-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1063: vrl-ltr/vrl-rtl/vlr-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1064: vrl-ltr/vrl-rtl/vlr-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1065: vrl-ltr/vrl-rtl/vlr-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1066: vrl-ltr/vrl-rtl/vlr-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1067: vrl-ltr/vrl-rtl/vlr-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1068: vrl-ltr/vrl-rtl/vrl-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1069: vrl-ltr/vrl-rtl/vrl-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1070: vrl-ltr/vrl-rtl/vrl-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1071: vrl-ltr/vrl-rtl/vrl-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1072: vrl-ltr/vrl-rtl/vrl-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1073: vrl-ltr/vrl-rtl/vrl-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1074: vrl-ltr/vrl-rtl/vrl-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1075: vrl-ltr/vrl-rtl/vrl-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1076: vrl-ltr/vrl-rtl/vrl-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1077: vrl-ltr/vrl-rtl/vrl-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1078: vrl-ltr/vrl-rtl/vrl-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1079: vrl-ltr/vrl-rtl/vrl-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1080: vrl-rtl/htb-ltr/htb-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1081: vrl-rtl/htb-ltr/htb-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1082: vrl-rtl/htb-ltr/htb-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1083: vrl-rtl/htb-ltr/htb-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1084: vrl-rtl/htb-ltr/htb-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1085: vrl-rtl/htb-ltr/htb-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1086: vrl-rtl/htb-ltr/htb-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1087: vrl-rtl/htb-ltr/htb-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1088: vrl-rtl/htb-ltr/htb-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1089: vrl-rtl/htb-ltr/htb-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1090: vrl-rtl/htb-ltr/htb-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1091: vrl-rtl/htb-ltr/htb-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1092: vrl-rtl/htb-ltr/vlr-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1093: vrl-rtl/htb-ltr/vlr-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1094: vrl-rtl/htb-ltr/vlr-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1095: vrl-rtl/htb-ltr/vlr-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1096: vrl-rtl/htb-ltr/vlr-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1097: vrl-rtl/htb-ltr/vlr-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1098: vrl-rtl/htb-ltr/vlr-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1099: vrl-rtl/htb-ltr/vlr-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1100: vrl-rtl/htb-ltr/vlr-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1101: vrl-rtl/htb-ltr/vlr-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1102: vrl-rtl/htb-ltr/vlr-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1103: vrl-rtl/htb-ltr/vlr-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1104: vrl-rtl/htb-ltr/vrl-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1105: vrl-rtl/htb-ltr/vrl-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1106: vrl-rtl/htb-ltr/vrl-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1107: vrl-rtl/htb-ltr/vrl-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1108: vrl-rtl/htb-ltr/vrl-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1109: vrl-rtl/htb-ltr/vrl-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1110: vrl-rtl/htb-ltr/vrl-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1111: vrl-rtl/htb-ltr/vrl-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1112: vrl-rtl/htb-ltr/vrl-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1113: vrl-rtl/htb-ltr/vrl-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1114: vrl-rtl/htb-ltr/vrl-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1115: vrl-rtl/htb-ltr/vrl-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1116: vrl-rtl/htb-rtl/htb-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1117: vrl-rtl/htb-rtl/htb-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1118: vrl-rtl/htb-rtl/htb-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1119: vrl-rtl/htb-rtl/htb-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1120: vrl-rtl/htb-rtl/htb-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1121: vrl-rtl/htb-rtl/htb-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1122: vrl-rtl/htb-rtl/htb-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1123: vrl-rtl/htb-rtl/htb-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1124: vrl-rtl/htb-rtl/htb-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1125: vrl-rtl/htb-rtl/htb-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1126: vrl-rtl/htb-rtl/htb-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1127: vrl-rtl/htb-rtl/htb-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1128: vrl-rtl/htb-rtl/vlr-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1129: vrl-rtl/htb-rtl/vlr-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1130: vrl-rtl/htb-rtl/vlr-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1131: vrl-rtl/htb-rtl/vlr-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1132: vrl-rtl/htb-rtl/vlr-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1133: vrl-rtl/htb-rtl/vlr-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1134: vrl-rtl/htb-rtl/vlr-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1135: vrl-rtl/htb-rtl/vlr-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1136: vrl-rtl/htb-rtl/vlr-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1137: vrl-rtl/htb-rtl/vlr-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1138: vrl-rtl/htb-rtl/vlr-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1139: vrl-rtl/htb-rtl/vlr-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1140: vrl-rtl/htb-rtl/vrl-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1141: vrl-rtl/htb-rtl/vrl-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1142: vrl-rtl/htb-rtl/vrl-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1143: vrl-rtl/htb-rtl/vrl-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1144: vrl-rtl/htb-rtl/vrl-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1145: vrl-rtl/htb-rtl/vrl-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1146: vrl-rtl/htb-rtl/vrl-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1147: vrl-rtl/htb-rtl/vrl-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1148: vrl-rtl/htb-rtl/vrl-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1149: vrl-rtl/htb-rtl/vrl-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1150: vrl-rtl/htb-rtl/vrl-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1151: vrl-rtl/htb-rtl/vrl-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1152: vrl-rtl/vlr-ltr/htb-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1153: vrl-rtl/vlr-ltr/htb-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1154: vrl-rtl/vlr-ltr/htb-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1155: vrl-rtl/vlr-ltr/htb-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1156: vrl-rtl/vlr-ltr/htb-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1157: vrl-rtl/vlr-ltr/htb-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1158: vrl-rtl/vlr-ltr/htb-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1159: vrl-rtl/vlr-ltr/htb-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1160: vrl-rtl/vlr-ltr/htb-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1161: vrl-rtl/vlr-ltr/htb-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1162: vrl-rtl/vlr-ltr/htb-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1163: vrl-rtl/vlr-ltr/htb-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1164: vrl-rtl/vlr-ltr/vlr-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1165: vrl-rtl/vlr-ltr/vlr-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1166: vrl-rtl/vlr-ltr/vlr-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1167: vrl-rtl/vlr-ltr/vlr-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1168: vrl-rtl/vlr-ltr/vlr-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1169: vrl-rtl/vlr-ltr/vlr-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1170: vrl-rtl/vlr-ltr/vlr-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1171: vrl-rtl/vlr-ltr/vlr-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1172: vrl-rtl/vlr-ltr/vlr-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1173: vrl-rtl/vlr-ltr/vlr-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1174: vrl-rtl/vlr-ltr/vlr-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1175: vrl-rtl/vlr-ltr/vlr-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1176: vrl-rtl/vlr-ltr/vrl-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1177: vrl-rtl/vlr-ltr/vrl-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1178: vrl-rtl/vlr-ltr/vrl-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1179: vrl-rtl/vlr-ltr/vrl-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1180: vrl-rtl/vlr-ltr/vrl-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1181: vrl-rtl/vlr-ltr/vrl-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1182: vrl-rtl/vlr-ltr/vrl-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1183: vrl-rtl/vlr-ltr/vrl-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1184: vrl-rtl/vlr-ltr/vrl-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1185: vrl-rtl/vlr-ltr/vrl-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1186: vrl-rtl/vlr-ltr/vrl-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1187: vrl-rtl/vlr-ltr/vrl-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1188: vrl-rtl/vlr-rtl/htb-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1189: vrl-rtl/vlr-rtl/htb-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1190: vrl-rtl/vlr-rtl/htb-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1191: vrl-rtl/vlr-rtl/htb-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1192: vrl-rtl/vlr-rtl/htb-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1193: vrl-rtl/vlr-rtl/htb-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1194: vrl-rtl/vlr-rtl/htb-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1195: vrl-rtl/vlr-rtl/htb-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1196: vrl-rtl/vlr-rtl/htb-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1197: vrl-rtl/vlr-rtl/htb-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1198: vrl-rtl/vlr-rtl/htb-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1199: vrl-rtl/vlr-rtl/htb-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1200: vrl-rtl/vlr-rtl/vlr-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1201: vrl-rtl/vlr-rtl/vlr-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1202: vrl-rtl/vlr-rtl/vlr-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1203: vrl-rtl/vlr-rtl/vlr-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1204: vrl-rtl/vlr-rtl/vlr-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1205: vrl-rtl/vlr-rtl/vlr-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1206: vrl-rtl/vlr-rtl/vlr-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1207: vrl-rtl/vlr-rtl/vlr-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1208: vrl-rtl/vlr-rtl/vlr-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1209: vrl-rtl/vlr-rtl/vlr-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1210: vrl-rtl/vlr-rtl/vlr-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1211: vrl-rtl/vlr-rtl/vlr-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1212: vrl-rtl/vlr-rtl/vrl-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1213: vrl-rtl/vlr-rtl/vrl-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1214: vrl-rtl/vlr-rtl/vrl-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1215: vrl-rtl/vlr-rtl/vrl-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1216: vrl-rtl/vlr-rtl/vrl-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1217: vrl-rtl/vlr-rtl/vrl-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1218: vrl-rtl/vlr-rtl/vrl-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1219: vrl-rtl/vlr-rtl/vrl-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1220: vrl-rtl/vlr-rtl/vrl-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1221: vrl-rtl/vlr-rtl/vrl-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1222: vrl-rtl/vlr-rtl/vrl-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1223: vrl-rtl/vlr-rtl/vrl-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1224: vrl-rtl/vrl-ltr/htb-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1225: vrl-rtl/vrl-ltr/htb-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1226: vrl-rtl/vrl-ltr/htb-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1227: vrl-rtl/vrl-ltr/htb-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1228: vrl-rtl/vrl-ltr/htb-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1229: vrl-rtl/vrl-ltr/htb-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1230: vrl-rtl/vrl-ltr/htb-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1231: vrl-rtl/vrl-ltr/htb-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1232: vrl-rtl/vrl-ltr/htb-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1233: vrl-rtl/vrl-ltr/htb-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1234: vrl-rtl/vrl-ltr/htb-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1235: vrl-rtl/vrl-ltr/htb-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1236: vrl-rtl/vrl-ltr/vlr-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1237: vrl-rtl/vrl-ltr/vlr-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1238: vrl-rtl/vrl-ltr/vlr-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1239: vrl-rtl/vrl-ltr/vlr-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1240: vrl-rtl/vrl-ltr/vlr-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1241: vrl-rtl/vrl-ltr/vlr-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1242: vrl-rtl/vrl-ltr/vlr-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1243: vrl-rtl/vrl-ltr/vlr-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1244: vrl-rtl/vrl-ltr/vlr-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1245: vrl-rtl/vrl-ltr/vlr-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1246: vrl-rtl/vrl-ltr/vlr-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1247: vrl-rtl/vrl-ltr/vlr-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1248: vrl-rtl/vrl-ltr/vrl-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1249: vrl-rtl/vrl-ltr/vrl-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1250: vrl-rtl/vrl-ltr/vrl-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1251: vrl-rtl/vrl-ltr/vrl-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1252: vrl-rtl/vrl-ltr/vrl-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1253: vrl-rtl/vrl-ltr/vrl-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1254: vrl-rtl/vrl-ltr/vrl-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1255: vrl-rtl/vrl-ltr/vrl-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1256: vrl-rtl/vrl-ltr/vrl-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1257: vrl-rtl/vrl-ltr/vrl-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1258: vrl-rtl/vrl-ltr/vrl-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1259: vrl-rtl/vrl-ltr/vrl-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1260: vrl-rtl/vrl-rtl/htb-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1261: vrl-rtl/vrl-rtl/htb-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1262: vrl-rtl/vrl-rtl/htb-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1263: vrl-rtl/vrl-rtl/htb-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1264: vrl-rtl/vrl-rtl/htb-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1265: vrl-rtl/vrl-rtl/htb-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1266: vrl-rtl/vrl-rtl/htb-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1267: vrl-rtl/vrl-rtl/htb-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1268: vrl-rtl/vrl-rtl/htb-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1269: vrl-rtl/vrl-rtl/htb-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1270: vrl-rtl/vrl-rtl/htb-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1271: vrl-rtl/vrl-rtl/htb-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1272: vrl-rtl/vrl-rtl/vlr-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1273: vrl-rtl/vrl-rtl/vlr-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1274: vrl-rtl/vrl-rtl/vlr-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1275: vrl-rtl/vrl-rtl/vlr-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1276: vrl-rtl/vrl-rtl/vlr-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1277: vrl-rtl/vrl-rtl/vlr-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1278: vrl-rtl/vrl-rtl/vlr-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1279: vrl-rtl/vrl-rtl/vlr-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1280: vrl-rtl/vrl-rtl/vlr-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1281: vrl-rtl/vrl-rtl/vlr-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1282: vrl-rtl/vrl-rtl/vlr-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1283: vrl-rtl/vrl-rtl/vlr-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1284: vrl-rtl/vrl-rtl/vrl-ltr/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1285: vrl-rtl/vrl-rtl/vrl-ltr/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1286: vrl-rtl/vrl-rtl/vrl-ltr/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1287: vrl-rtl/vrl-rtl/vrl-ltr/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1288: vrl-rtl/vrl-rtl/vrl-ltr/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1289: vrl-rtl/vrl-rtl/vrl-ltr/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1290: vrl-rtl/vrl-rtl/vrl-rtl/htb-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1291: vrl-rtl/vrl-rtl/vrl-rtl/htb-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1292: vrl-rtl/vrl-rtl/vrl-rtl/vlr-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1293: vrl-rtl/vrl-rtl/vrl-rtl/vlr-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1294: vrl-rtl/vrl-rtl/vrl-rtl/vrl-ltr assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) +FAIL 1295: vrl-rtl/vrl-rtl/vrl-rtl/vrl-rtl assert_array_equals: expected property 0 to be 200 but got 0 (expected array [200, 200, 500, 300] got [0, 0, 600, 400]) diff --git a/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-position-writing-modes-002-expected.txt b/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-position-writing-modes-002-expected.txt index d2270ef1fd616..6f07db0941d07 100644 --- a/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-position-writing-modes-002-expected.txt +++ b/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-position-writing-modes-002-expected.txt @@ -1,20 +1,20 @@ FAIL relpos htb-ltr/target/left: anchor(--a1 start) assert_equals: expected 0 but got 5 FAIL relpos htb-ltr/target/left: anchor(--a1 end) assert_equals: expected 0 but got 35 -FAIL relpos htb-ltr/target/top: anchor(--a1 start) assert_equals: expected 50 but got 15 -FAIL relpos htb-ltr/target/top: anchor(--a1 end) assert_equals: expected 50 but got 45 +FAIL relpos htb-ltr/target/top: anchor(--a1 start) assert_equals: expected 0 but got 15 +FAIL relpos htb-ltr/target/top: anchor(--a1 end) assert_equals: expected 0 but got 45 FAIL relpos htb-ltr/target htb-ltr/left: anchor(--a1 self-start) assert_equals: expected 0 but got 5 FAIL relpos htb-ltr/target htb-ltr/left: anchor(--a1 self-end) assert_equals: expected 0 but got 35 -FAIL relpos htb-ltr/target htb-ltr/top: anchor(--a1 self-start) assert_equals: expected 50 but got 15 -FAIL relpos htb-ltr/target htb-ltr/top: anchor(--a1 self-end) assert_equals: expected 50 but got 45 -FAIL relpos htb-rtl/target/left: anchor(--a1 start) assert_equals: expected 784 but got 779 -FAIL relpos htb-rtl/target/left: anchor(--a1 end) assert_equals: expected 784 but got 749 -FAIL relpos htb-rtl/target/top: anchor(--a1 start) assert_equals: expected 50 but got 15 -FAIL relpos htb-rtl/target/top: anchor(--a1 end) assert_equals: expected 50 but got 45 -FAIL relpos htb-rtl/target htb-rtl/left: anchor(--a1 self-start) assert_equals: expected 784 but got 779 -FAIL relpos htb-rtl/target htb-rtl/left: anchor(--a1 self-end) assert_equals: expected 784 but got 749 -FAIL relpos htb-rtl/target htb-rtl/top: anchor(--a1 self-start) assert_equals: expected 50 but got 15 -FAIL relpos htb-rtl/target htb-rtl/top: anchor(--a1 self-end) assert_equals: expected 50 but got 45 +FAIL relpos htb-ltr/target htb-ltr/top: anchor(--a1 self-start) assert_equals: expected 0 but got 15 +FAIL relpos htb-ltr/target htb-ltr/top: anchor(--a1 self-end) assert_equals: expected 0 but got 45 +FAIL relpos htb-rtl/target/left: anchor(--a1 start) assert_equals: expected 0 but got 779 +FAIL relpos htb-rtl/target/left: anchor(--a1 end) assert_equals: expected 0 but got 749 +FAIL relpos htb-rtl/target/top: anchor(--a1 start) assert_equals: expected 0 but got 15 +FAIL relpos htb-rtl/target/top: anchor(--a1 end) assert_equals: expected 0 but got 45 +FAIL relpos htb-rtl/target htb-rtl/left: anchor(--a1 self-start) assert_equals: expected 0 but got 779 +FAIL relpos htb-rtl/target htb-rtl/left: anchor(--a1 self-end) assert_equals: expected 0 but got 749 +FAIL relpos htb-rtl/target htb-rtl/top: anchor(--a1 self-start) assert_equals: expected 0 but got 15 +FAIL relpos htb-rtl/target htb-rtl/top: anchor(--a1 self-end) assert_equals: expected 0 but got 45 FAIL relpos vrl-ltr/target/left: anchor(--a1 start) assert_equals: expected 0 but got 35 FAIL relpos vrl-ltr/target/left: anchor(--a1 end) assert_equals: expected 0 but got 5 FAIL relpos vrl-ltr/target/top: anchor(--a1 start) assert_equals: expected 0 but got 5 @@ -25,26 +25,26 @@ FAIL relpos vrl-ltr/target vrl-ltr/top: anchor(--a1 self-start) assert_equals: e FAIL relpos vrl-ltr/target vrl-ltr/top: anchor(--a1 self-end) assert_equals: expected 0 but got 35 FAIL relpos vrl-rtl/target/left: anchor(--a1 start) assert_equals: expected 0 but got 35 FAIL relpos vrl-rtl/target/left: anchor(--a1 end) assert_equals: expected 0 but got 5 -FAIL relpos vrl-rtl/target/top: anchor(--a1 start) assert_equals: expected 40 but got 35 -FAIL relpos vrl-rtl/target/top: anchor(--a1 end) assert_equals: expected 40 but got 5 +FAIL relpos vrl-rtl/target/top: anchor(--a1 start) assert_equals: expected 0 but got 35 +FAIL relpos vrl-rtl/target/top: anchor(--a1 end) assert_equals: expected 0 but got 5 FAIL relpos vrl-rtl/target vrl-rtl/left: anchor(--a1 self-start) assert_equals: expected 0 but got 35 FAIL relpos vrl-rtl/target vrl-rtl/left: anchor(--a1 self-end) assert_equals: expected 0 but got 5 -FAIL relpos vrl-rtl/target vrl-rtl/top: anchor(--a1 self-start) assert_equals: expected 40 but got 35 -FAIL relpos vrl-rtl/target vrl-rtl/top: anchor(--a1 self-end) assert_equals: expected 40 but got 5 -FAIL relpos vlr-ltr/target/left: anchor(--a1 start) assert_equals: expected 50 but got 15 -FAIL relpos vlr-ltr/target/left: anchor(--a1 end) assert_equals: expected 50 but got 45 +FAIL relpos vrl-rtl/target vrl-rtl/top: anchor(--a1 self-start) assert_equals: expected 0 but got 35 +FAIL relpos vrl-rtl/target vrl-rtl/top: anchor(--a1 self-end) assert_equals: expected 0 but got 5 +FAIL relpos vlr-ltr/target/left: anchor(--a1 start) assert_equals: expected 0 but got 15 +FAIL relpos vlr-ltr/target/left: anchor(--a1 end) assert_equals: expected 0 but got 45 FAIL relpos vlr-ltr/target/top: anchor(--a1 start) assert_equals: expected 0 but got 5 FAIL relpos vlr-ltr/target/top: anchor(--a1 end) assert_equals: expected 0 but got 35 -FAIL relpos vlr-ltr/target vlr-ltr/left: anchor(--a1 self-start) assert_equals: expected 50 but got 15 -FAIL relpos vlr-ltr/target vlr-ltr/left: anchor(--a1 self-end) assert_equals: expected 50 but got 45 +FAIL relpos vlr-ltr/target vlr-ltr/left: anchor(--a1 self-start) assert_equals: expected 0 but got 15 +FAIL relpos vlr-ltr/target vlr-ltr/left: anchor(--a1 self-end) assert_equals: expected 0 but got 45 FAIL relpos vlr-ltr/target vlr-ltr/top: anchor(--a1 self-start) assert_equals: expected 0 but got 5 FAIL relpos vlr-ltr/target vlr-ltr/top: anchor(--a1 self-end) assert_equals: expected 0 but got 35 -FAIL relpos vlr-rtl/target/left: anchor(--a1 start) assert_equals: expected 50 but got 15 -FAIL relpos vlr-rtl/target/left: anchor(--a1 end) assert_equals: expected 50 but got 45 -FAIL relpos vlr-rtl/target/top: anchor(--a1 start) assert_equals: expected 40 but got 35 -FAIL relpos vlr-rtl/target/top: anchor(--a1 end) assert_equals: expected 40 but got 5 -FAIL relpos vlr-rtl/target vlr-rtl/left: anchor(--a1 self-start) assert_equals: expected 50 but got 15 -FAIL relpos vlr-rtl/target vlr-rtl/left: anchor(--a1 self-end) assert_equals: expected 50 but got 45 -FAIL relpos vlr-rtl/target vlr-rtl/top: anchor(--a1 self-start) assert_equals: expected 40 but got 35 -FAIL relpos vlr-rtl/target vlr-rtl/top: anchor(--a1 self-end) assert_equals: expected 40 but got 5 +FAIL relpos vlr-rtl/target/left: anchor(--a1 start) assert_equals: expected 0 but got 15 +FAIL relpos vlr-rtl/target/left: anchor(--a1 end) assert_equals: expected 0 but got 45 +FAIL relpos vlr-rtl/target/top: anchor(--a1 start) assert_equals: expected 0 but got 35 +FAIL relpos vlr-rtl/target/top: anchor(--a1 end) assert_equals: expected 0 but got 5 +FAIL relpos vlr-rtl/target vlr-rtl/left: anchor(--a1 self-start) assert_equals: expected 0 but got 15 +FAIL relpos vlr-rtl/target vlr-rtl/left: anchor(--a1 self-end) assert_equals: expected 0 but got 45 +FAIL relpos vlr-rtl/target vlr-rtl/top: anchor(--a1 self-start) assert_equals: expected 0 but got 35 +FAIL relpos vlr-rtl/target vlr-rtl/top: anchor(--a1 self-end) assert_equals: expected 0 but got 5 diff --git a/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-scope-basic-expected.txt b/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-scope-basic-expected.txt index e9fd6c4ce106e..a63f3748a5e4d 100644 --- a/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-scope-basic-expected.txt +++ b/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-scope-basic-expected.txt @@ -1,12 +1,12 @@ -PASS anchor-scope:all on common ancestor -PASS anchor-scope:--a on common ancestor -FAIL anchor-scope:all on sibling assert_equals: expected "20px" but got "40px" -FAIL anchor-scope:all scopes multiple names assert_equals: expected "20px" but got "40px" -FAIL anchor-scope:--a,--b scopes --a and --b assert_equals: expected "20px" but got "40px" -FAIL anchor-scope:--a scopes only --a assert_equals: expected "20px" but got "40px" -FAIL anchor-scope:--b scopes only --b assert_equals: expected "10px" but got "40px" +FAIL anchor-scope:all on common ancestor assert_equals: expected "40px" but got "0px" +FAIL anchor-scope:--a on common ancestor assert_equals: expected "40px" but got "0px" +FAIL anchor-scope:all on sibling assert_equals: expected "20px" but got "0px" +FAIL anchor-scope:all scopes multiple names assert_equals: expected "20px" but got "0px" +FAIL anchor-scope:--a,--b scopes --a and --b assert_equals: expected "20px" but got "0px" +FAIL anchor-scope:--a scopes only --a assert_equals: expected "20px" but got "0px" +FAIL anchor-scope:--b scopes only --b assert_equals: expected "40px" but got "0px" FAIL anchor-scope:--a scopes only --a (out-of-flow anchors) assert_equals: expected "5px" but got "0px" -FAIL anchor-scope:--a scopes only --a (both out-of-flow and in-flow anchors) assert_equals: expected "20px" but got "30px" -FAIL anchor-scope:--a scopes only --a (both out-of-flow and in-flow anchors, reverse) assert_equals: expected "55px" but got "30px" +FAIL anchor-scope:--a scopes only --a (both out-of-flow and in-flow anchors) assert_equals: expected "20px" but got "0px" +FAIL anchor-scope:--a scopes only --a (both out-of-flow and in-flow anchors, reverse) assert_equals: expected "55px" but got "0px" diff --git a/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-scope-dynamic-expected.txt b/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-scope-dynamic-expected.txt index fac97deb26188..03ca9fc91d87b 100644 --- a/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-scope-dynamic-expected.txt +++ b/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-scope-dynamic-expected.txt @@ -1,6 +1,6 @@ -FAIL anchor-scope:all appearing dynamically assert_equals: expected "20px" but got "40px" -FAIL anchor-scope:--a appearing dynamically assert_equals: expected "20px" but got "40px" -PASS anchor-scope:--b appearing dynamically (--b never referenced) -FAIL anchor-scope:--a appearing dynamically scopes only --a assert_equals: expected "30px" but got "40px" +FAIL anchor-scope:all appearing dynamically assert_equals: expected "40px" but got "0px" +FAIL anchor-scope:--a appearing dynamically assert_equals: expected "40px" but got "0px" +FAIL anchor-scope:--b appearing dynamically (--b never referenced) assert_equals: expected "40px" but got "0px" +FAIL anchor-scope:--a appearing dynamically scopes only --a assert_equals: expected "40px" but got "0px" diff --git a/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-scope-shadow.tentative-expected.txt b/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-scope-shadow.tentative-expected.txt index d64e139ed78eb..0d37b90e89d7c 100644 --- a/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-scope-shadow.tentative-expected.txt +++ b/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-scope-shadow.tentative-expected.txt @@ -1,3 +1,3 @@ -FAIL anchor-scope scopes to the flat tree assert_equals: expected "10px" but got "20px" +FAIL anchor-scope scopes to the flat tree assert_equals: expected "20px" but got "0px" diff --git a/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-scroll-002-expected.txt b/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-scroll-002-expected.txt index a07baae55c263..bf95c0f1662e7 100644 --- a/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-scroll-002-expected.txt +++ b/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-scroll-002-expected.txt @@ -1,5 +1,5 @@ -FAIL target1 should scroll with anchor1 assert_equals: expected 40 but got 100 -FAIL target2 should scroll with anchor2 assert_equals: expected 155 but got 100 -FAIL target3 should scroll with anchor3 assert_equals: expected 270 but got 100 +FAIL target1 should scroll with anchor1 assert_equals: expected 40 but got 0 +FAIL target2 should scroll with anchor2 assert_equals: expected 155 but got 0 +FAIL target3 should scroll with anchor3 assert_equals: expected 270 but got 0 diff --git a/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-scroll-003-expected.txt b/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-scroll-003-expected.txt index 2095b9a5f8486..14f388b35f05b 100644 --- a/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-scroll-003-expected.txt +++ b/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-scroll-003-expected.txt @@ -1,3 +1,3 @@ -FAIL Scrolling should work in fragmented containing block assert_equals: expected 30 but got 0 +FAIL Scrolling should work in fragmented containing block assert_equals: expected 30 but got 50 diff --git a/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-scroll-004-expected.txt b/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-scroll-004-expected.txt index df43b342001af..259096cf18cfe 100644 --- a/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-scroll-004-expected.txt +++ b/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-scroll-004-expected.txt @@ -2,7 +2,7 @@ before anchor after target before anchor after target -FAIL Initial position of the targets assert_equals: expected 140 but got 160 -FAIL #target1 should scroll with #anchor1 assert_equals: expected 120 but got 160 -FAIL #target2 should scroll with #anchor2 assert_equals: expected 100 but got 160 +FAIL Initial position of the targets assert_equals: expected 140 but got 0 +FAIL #target1 should scroll with #anchor1 assert_equals: expected 120 but got 0 +FAIL #target2 should scroll with #anchor2 assert_equals: expected 100 but got 0 diff --git a/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-scroll-005-expected.txt b/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-scroll-005-expected.txt index ca488e0768996..dd6705df12612 100644 --- a/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-scroll-005-expected.txt +++ b/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-scroll-005-expected.txt @@ -1,3 +1,3 @@ -FAIL Target should not scroll with viewport when anchor is in fixed-positioned scroller assert_equals: expected 100 but got 0 +FAIL Target should not scroll with viewport when anchor is in fixed-positioned scroller assert_equals: expected 100 but got 500 diff --git a/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-scroll-position-try-001-expected.txt b/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-scroll-position-try-001-expected.txt index 63ac9786ada65..faa398cfd8521 100644 --- a/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-scroll-position-try-001-expected.txt +++ b/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-scroll-position-try-001-expected.txt @@ -1,7 +1,7 @@ -FAIL Should be above the anchor when at initial scroll position assert_equals: Anchored element should be at the top of anchor expected 400 but got 600 -FAIL Scroll down until the top edge of #anchor touches container but not overflowing assert_equals: Anchored element should be at the top of anchor expected 200 but got 600 +FAIL Should be above the anchor when at initial scroll position assert_equals: Anchored element should be at the top of anchor expected 400 but got 500 +FAIL Scroll down until the top edge of #anchor touches container but not overflowing assert_equals: Anchored element should be at the top of anchor expected 200 but got 500 FAIL Scroll further down, making the first fallback position overflow by 1px assert_equals: Anchored element should be at the left of anchor expected 258 but got 208 -FAIL Scroll back up to reuse the first fallback position assert_equals: Anchored element should be at the top of anchor expected 200 but got 600 +FAIL Scroll back up to reuse the first fallback position assert_equals: Anchored element should be at the top of anchor expected 200 but got 500 FAIL Scroll bottom-right to make the first three fallback positions overflow assert_equals: Anchored element should be at the right of anchor expected 358 but got 108 diff --git a/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-scroll-position-try-002-expected.txt b/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-scroll-position-try-002-expected.txt index 9f042c5946e66..42a81213cc994 100644 --- a/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-scroll-position-try-002-expected.txt +++ b/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-scroll-position-try-002-expected.txt @@ -1,4 +1,4 @@ -FAIL Should use the first fallback position at the initial scroll offset assert_equals: Anchored element should be at the right of anchor expected 600 but got 700 -FAIL Should use the second fallback position after scrolling left assert_equals: Anchored element should be at the left of anchor expected 601 but got 800 +FAIL Should use the first fallback position at the initial scroll offset assert_equals: Anchored element should be at the right of anchor expected 600 but got 0 +FAIL Should use the second fallback position after scrolling left assert_equals: Anchored element should be at the left of anchor expected 601 but got 100 diff --git a/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-scroll-position-try-003-expected.txt b/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-scroll-position-try-003-expected.txt index 2bbdf7f8e0d25..3945b9a62dc25 100644 --- a/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-scroll-position-try-003-expected.txt +++ b/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-scroll-position-try-003-expected.txt @@ -1,4 +1,4 @@ -FAIL Should use the first fallback position at the initial scroll offset assert_equals: Anchored element should be at the bottom of anchor expected 309 but got 409 -FAIL Should use the second fallback position after scrolling up assert_equals: Anchored element should be at the top of anchor expected 210 but got 509 +FAIL Should use the first fallback position at the initial scroll offset assert_equals: Anchored element should be at the bottom of anchor expected 309 but got 9 +FAIL Should use the second fallback position after scrolling up assert_equals: Anchored element should be at the top of anchor expected 210 but got 109 diff --git a/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-scroll-position-try-004-expected.txt b/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-scroll-position-try-004-expected.txt index 7c32b52664827..e9e61b522af4a 100644 --- a/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-scroll-position-try-004-expected.txt +++ b/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-scroll-position-try-004-expected.txt @@ -1,5 +1,5 @@ -FAIL Should use the first fallback position at the initial scroll offsets assert_equals: Anchored element should be at the top of anchor expected 200 but got 1700 -FAIL Should use the second fallback position after scrolling viewport down assert_equals: Anchored element should be at the bottom of anchor expected 199 but got 1600 +FAIL Should use the first fallback position at the initial scroll offsets assert_equals: Anchored element should be at the top of anchor expected 200 but got 600 +FAIL Should use the second fallback position after scrolling viewport down assert_equals: Anchored element should be at the bottom of anchor expected 199 but got 500 FAIL Should use the third fallback position after scrolling the vrl scroller left assert_equals: Anchored element should be at the left of anchor expected 710 but got 100 diff --git a/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-scroll-position-try-005-expected.txt b/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-scroll-position-try-005-expected.txt index 9f042c5946e66..42a81213cc994 100644 --- a/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-scroll-position-try-005-expected.txt +++ b/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-scroll-position-try-005-expected.txt @@ -1,4 +1,4 @@ -FAIL Should use the first fallback position at the initial scroll offset assert_equals: Anchored element should be at the right of anchor expected 600 but got 700 -FAIL Should use the second fallback position after scrolling left assert_equals: Anchored element should be at the left of anchor expected 601 but got 800 +FAIL Should use the first fallback position at the initial scroll offset assert_equals: Anchored element should be at the right of anchor expected 600 but got 0 +FAIL Should use the second fallback position after scrolling left assert_equals: Anchored element should be at the left of anchor expected 601 but got 100 diff --git a/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-scroll-position-try-006-expected.txt b/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-scroll-position-try-006-expected.txt index 87edfb406e57b..307fd39c3c06e 100644 --- a/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-scroll-position-try-006-expected.txt +++ b/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-scroll-position-try-006-expected.txt @@ -1,6 +1,6 @@ -FAIL Should use the last fallback position initially assert_equals: Anchored element should be at the top of anchor expected 600 but got 800 -FAIL Should use the third fallback position with enough space below assert_equals: Anchored element should be at the bottom of anchor expected 450 but got 700 -FAIL Should use the second fallback position with enough space right assert_equals: Anchored element should be at the top of anchor expected 450 but got 800 -FAIL Should use the first fallback position with enough space below and right assert_equals: Anchored element should be at the bottom of anchor expected 450 but got 700 +FAIL Should use the last fallback position initially assert_equals: Anchored element should be at the top of anchor expected 600 but got 100 +FAIL Should use the third fallback position with enough space below assert_equals: Anchored element should be at the bottom of anchor expected 450 but got 0 +FAIL Should use the second fallback position with enough space right assert_equals: Anchored element should be at the top of anchor expected 450 but got 100 +FAIL Should use the first fallback position with enough space below and right assert_equals: Anchored element should be at the bottom of anchor expected 450 but got 0 diff --git a/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-scroll-position-try-007-expected.txt b/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-scroll-position-try-007-expected.txt index 01a7602f23910..5dab9331e3d63 100644 --- a/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-scroll-position-try-007-expected.txt +++ b/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-scroll-position-try-007-expected.txt @@ -1,6 +1,6 @@ FAIL Should use the last fallback position initially assert_equals: Anchored element should be at the top of anchor expected 600 but got 100 -FAIL Should use the third fallback position with enough space left assert_equals: Anchored element should be at the left of anchor expected 135 but got -115 -FAIL Should use the second fallback position with enough space below assert_equals: Anchored element should be at the right of anchor expected 135 but got -215 -FAIL Should use the first fallback position with enough space left and below assert_equals: Anchored element should be at the left of anchor expected 135 but got -115 +FAIL Should use the third fallback position with enough space left assert_equals: Anchored element should be at the left of anchor expected 135 but got 785 +FAIL Should use the second fallback position with enough space below assert_equals: Anchored element should be at the right of anchor expected 135 but got 685 +FAIL Should use the first fallback position with enough space left and below assert_equals: Anchored element should be at the left of anchor expected 135 but got 785 diff --git a/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-scroll-position-try-008-expected.txt b/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-scroll-position-try-008-expected.txt index 32e6e39c386b0..9fa8abea0812e 100644 --- a/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-scroll-position-try-008-expected.txt +++ b/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-scroll-position-try-008-expected.txt @@ -1,6 +1,6 @@ FAIL Should use the last fallback position initially assert_equals: Anchored element should be at the bottom of anchor expected -15 but got 485 -FAIL Should use the third fallback position with enough space left assert_equals: Anchored element should be at the left of anchor expected 135 but got -115 -FAIL Should use the second fallback position with enough space above assert_equals: Anchored element should be at the right of anchor expected 135 but got -215 -FAIL Should use the first fallback position with enough space left and above assert_equals: Anchored element should be at the left of anchor expected 135 but got -115 +FAIL Should use the third fallback position with enough space left assert_equals: Anchored element should be at the left of anchor expected 135 but got 785 +FAIL Should use the second fallback position with enough space above assert_equals: Anchored element should be at the right of anchor expected 135 but got 685 +FAIL Should use the first fallback position with enough space left and above assert_equals: Anchored element should be at the left of anchor expected 135 but got 785 diff --git a/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-scroll-position-try-009-expected.txt b/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-scroll-position-try-009-expected.txt index e795fafdc07e0..2a52113c6bd98 100644 --- a/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-scroll-position-try-009-expected.txt +++ b/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-scroll-position-try-009-expected.txt @@ -1,6 +1,6 @@ FAIL Should use the last fallback position initially assert_equals: Anchored element should be at the top of anchor expected 600 but got 100 -FAIL Should use the third fallback position with enough space right assert_equals: Anchored element should be at the right of anchor expected 650 but got 900 -FAIL Should use the second fallback position with enough space below assert_equals: Anchored element should be at the left of anchor expected 650 but got 1000 -FAIL Should use the first fallback position with enough space right and below assert_equals: Anchored element should be at the right of anchor expected 650 but got 900 +FAIL Should use the third fallback position with enough space right assert_equals: Anchored element should be at the right of anchor expected 650 but got 0 +FAIL Should use the second fallback position with enough space below assert_equals: Anchored element should be at the left of anchor expected 650 but got 100 +FAIL Should use the first fallback position with enough space right and below assert_equals: Anchored element should be at the right of anchor expected 650 but got 0 diff --git a/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-scroll-position-try-010-expected.txt b/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-scroll-position-try-010-expected.txt index 7307d084d6d63..37a60716dcfdd 100644 --- a/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-scroll-position-try-010-expected.txt +++ b/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-scroll-position-try-010-expected.txt @@ -1,6 +1,6 @@ FAIL Should use the last fallback position initially assert_equals: Anchored element should be at the bottom of anchor expected -15 but got 485 -FAIL Should use the third fallback position with enough space right assert_equals: Anchored element should be at the right of anchor expected 650 but got 900 -FAIL Should use the second fallback position with enough space above assert_equals: Anchored element should be at the left of anchor expected 650 but got 1000 -FAIL Should use the first fallback position with enough space right and above assert_equals: Anchored element should be at the right of anchor expected 650 but got 900 +FAIL Should use the third fallback position with enough space right assert_equals: Anchored element should be at the right of anchor expected 650 but got 0 +FAIL Should use the second fallback position with enough space above assert_equals: Anchored element should be at the left of anchor expected 650 but got 100 +FAIL Should use the first fallback position with enough space right and above assert_equals: Anchored element should be at the right of anchor expected 650 but got 0 diff --git a/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-transition-002-expected.txt b/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-transition-002-expected.txt index 9796ac8b71888..d8febb6be06f4 100644 --- a/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-transition-002-expected.txt +++ b/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-transition-002-expected.txt @@ -1,3 +1,3 @@ -FAIL Transition with anchor names defined in different tree scopes assert_equals: expected 250 but got 300 +FAIL Transition with anchor names defined in different tree scopes assert_equals: expected 250 but got 0 diff --git a/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-transition-003-expected.txt b/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-transition-003-expected.txt index f983b20ffb5f0..c83df302581e3 100644 --- a/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-transition-003-expected.txt +++ b/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-transition-003-expected.txt @@ -1,3 +1,3 @@ -FAIL Transition with anchor names defined in three different tree scopes assert_equals: expected 300 but got 400 +FAIL Transition with anchor names defined in three different tree scopes assert_equals: expected 300 but got 0 diff --git a/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-transition-attr-expected.txt b/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-transition-attr-expected.txt index d463097e7af83..72f71ec3940fd 100644 --- a/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-transition-attr-expected.txt +++ b/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-transition-attr-expected.txt @@ -1,5 +1,5 @@ Anchor1 Anchor2 -FAIL Transition when the anchor attribute changes assert_equals: expected 0 but got 140 +FAIL Transition when the anchor attribute changes assert_equals: expected 50 but got 0 diff --git a/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-transition-default-expected.txt b/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-transition-default-expected.txt index 1d42415eeed4b..b16360203bb84 100644 --- a/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-transition-default-expected.txt +++ b/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-transition-default-expected.txt @@ -1,5 +1,5 @@ Anchor1 Anchor2 -FAIL Transition when position-anchor changes assert_equals: expected 0 but got 140 +FAIL Transition when position-anchor changes assert_equals: expected 50 but got 0 diff --git a/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-transition-name-expected.txt b/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-transition-name-expected.txt index ad1130e943465..d8b968e6a3a94 100644 --- a/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-transition-name-expected.txt +++ b/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-transition-name-expected.txt @@ -1,5 +1,5 @@ Anchor1 Anchor2 -FAIL Transition when the dereferenced anchor name changes assert_equals: expected 0 but got 140 +FAIL Transition when the dereferenced anchor name changes assert_equals: expected 50 but got 0 diff --git a/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-typed-om-expected.txt b/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-typed-om-expected.txt index 3a6f8f5e051c9..3a84b33764d0d 100644 --- a/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-typed-om-expected.txt +++ b/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/anchor-typed-om-expected.txt @@ -1,4 +1,4 @@ -FAIL anchor() computes to pixels assert_true: expected true got false +FAIL anchor() computes to pixels assert_equals: expected 30 but got 0 FAIL anchor-size() computes to pixels assert_true: expected true got false diff --git a/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/position-try-001-expected.txt b/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/position-try-001-expected.txt index 864be679491f7..f2ace9385d10b 100644 --- a/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/position-try-001-expected.txt +++ b/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/position-try-001-expected.txt @@ -4,7 +4,7 @@ FAIL .target 1 assert_equals: offsetLeft expected 150 but got 5 FAIL .target 2 assert_equals:
-offsetTop expected 25 but got 55 +offsetTop expected 25 but got 5 FAIL .target 3 assert_equals:
offsetLeft expected 50 but got 5 diff --git a/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/position-try-004-expected.txt b/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/position-try-004-expected.txt index d02a45419582c..0890ea7eef006 100644 --- a/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/position-try-004-expected.txt +++ b/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/position-try-004-expected.txt @@ -1,6 +1,8 @@ -PASS .target 1 +FAIL .target 1 assert_equals: +
+offsetLeft expected 0 but got 190 FAIL .target 2 assert_equals:
-offsetLeft expected 200 but got 0 +offsetLeft expected 200 but got 190 diff --git a/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/position-try-grid-001-expected.txt b/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/position-try-grid-001-expected.txt index 4943cd67924d3..291b1bc4b4ea3 100644 --- a/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/position-try-grid-001-expected.txt +++ b/LayoutTests/imported/w3c/web-platform-tests/css/css-anchor-position/position-try-grid-001-expected.txt @@ -16,5 +16,5 @@ FAIL .target 1 assert_equals:
-offsetLeft expected 135 but got 100 +offsetLeft expected 135 but got 200 diff --git a/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/the-anchor-attribute-003.tentative-expected.txt b/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/the-anchor-attribute-003.tentative-expected.txt index 96e25d46e7642..4c0f2567fb86d 100644 --- a/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/the-anchor-attribute-003.tentative-expected.txt +++ b/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/the-anchor-attribute-003.tentative-expected.txt @@ -1,5 +1,5 @@ -FAIL ::before uses originating element's implicit anchor assert_equals: expected "50px" but got "0px" +FAIL ::before uses originating element's implicit anchor assert_equals: expected "50px" but got "700px" FAIL ::after uses originating element's implicit anchor assert_equals: expected "250px" but got "0px" FAIL ::backdrop uses originating element's implicit anchor assert_equals: expected "140px" but got "0px" diff --git a/LayoutTests/imported/w3c/web-platform-tests/html/semantics/popovers/popover-anchor-display-none.tentative-expected.txt b/LayoutTests/imported/w3c/web-platform-tests/html/semantics/popovers/popover-anchor-display-none.tentative-expected.txt index 09dc50d5b7134..1d899b5128673 100644 --- a/LayoutTests/imported/w3c/web-platform-tests/html/semantics/popovers/popover-anchor-display-none.tentative-expected.txt +++ b/LayoutTests/imported/w3c/web-platform-tests/html/semantics/popovers/popover-anchor-display-none.tentative-expected.txt @@ -1,3 +1,3 @@ -FAIL Tests that a popover can be anchored to an unrendered element. assert_equals: expected 100 but got 8 +FAIL Tests that a popover can be anchored to an unrendered element. assert_equals: expected 100 but got 0 diff --git a/Source/WebCore/Headers.cmake b/Source/WebCore/Headers.cmake index db9006316fb4a..10c89da09d590 100644 --- a/Source/WebCore/Headers.cmake +++ b/Source/WebCore/Headers.cmake @@ -818,6 +818,7 @@ set(WebCore_PRIVATE_FRAMEWORK_HEADERS crypto/SerializedCryptoKeyWrap.h + css/CSSAnchorValue.h css/CSSConditionRule.h css/CSSCounterStyle.h css/CSSCounterStyleDescriptors.h diff --git a/Source/WebCore/Sources.txt b/Source/WebCore/Sources.txt index 87a2a220add8c..a61863e9bd458 100644 --- a/Source/WebCore/Sources.txt +++ b/Source/WebCore/Sources.txt @@ -818,6 +818,7 @@ crypto/keys/CryptoKeyRSA.cpp crypto/keys/CryptoKeyRSAComponents.cpp crypto/keys/CryptoKeyRaw.cpp css/BasicShapeFunctions.cpp +css/CSSAnchorValue.cpp css/CSSAspectRatioValue.cpp css/CSSBackgroundRepeatValue.cpp css/CSSBasicShapes.cpp diff --git a/Source/WebCore/WebCore.xcodeproj/project.pbxproj b/Source/WebCore/WebCore.xcodeproj/project.pbxproj index 6f3173db0c551..8bf355b335854 100644 --- a/Source/WebCore/WebCore.xcodeproj/project.pbxproj +++ b/Source/WebCore/WebCore.xcodeproj/project.pbxproj @@ -5420,6 +5420,7 @@ DDEA91BA29946E43007E9FDA /* InlineLineTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = DDEA91B929946E43007E9FDA /* InlineLineTypes.h */; settings = {ATTRIBUTES = (Private, ); }; }; DDECCC1F2BABA8490041CD3C /* RangeBasedLineBuilder.h in Headers */ = {isa = PBXBuildFile; fileRef = DDECCC1E2BABA8480041CD3C /* RangeBasedLineBuilder.h */; }; DDFCB4812917014600C799C6 /* InlineFormattingConstraints.h in Headers */ = {isa = PBXBuildFile; fileRef = DDFCB4802917014500C799C6 /* InlineFormattingConstraints.h */; settings = {ATTRIBUTES = (Private, ); }; }; + DE003C572C0FA9AC0099B718 /* CSSAnchorValue.h in Headers */ = {isa = PBXBuildFile; fileRef = DE003C532C0F94740099B718 /* CSSAnchorValue.h */; settings = {ATTRIBUTES = (Private, ); }; }; DE5F84161FA186E9006DB63A /* UnifiedSource301.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DE5F83B21FA18676006DB63A /* UnifiedSource301.cpp */; }; DE5F84171FA186E9006DB63A /* UnifiedSource302.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DE5F83EB1FA186AD006DB63A /* UnifiedSource302.cpp */; }; DE5F84181FA186E9006DB63A /* UnifiedSource303.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DE5F83E91FA186AA006DB63A /* UnifiedSource303.cpp */; }; @@ -18932,6 +18933,8 @@ DDECCC1D2BABA83E0041CD3C /* RangeBasedLineBuilder.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = RangeBasedLineBuilder.cpp; sourceTree = ""; }; DDECCC1E2BABA8480041CD3C /* RangeBasedLineBuilder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RangeBasedLineBuilder.h; sourceTree = ""; }; DDFCB4802917014500C799C6 /* InlineFormattingConstraints.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = InlineFormattingConstraints.h; sourceTree = ""; }; + DE003C532C0F94740099B718 /* CSSAnchorValue.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CSSAnchorValue.h; sourceTree = ""; }; + DE003C552C0F94810099B718 /* CSSAnchorValue.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CSSAnchorValue.cpp; sourceTree = ""; }; DE5F83B21FA18676006DB63A /* UnifiedSource301.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = UnifiedSource301.cpp; sourceTree = ""; }; DE5F83B31FA18677006DB63A /* UnifiedSource355.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = UnifiedSource355.cpp; sourceTree = ""; }; DE5F83B41FA18678006DB63A /* UnifiedSource378.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = UnifiedSource378.cpp; sourceTree = ""; }; @@ -36068,6 +36071,8 @@ 713785EF28D9F4C50092D9F2 /* ComputedStyleExtractor.h */, A80E6CDA0A1989CA007FB8C5 /* Counter.h */, 4CA012DB29A7D56700C260C6 /* counterStyles.css */, + DE003C552C0F94810099B718 /* CSSAnchorValue.cpp */, + DE003C532C0F94740099B718 /* CSSAnchorValue.h */, CAE9F90D146441F000C245B0 /* CSSAspectRatioValue.cpp */, CAE9F90E146441F000C245B0 /* CSSAspectRatioValue.h */, 0FB9F15328A8417900666E64 /* CSSBackgroundRepeatValue.cpp */, @@ -38798,6 +38803,7 @@ 7C9ACAA81F3CCEB400F3AA09 /* CryptoRsaHashedKeyAlgorithm.h in Headers */, 7C9ACAA41F3CCE6900F3AA09 /* CryptoRsaKeyAlgorithm.h in Headers */, 7ABA250328AAF2D4005D4F6D /* CSPViolationReportBody.h in Headers */, + DE003C572C0FA9AC0099B718 /* CSSAnchorValue.h in Headers */, 71C29E32203CE781008F36D2 /* CSSAnimation.h in Headers */, 319848011A1D817B00A13318 /* CSSAnimationEvent.h in Headers */, CAE9F910146441F000C245B0 /* CSSAspectRatioValue.h in Headers */, diff --git a/Source/WebCore/css/CSSAnchorValue.cpp b/Source/WebCore/css/CSSAnchorValue.cpp new file mode 100644 index 0000000000000..4b0bc6c32c0ca --- /dev/null +++ b/Source/WebCore/css/CSSAnchorValue.cpp @@ -0,0 +1,61 @@ +/** + * Copyright (C) 2024 Apple Inc. All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * + * THIS SOFTWARE IS PROVIDED BY APPLE INC. ``AS IS'' AND ANY + * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR + * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR + * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY + * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE + * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + */ + +#include "config.h" +#include "CSSAnchorValue.h" + +#include "CSSPrimitiveValue.h" + +namespace WebCore { + +Ref CSSAnchorValue::create(RefPtr&& anchorElement, Ref&& anchorSide, RefPtr&& fallback) +{ + return adoptRef(*new CSSAnchorValue(WTFMove(anchorElement), WTFMove(anchorSide), WTFMove(fallback))); +} + +void CSSAnchorValue::collectComputedStyleDependencies(ComputedStyleDependencies& dependencies) const +{ + if (m_fallback) + m_fallback->collectComputedStyleDependencies(dependencies); +} + +String CSSAnchorValue::customCSSText() const +{ + auto element = m_anchorElement ? m_anchorElement->cssText() : String { }; + auto side = m_anchorSide->cssText(); + auto fallback = m_fallback ? m_fallback->cssText() : String { }; + auto optionalSpace = element.isEmpty() ? ""_s : " "_s; + auto optionalComma = fallback.isEmpty() ? ""_s : ", "_s; + return makeString("anchor("_s, element, optionalSpace, side, optionalComma, fallback, ')'); +} + +bool CSSAnchorValue::equals(const CSSAnchorValue& other) const +{ + return compareCSSValuePtr(m_anchorElement, other.m_anchorElement) + && compareCSSValue(m_anchorSide, other.m_anchorSide) + && compareCSSValuePtr(m_fallback, other.m_fallback); +} + +} // namespace WebCore diff --git a/Source/WebCore/css/CSSAnchorValue.h b/Source/WebCore/css/CSSAnchorValue.h new file mode 100644 index 0000000000000..cc26737819cb3 --- /dev/null +++ b/Source/WebCore/css/CSSAnchorValue.h @@ -0,0 +1,57 @@ +/** + * Copyright (C) 2024 Apple Inc. All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * + * THIS SOFTWARE IS PROVIDED BY APPLE INC. ``AS IS'' AND ANY + * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR + * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR + * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY + * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE + * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + */ + +#pragma once + +#include "CSSValue.h" + +namespace WebCore { + +class CSSAnchorValue final : public CSSValue { +public: + static Ref create(RefPtr&& anchorElement, Ref&& anchorSide, RefPtr&& fallback); + + void collectComputedStyleDependencies(ComputedStyleDependencies&) const; + + String customCSSText() const; + bool equals(const CSSAnchorValue&) const; + +private: + CSSAnchorValue(RefPtr&& anchorElement, Ref&& anchorSide, RefPtr&& fallback) + : CSSValue(AnchorClass) + , m_anchorElement(WTFMove(anchorElement)) + , m_anchorSide(WTFMove(anchorSide)) + , m_fallback(WTFMove(fallback)) + { + } + + RefPtr m_anchorElement; + Ref m_anchorSide; + RefPtr m_fallback; +}; + +} // namespace WebCore + +SPECIALIZE_TYPE_TRAITS_CSS_VALUE(CSSAnchorValue, isAnchorValue()) diff --git a/Source/WebCore/css/CSSPrimitiveValue.cpp b/Source/WebCore/css/CSSPrimitiveValue.cpp index 63d7cfe136f29..0a5ae193e0a99 100644 --- a/Source/WebCore/css/CSSPrimitiveValue.cpp +++ b/Source/WebCore/css/CSSPrimitiveValue.cpp @@ -21,6 +21,7 @@ #include "config.h" #include "CSSPrimitiveValue.h" +#include "CSSAnchorValue.h" #include "CSSCalcSymbolTable.h" #include "CSSCalcValue.h" #include "CSSHelper.h" @@ -54,6 +55,7 @@ namespace WebCore { static inline bool isValidCSSUnitTypeForDoubleConversion(CSSUnitType unitType) { switch (unitType) { + case CSSUnitType::CSS_ANCHOR: case CSSUnitType::CSS_CALC: case CSSUnitType::CSS_CALC_PERCENTAGE_WITH_LENGTH: case CSSUnitType::CSS_CALC_PERCENTAGE_WITH_NUMBER: @@ -155,6 +157,7 @@ static inline bool isStringType(CSSUnitType type) case CSSUnitType::CSS_ATTR: case CSSUnitType::CSS_FONT_FAMILY: return true; + case CSSUnitType::CSS_ANCHOR: case CSSUnitType::CSS_CALC: case CSSUnitType::CSS_CALC_PERCENTAGE_WITH_LENGTH: case CSSUnitType::CSS_CALC_PERCENTAGE_WITH_NUMBER: @@ -368,6 +371,13 @@ CSSPrimitiveValue::CSSPrimitiveValue(CSSUnresolvedColor unresolvedColor) m_value.unresolvedColor = new CSSUnresolvedColor(WTFMove(unresolvedColor)); } +CSSPrimitiveValue::CSSPrimitiveValue(Ref value) + : CSSValue(PrimitiveClass) +{ + setPrimitiveUnitType(CSSUnitType::CSS_ANCHOR); + m_value.anchor = &value.leakRef(); +} + CSSPrimitiveValue::~CSSPrimitiveValue() { auto type = primitiveUnitType(); @@ -380,6 +390,9 @@ CSSPrimitiveValue::~CSSPrimitiveValue() if (m_value.string) m_value.string->deref(); break; + case CSSUnitType::CSS_ANCHOR: + m_value.anchor->deref(); + break; case CSSUnitType::CSS_CALC: m_value.calc->deref(); break; @@ -592,6 +605,11 @@ Ref CSSPrimitiveValue::create(CSSUnresolvedColor value) return adoptRef(*new CSSPrimitiveValue(WTFMove(value))); } +Ref CSSPrimitiveValue::create(Ref value) +{ + return adoptRef(*new CSSPrimitiveValue(WTFMove(value))); +} + Ref CSSPrimitiveValue::createAttr(String value) { return adoptRef(*new CSSPrimitiveValue(WTFMove(value), CSSUnitType::CSS_ATTR)); @@ -1325,6 +1343,7 @@ ASCIILiteral CSSPrimitiveValue::unitTypeString(CSSUnitType unitType) case CSSUnitType::CSS_VW: return "vw"_s; case CSSUnitType::CSS_X: return "x"_s; + case CSSUnitType::CSS_ANCHOR: case CSSUnitType::CSS_ATTR: case CSSUnitType::CSS_CALC: case CSSUnitType::CSS_CALC_PERCENTAGE_WITH_LENGTH: @@ -1419,6 +1438,8 @@ ALWAYS_INLINE String CSSPrimitiveValue::serializeInternal() const case CSSUnitType::CSS_X: return formatNumberValue(unitTypeString(type)); + case CSSUnitType::CSS_ANCHOR: + return m_value.anchor->customCSSText(); case CSSUnitType::CSS_ATTR: return makeString("attr("_s, m_value.string, ')'); case CSSUnitType::CSS_CALC: @@ -1571,6 +1592,8 @@ bool CSSPrimitiveValue::equals(const CSSPrimitiveValue& other) const return m_value.calc->equals(*other.m_value.calc); case CSSUnitType::CSS_UNRESOLVED_COLOR: return m_value.unresolvedColor->equals(*other.m_value.unresolvedColor); + case CSSUnitType::CSS_ANCHOR: + return m_value.anchor->equals(*other.m_value.anchor); case CSSUnitType::CSS_IDENT: case CSSUnitType::CSS_CALC_PERCENTAGE_WITH_NUMBER: case CSSUnitType::CSS_CALC_PERCENTAGE_WITH_LENGTH: @@ -1679,6 +1702,9 @@ bool CSSPrimitiveValue::addDerivedHash(Hasher& hasher) const case CSSUnitType::CSS_UNRESOLVED_COLOR: add(hasher, m_value.unresolvedColor); break; + case CSSUnitType::CSS_ANCHOR: + add(hasher, m_value.anchor); + break; case CSSUnitType::CSS_IDENT: case CSSUnitType::CSS_CALC_PERCENTAGE_WITH_NUMBER: case CSSUnitType::CSS_CALC_PERCENTAGE_WITH_LENGTH: @@ -1726,6 +1752,9 @@ void CSSPrimitiveValue::collectComputedStyleDependencies(ComputedStyleDependenci case CSSUnitType::CSS_CALC: m_value.calc->collectComputedStyleDependencies(dependencies); break; + case CSSUnitType::CSS_ANCHOR: + m_value.anchor->collectComputedStyleDependencies(dependencies); + break; case CSSUnitType::CSS_VW: case CSSUnitType::CSS_VH: case CSSUnitType::CSS_VMIN: diff --git a/Source/WebCore/css/CSSPrimitiveValue.h b/Source/WebCore/css/CSSPrimitiveValue.h index ac7250d36f174..51f358accb0d6 100644 --- a/Source/WebCore/css/CSSPrimitiveValue.h +++ b/Source/WebCore/css/CSSPrimitiveValue.h @@ -21,6 +21,7 @@ #pragma once +#include "CSSAnchorValue.h" #include "CSSPropertyNames.h" #include "CSSUnits.h" #include "CSSValue.h" @@ -96,6 +97,7 @@ class CSSPrimitiveValue final : public CSSValue { bool isResolution() const { return unitCategory(primitiveType()) == CSSUnitCategory::Resolution; } bool isViewportPercentageLength() const { return isViewportPercentageLength(primitiveUnitType()); } bool isFlex() const { return primitiveType() == CSSUnitType::CSS_FR; } + bool isAnchor() const { return primitiveType() == CSSUnitType::CSS_ANCHOR; } static Ref create(double); static Ref create(double, CSSUnitType); @@ -103,6 +105,7 @@ class CSSPrimitiveValue final : public CSSValue { static Ref create(const Length&); static Ref create(const Length&, const RenderStyle&); static Ref create(Ref); + static Ref create(Ref); static inline Ref create(CSSValueID); bool isValueID() const { return primitiveUnitType() == CSSUnitType::CSS_VALUE_ID; } @@ -210,6 +213,7 @@ class CSSPrimitiveValue final : public CSSValue { CSSPrimitiveValue(double, CSSUnitType); explicit CSSPrimitiveValue(Ref); explicit CSSPrimitiveValue(CSSUnresolvedColor); + explicit CSSPrimitiveValue(Ref); CSSPrimitiveValue(StaticCSSValueTag, CSSValueID); CSSPrimitiveValue(StaticCSSValueTag, Color); @@ -242,6 +246,7 @@ class CSSPrimitiveValue final : public CSSValue { uint64_t colorAsInteger; const CSSUnresolvedColor* unresolvedColor; const CSSCalcValue* calc; + const CSSAnchorValue* anchor; } m_value; }; diff --git a/Source/WebCore/css/CSSProperties.json b/Source/WebCore/css/CSSProperties.json index fff7708772f2f..3acf191561484 100644 --- a/Source/WebCore/css/CSSProperties.json +++ b/Source/WebCore/css/CSSProperties.json @@ -2934,7 +2934,7 @@ "resolver": "bottom" }, "parser-function": "consumeSide", - "parser-function-requires-context-mode": true, + "parser-function-requires-context": true, "parser-function-requires-current-shorthand": true, "parser-grammar-unused": " | auto", "parser-grammar-unused-reason": "Needs support for different parsing based on the current shorthand." @@ -3716,7 +3716,10 @@ "name": "inset", "resolver": "block-end" }, - "parser-grammar": "" + "parser-function": "consumeInsetLogicalStartEnd", + "parser-function-requires-context": true, + "parser-grammar-unused": " | auto", + "parser-grammar-unused-reason": "Needs support for different parsing based on CSSAnchorPositioningEnabled feature flag." }, "specification": { "category": "css-logical-props", @@ -3730,7 +3733,10 @@ "name": "inset", "resolver": "block-start" }, - "parser-grammar": "" + "parser-function": "consumeInsetLogicalStartEnd", + "parser-function-requires-context": true, + "parser-grammar-unused": " | auto", + "parser-grammar-unused-reason": "Needs support for different parsing based on CSSAnchorPositioningEnabled feature flag." }, "specification": { "category": "css-logical-props", @@ -3756,7 +3762,10 @@ "name": "inset", "resolver": "inline-end" }, - "parser-grammar": "" + "parser-function": "consumeInsetLogicalStartEnd", + "parser-function-requires-context": true, + "parser-grammar-unused": " | auto", + "parser-grammar-unused-reason": "Needs support for different parsing based on CSSAnchorPositioningEnabled feature flag." }, "specification": { "category": "css-logical-props", @@ -3770,7 +3779,10 @@ "name": "inset", "resolver": "inline-start" }, - "parser-grammar": "" + "parser-function": "consumeInsetLogicalStartEnd", + "parser-function-requires-context": true, + "parser-grammar-unused": " | auto", + "parser-grammar-unused-reason": "Needs support for different parsing based on CSSAnchorPositioningEnabled feature flag." }, "specification": { "category": "css-logical-props", @@ -3801,7 +3813,7 @@ "resolver": "left" }, "parser-function": "consumeSide", - "parser-function-requires-context-mode": true, + "parser-function-requires-context": true, "parser-function-requires-current-shorthand": true, "parser-grammar-unused": " | auto", "parser-grammar-unused-reason": "Needs support for different parsing based on the current shorthand." @@ -5462,7 +5474,7 @@ "resolver": "right" }, "parser-function": "consumeSide", - "parser-function-requires-context-mode": true, + "parser-function-requires-context": true, "parser-function-requires-current-shorthand": true, "parser-grammar-unused": " | auto", "parser-grammar-unused-reason": "Needs support for different parsing based on the current shorthand." @@ -6018,7 +6030,7 @@ "resolver": "top" }, "parser-function": "consumeSide", - "parser-function-requires-context-mode": true, + "parser-function-requires-context": true, "parser-function-requires-current-shorthand": true, "parser-grammar-unused": " | auto", "parser-grammar-unused-reason": "Needs support for different parsing based on the current shorthand." @@ -9298,7 +9310,7 @@ }, "specification": { "category": "css-anchor-position", - "url": "https://drafts.csswg.org/css-anchor-position-1/#name" + "url": "https://drafts.csswg.org/css-anchor-position-1/#position-anchor" } }, "-webkit-tap-highlight-color": { @@ -10383,13 +10395,6 @@ } }, - "": { - "grammar": "auto | ", - "specification": { - "category": "css-logical-props", - "url": "https://www.w3.org/TR/css-logical/#inset-properties" - } - }, "": { "grammar": "auto | ", "specification": { @@ -11172,6 +11177,14 @@ "category": "scroll-animations", "url": "https://drafts.csswg.org/scroll-animations-1/#propdef-view-timeline-inset" } + }, + "": { + "grammar": "inside | outside | top | left | right | bottom | start | end | self-start | self-end | | center", + "exported": true, + "specification": { + "category": "css-anchor-position", + "url": "https://drafts.csswg.org/css-anchor-position-1/#typedef-anchor-side" + } } } } diff --git a/Source/WebCore/css/CSSUnits.cpp b/Source/WebCore/css/CSSUnits.cpp index 7fed6177f04f0..85d842f0d0f5b 100644 --- a/Source/WebCore/css/CSSUnits.cpp +++ b/Source/WebCore/css/CSSUnits.cpp @@ -110,6 +110,7 @@ CSSUnitCategory unitCategory(CSSUnitType type) case CSSUnitType::CSS_CQB: case CSSUnitType::CSS_CQMIN: case CSSUnitType::CSS_CQMAX: + case CSSUnitType::CSS_ANCHOR: case CSSUnitType::CSS_ATTR: case CSSUnitType::CSS_CALC: case CSSUnitType::CSS_CALC_PERCENTAGE_WITH_LENGTH: @@ -267,6 +268,7 @@ TextStream& operator<<(TextStream& ts, CSSUnitType unitType) case CSSUnitType::CSS_PROPERTY_ID: ts << "property_id"; break; case CSSUnitType::CSS_VALUE_ID: ts << "value_id"; break; case CSSUnitType::CSS_QUIRKY_EM: ts << "quirky_em"; break; + case CSSUnitType::CSS_ANCHOR: ts << "anchor"; break; } return ts; } diff --git a/Source/WebCore/css/CSSUnits.h b/Source/WebCore/css/CSSUnits.h index db678e1ff57d4..f1035776e4134 100644 --- a/Source/WebCore/css/CSSUnits.h +++ b/Source/WebCore/css/CSSUnits.h @@ -114,6 +114,8 @@ enum class CSSUnitType : uint8_t { CSS_CALC_PERCENTAGE_WITH_NUMBER, CSS_CALC_PERCENTAGE_WITH_LENGTH, + CSS_ANCHOR, + CSS_FONT_FAMILY, CSS_UNRESOLVED_COLOR, diff --git a/Source/WebCore/css/CSSValue.cpp b/Source/WebCore/css/CSSValue.cpp index 4733a80805584..1e4c2f7512568 100644 --- a/Source/WebCore/css/CSSValue.cpp +++ b/Source/WebCore/css/CSSValue.cpp @@ -99,6 +99,8 @@ DEFINE_ALLOCATOR_WITH_HEAP_IDENTIFIER(CSSValue); template constexpr decltype(auto) CSSValue::visitDerived(Visitor&& visitor) { switch (classType()) { + case AnchorClass: + return std::invoke(std::forward(visitor), uncheckedDowncast(*this)); case AspectRatioClass: return std::invoke(std::forward(visitor), uncheckedDowncast(*this)); case BackgroundRepeatClass: diff --git a/Source/WebCore/css/CSSValue.h b/Source/WebCore/css/CSSValue.h index d254a8d77907f..1b4cb5772c331 100644 --- a/Source/WebCore/css/CSSValue.h +++ b/Source/WebCore/css/CSSValue.h @@ -71,6 +71,7 @@ class CSSValue { String cssText() const; + bool isAnchorValue() const { return m_classType == AnchorClass; } bool isAspectRatioValue() const { return m_classType == AspectRatioClass; } bool isBackgroundRepeatValue() const { return m_classType == BackgroundRepeatClass; } bool isBorderImageSliceValue() const { return m_classType == BorderImageSliceClass; } @@ -236,6 +237,7 @@ class CSSValue { StepsTimingFunctionClass, // Other non-list classes. + AnchorClass, AspectRatioClass, BackgroundRepeatClass, BorderImageSliceClass, diff --git a/Source/WebCore/css/CSSValueKeywords.in b/Source/WebCore/css/CSSValueKeywords.in index d6685fa9ab144..ea0163f39fcf9 100644 --- a/Source/WebCore/css/CSSValueKeywords.in +++ b/Source/WebCore/css/CSSValueKeywords.in @@ -1760,3 +1760,6 @@ allow-discrete // block // inline -internal-textarea-auto + +// anchor() +anchor diff --git a/Source/WebCore/css/calc/CSSCalcCategoryMapping.cpp b/Source/WebCore/css/calc/CSSCalcCategoryMapping.cpp index 157ee3d876512..4aba1684fd804 100644 --- a/Source/WebCore/css/calc/CSSCalcCategoryMapping.cpp +++ b/Source/WebCore/css/calc/CSSCalcCategoryMapping.cpp @@ -291,6 +291,7 @@ bool hasDoubleValue(CSSUnitType type) case CSSUnitType::CSS_CALC_PERCENTAGE_WITH_NUMBER: case CSSUnitType::CSS_CALC_PERCENTAGE_WITH_LENGTH: case CSSUnitType::CSS_UNRESOLVED_COLOR: + case CSSUnitType::CSS_ANCHOR: case CSSUnitType::CSS_PROPERTY_ID: case CSSUnitType::CSS_VALUE_ID: return false; diff --git a/Source/WebCore/css/parser/CSSPropertyParserConsumer+Length.cpp b/Source/WebCore/css/parser/CSSPropertyParserConsumer+Length.cpp index c20491bc9cea5..f338c7aabfe62 100644 --- a/Source/WebCore/css/parser/CSSPropertyParserConsumer+Length.cpp +++ b/Source/WebCore/css/parser/CSSPropertyParserConsumer+Length.cpp @@ -26,6 +26,7 @@ #include "CSSPropertyParserConsumer+Length.h" #include "CSSPropertyParserConsumer+LengthDefinitions.h" +#include "CSSAnchorValue.h" #include "CSSCalcParser.h" #include "CSSCalcSymbolTable.h" #include "CSSCalcSymbolsAllowed.h" @@ -34,6 +35,7 @@ #include "CSSPropertyParserConsumer+MetaConsumer.h" #include "CSSPropertyParserConsumer+PercentDefinitions.h" #include "CSSPropertyParserConsumer+RawResolver.h" +#include "CSSPropertyParserHelpers.h" namespace WebCore { namespace CSSPropertyParserHelpers { @@ -172,13 +174,14 @@ std::optional consumeLengthOrPercentRaw(CSSParserTokenRange& } // FIXME: This doesn't work with the current scheme due to the NegativePercentagePolicy parameter -RefPtr consumeLengthOrPercent(CSSParserTokenRange& range, CSSParserMode parserMode, ValueRange valueRange, UnitlessQuirk unitless, UnitlessZeroQuirk unitlessZero, NegativePercentagePolicy negativePercentage) +RefPtr consumeLengthOrPercent(CSSParserTokenRange& range, CSSParserMode parserMode, ValueRange valueRange, UnitlessQuirk unitless, UnitlessZeroQuirk unitlessZero, NegativePercentagePolicy negativePercentage, AnchorPolicy anchorPolicy) { auto& token = range.peek(); const auto options = CSSPropertyParserOptions { .parserMode = parserMode, .valueRange = valueRange, + .anchorPolicy = anchorPolicy, .negativePercentage = negativePercentage, .unitless = unitless, .unitlessZero = unitlessZero @@ -186,6 +189,12 @@ RefPtr consumeLengthOrPercent(CSSParserTokenRange& range, CSS switch (token.type()) { case FunctionToken: { + if (range.peek().functionId() == CSSValueAnchor) { + if (anchorPolicy == AnchorPolicy::Allow) + return consumeAnchor(range, parserMode); + return nullptr; + } + // FIXME: Should this be using trying to generate the calc with both Length and Percent destination category types? CalcParser parser(range, CalculationCategory::Length, { }, options); if (auto calculation = parser.value(); calculation && canConsumeCalcValue(calculation->category(), options)) diff --git a/Source/WebCore/css/parser/CSSPropertyParserConsumer+Length.h b/Source/WebCore/css/parser/CSSPropertyParserConsumer+Length.h index d68c23e9fdfbd..4199ba3789251 100644 --- a/Source/WebCore/css/parser/CSSPropertyParserConsumer+Length.h +++ b/Source/WebCore/css/parser/CSSPropertyParserConsumer+Length.h @@ -42,7 +42,7 @@ RefPtr consumeLength(CSSParserTokenRange&, CSSParserMode, Val // MARK: - Length or Percent std::optional consumeLengthOrPercentRaw(CSSParserTokenRange&, CSSParserMode); -RefPtr consumeLengthOrPercent(CSSParserTokenRange&, CSSParserMode, ValueRange = ValueRange::All, UnitlessQuirk = UnitlessQuirk::Forbid, UnitlessZeroQuirk = UnitlessZeroQuirk::Allow, NegativePercentagePolicy = NegativePercentagePolicy::Forbid); +RefPtr consumeLengthOrPercent(CSSParserTokenRange&, CSSParserMode, ValueRange = ValueRange::All, UnitlessQuirk = UnitlessQuirk::Forbid, UnitlessZeroQuirk = UnitlessZeroQuirk::Allow, NegativePercentagePolicy = NegativePercentagePolicy::Forbid, AnchorPolicy = AnchorPolicy::Forbid); } // namespace CSSPropertyParserHelpers } // namespace WebCore diff --git a/Source/WebCore/css/parser/CSSPropertyParserConsumer+Primitives.h b/Source/WebCore/css/parser/CSSPropertyParserConsumer+Primitives.h index 505431163956d..f79b35e72b479 100644 --- a/Source/WebCore/css/parser/CSSPropertyParserConsumer+Primitives.h +++ b/Source/WebCore/css/parser/CSSPropertyParserConsumer+Primitives.h @@ -35,6 +35,7 @@ class CSSParserTokenRange; namespace CSSPropertyParserHelpers { +enum class AnchorPolicy : bool { Forbid, Allow }; enum class NegativePercentagePolicy : bool { Forbid, Allow }; enum class UnitlessQuirk : bool { Allow, Forbid }; enum class UnitlessZeroQuirk : bool { Allow, Forbid }; @@ -42,6 +43,7 @@ enum class UnitlessZeroQuirk : bool { Allow, Forbid }; struct CSSPropertyParserOptions { CSSParserMode parserMode { HTMLStandardMode }; ValueRange valueRange { ValueRange::All }; + AnchorPolicy anchorPolicy { AnchorPolicy::Forbid }; NegativePercentagePolicy negativePercentage { NegativePercentagePolicy::Forbid }; UnitlessQuirk unitless { UnitlessQuirk::Forbid }; UnitlessZeroQuirk unitlessZero { UnitlessZeroQuirk::Forbid }; diff --git a/Source/WebCore/css/parser/CSSPropertyParserHelpers.cpp b/Source/WebCore/css/parser/CSSPropertyParserHelpers.cpp index 8c90879d2a450..9fa44847b0dc1 100644 --- a/Source/WebCore/css/parser/CSSPropertyParserHelpers.cpp +++ b/Source/WebCore/css/parser/CSSPropertyParserHelpers.cpp @@ -258,9 +258,11 @@ RefPtr consumeCustomIdent(CSSParserTokenRange& range, bool sh RefPtr consumeDashedIdent(CSSParserTokenRange& range, bool shouldLowercase) { + auto rangeCopy = range; auto result = consumeCustomIdent(range, shouldLowercase); if (result && result->stringValue().startsWith("--"_s)) return result; + range = rangeCopy; return nullptr; } @@ -2696,11 +2698,11 @@ static bool validWidthOrHeightKeyword(CSSValueID id) } } -static RefPtr consumeAutoOrLengthOrPercent(CSSParserTokenRange& range, CSSParserMode mode, UnitlessQuirk unitless) +static RefPtr consumeAutoOrLengthOrPercent(CSSParserTokenRange& range, CSSParserMode mode, UnitlessQuirk unitless, AnchorPolicy anchorPolicy = AnchorPolicy::Forbid) { if (range.peek().id() == CSSValueAuto) return consumeIdent(range); - return consumeLengthOrPercent(range, mode, ValueRange::All, unitless); + return consumeLengthOrPercent(range, mode, ValueRange::All, unitless, UnitlessZeroQuirk::Allow, NegativePercentagePolicy::Forbid, anchorPolicy); } RefPtr consumeMarginSide(CSSParserTokenRange& range, CSSPropertyID currentShorthand, CSSParserMode mode) @@ -2733,10 +2735,17 @@ RefPtr consumeMarginTrim(CSSParserTokenRange& range) return CSSValueList::createSpaceSeparated(WTFMove(list)); } -RefPtr consumeSide(CSSParserTokenRange& range, CSSPropertyID currentShorthand, CSSParserMode mode) +RefPtr consumeSide(CSSParserTokenRange& range, CSSPropertyID currentShorthand, const CSSParserContext& context) { UnitlessQuirk unitless = currentShorthand != CSSPropertyInset ? UnitlessQuirk::Allow : UnitlessQuirk::Forbid; - return consumeAutoOrLengthOrPercent(range, mode, unitless); + AnchorPolicy anchorPolicy = context.propertySettings.cssAnchorPositioningEnabled ? AnchorPolicy::Allow : AnchorPolicy::Forbid; + return consumeAutoOrLengthOrPercent(range, context.mode, unitless, anchorPolicy); +} + +RefPtr consumeInsetLogicalStartEnd(CSSParserTokenRange& range, const CSSParserContext& context) +{ + AnchorPolicy anchorPolicy = context.propertySettings.cssAnchorPositioningEnabled ? AnchorPolicy::Allow : AnchorPolicy::Forbid; + return consumeAutoOrLengthOrPercent(range, context.mode, UnitlessQuirk::Forbid, anchorPolicy); } static RefPtr consumeClipComponent(CSSParserTokenRange& range, CSSParserMode mode) @@ -5812,5 +5821,45 @@ RefPtr consumeViewTimelineInset(CSSParserTokenRange& range, const CSSP }); } +RefPtr consumeAnchor(CSSParserTokenRange& range, CSSParserMode mode) +{ + // https://drafts.csswg.org/css-anchor-position-1/#anchor-pos + // = anchor( ? && , ? ) + auto rangeCopy = range; + + if (rangeCopy.peek().type() != FunctionToken || range.peek().functionId() != CSSValueAnchor) + return nullptr; + + auto args = consumeFunction(rangeCopy); + if (!args.size()) + return nullptr; + + auto anchorElement = consumeDashedIdent(args); + auto anchorSidePtr = CSSPropertyParsing::consumeAnchorSide(args); + if (!anchorSidePtr) + return nullptr; + auto anchorSide = anchorSidePtr.releaseNonNull(); + + if (!anchorElement) + anchorElement = consumeDashedIdent(args); + + if (!args.size()) { + range = rangeCopy; + auto anchor = CSSAnchorValue::create(WTFMove(anchorElement), WTFMove(anchorSide), nullptr); + return CSSPrimitiveValue::create(anchor); + } + + if (!consumeCommaIncludingWhitespace(args)) + return nullptr; + + auto fallback = consumeLengthOrPercent(args, mode, ValueRange::All, UnitlessQuirk::Forbid, UnitlessZeroQuirk::Forbid, NegativePercentagePolicy::Allow, AnchorPolicy::Allow); + if (!fallback || args.size()) + return nullptr; + + range = rangeCopy; + auto anchor = CSSAnchorValue::create(WTFMove(anchorElement), WTFMove(anchorSide), WTFMove(fallback)); + return CSSPrimitiveValue::create(anchor); +} + } // namespace CSSPropertyParserHelpers } // namespace WebCore diff --git a/Source/WebCore/css/parser/CSSPropertyParserHelpers.h b/Source/WebCore/css/parser/CSSPropertyParserHelpers.h index 669c754efd171..3e4c2633086bb 100644 --- a/Source/WebCore/css/parser/CSSPropertyParserHelpers.h +++ b/Source/WebCore/css/parser/CSSPropertyParserHelpers.h @@ -168,7 +168,8 @@ RefPtr consumeTextIndent(CSSParserTokenRange&, CSSParserMode); RefPtr consumeTextTransform(CSSParserTokenRange&); RefPtr consumeMarginSide(CSSParserTokenRange&, CSSPropertyID currentShorthand, CSSParserMode); RefPtr consumeMarginTrim(CSSParserTokenRange&); -RefPtr consumeSide(CSSParserTokenRange&, CSSPropertyID currentShorthand, CSSParserMode); +RefPtr consumeSide(CSSParserTokenRange&, CSSPropertyID currentShorthand, const CSSParserContext&); +RefPtr consumeInsetLogicalStartEnd(CSSParserTokenRange&, const CSSParserContext&); RefPtr consumeClip(CSSParserTokenRange&, CSSParserMode); RefPtr consumeTouchAction(CSSParserTokenRange&); RefPtr consumeKeyframesName(CSSParserTokenRange&, const CSSParserContext&); @@ -256,6 +257,7 @@ RefPtr consumeAnimationTimelineScroll(CSSParserTokenRange&); RefPtr consumeAnimationTimelineView(CSSParserTokenRange&, const CSSParserContext&); RefPtr consumeViewTimelineInsetListItem(CSSParserTokenRange&, const CSSParserContext&); RefPtr consumeViewTimelineInset(CSSParserTokenRange&, const CSSParserContext&); +RefPtr consumeAnchor(CSSParserTokenRange&, CSSParserMode); RefPtr consumeDeclarationValue(CSSParserTokenRange&, const CSSParserContext&); diff --git a/Source/WebCore/style/StyleBuilderConverter.h b/Source/WebCore/style/StyleBuilderConverter.h index c7af3ceef16a7..dfebae66f960e 100644 --- a/Source/WebCore/style/StyleBuilderConverter.h +++ b/Source/WebCore/style/StyleBuilderConverter.h @@ -264,6 +264,9 @@ inline Length BuilderConverter::convertLength(const BuilderState& builderState, if (primitiveValue.isCalculatedPercentageWithLength()) return Length(primitiveValue.cssCalcValue()->createCalculationValue(conversionData)); + if (primitiveValue.isAnchor()) + return Length(0, LengthType::Fixed); + ASSERT_NOT_REACHED(); return Length(0, LengthType::Fixed); }