Skip to content

Commit fa03b74

Browse files
committed
test/css-writing-modes-3: [§3.1 Block Flow Direction: the writing-mode property] More test cases of block formating context
1 parent cac3a4f commit fa03b74

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

test/css-writing-modes-3.txt

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -153,14 +153,16 @@ http://test.csswg.org/suites/css-multicol-1_dev/nightly-unstable/html4/reference
153153

154154
a) block progression of block-level boxes in a block formatting context
155155

156-
Test assertion: This test checks that block-level boxes in a horizontal-tb block formating context are ordered from top to bottom
156+
Test assertion: This test checks that block-level boxes in a horizontal-tb block formatting context are ordered from top to bottom
157157

158-
Test assertion: This test checks that block-level boxes in a vertical-rl block formating context are ordered from right to left
158+
Test assertion: This test checks that block-level boxes in a vertical-rl block formatting context are ordered from right to left
159159
http://www.gtalbot.org/BrowserBugsSection/CSS3WritingModes/testadhoc.html
160160

161-
Test assertion: This test checks that block-level boxes in a vertical-lr block formating context are ordered from left to right
161+
Test assertion: This test checks that block-level boxes in a vertical-lr block formatting context are ordered from left to right
162162
http://www.gtalbot.org/BrowserBugsSection/CSS3WritingModes/testadhoc4.html
163163

164+
Test assertion: This test checks that block-level boxes in a {right-floating box | abs. pos. box | inline-block | table-cell | table-caption | block boxes with 'overflow' other than 'visible'} with 'writing-mode' set to {'vertical-lr'|'vertical-rl'} creates a block formatting context for its block boxes.
165+
164166
b) progression of line boxes in a block container that contains inlines
165167

166168
Test assertion: This test checks that lines boxes in a horizontal-tb block box that contains inlines are ordered from top to bottom; the first line box of such block box is the topmost
@@ -184,9 +186,9 @@ Test assertion: This test checks that rows in a vertical-rl table are ordered fr
184186
Test assertion: This test checks that rows in a vertical-rl table are ordered from left to right; the first row is the leftmost row
185187

186188
For each of these tests, we need additional tests with
187-
* 1 colspan=2
188-
* 1 rowspan=2
189-
* 1 thead, 2 tbody and 1 tfoot
189+
* 1 test with colspan=2
190+
* 1 test with rowspan=2
191+
* 1 test with 1 thead, 2 tbody and 1 tfoot
190192

191193
d) line boxes' orientation
192194

0 commit comments

Comments
 (0)