Skip to content

Commit 19ca68f

Browse files
committed
test/paged-media/assertions: Fixed an assert and added a test
1 parent 1b2c046 commit 19ca68f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test/paged-media/assertions.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1049,9 +1049,10 @@ The used values of the top-left, top-center, and top-right margin boxes' widths
10491049
</li>
10501050
<li class="assertion">
10511051

1052-
The sum of the outer widths of the top-left, top-center, and top-right boxes is equal to the distance between the right page border edge and the right page border edge.
1052+
The sum of the outer widths of the top-left, top-center, and top-right boxes is equal to the distance between the left page border edge and the right page border edge.
10531053
: <blockquote><div>The sum of the outer widths of the three boxes is equal to max box width.</div></blockquote>
10541054
<blockquote><div>max box width, which is the sum of the width of the page's left padding area, the width of the page area, and the width of the page's right padding area. In other words, it is the distance between the left page border and the right page border.</div></blockquote>
1055+
<div class="tests">Tests: page-mbox-004.xht</div>
10551056
</li>
10561057
<li class="assertion">
10571058

0 commit comments

Comments
 (0)