The assertion holds if the larger green block is on the left.
Assertion: [Exploratory] If a RTL div contains a LTR div that has margin-inline-start set to inherit, and the margin is set on the outer div using margin-left and margin-right, the inner div will inherit the value of the outer margin-right.
- The test consists of two divs, one inside the other, and drawn over the same space. The outer has a RTL direction, the inner, LTR. The outer div has margin-left and margin-right set to large and small values, respectively. The margins of the inner div should show as a green block around the yellow core. To match the assertion, the wider green block should be on the left, since that's where the inline-start is for a LTR block.