Skip to content

Commit 2a69278

Browse files
committed
revert: restore order_row_reverse data-chrome=true (keep cross-check)
Revert the data-chrome=false marking; keep this case in Chrome cross-check even though Linux Chrome diverges on flex row-reverse+order. The chrome-cross-check job stays continue-on-error, so the divergence is reported without blocking the workflow.
1 parent 3646b78 commit 2a69278

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

float-pigment-forest/tests/cases/wpt_order/order_row_reverse.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<div style="display: flex; width: 200px; flex-direction: row-reverse;" data-chrome="false">
2+
<div style="display: flex; width: 200px; flex-direction: row-reverse;" data-chrome="true">
33
<div style="width: 50px; height: 50px; order: 1;" data-expect-left="50"></div>
44
<div style="width: 50px; height: 50px; order: -1;" data-expect-left="150"></div>
55
<div style="width: 50px; height: 50px; order: 0;" data-expect-left="100"></div>

0 commit comments

Comments
 (0)