mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Update CSS tests to revision 0698c2aa9ead844b6d7d10eafb096cb1118e13ef
This commit is contained in:
parent
9aa1b1e408
commit
35c74aecc2
11290 changed files with 92400 additions and 49214 deletions
|
@ -37,7 +37,7 @@
|
|||
N == max(1, floor(18em / 6em));
|
||||
N == max(1, floor(3));
|
||||
N == 3;
|
||||
|
||||
|
||||
So, the used column-count in this test is 3.
|
||||
|
||||
W := ((available-width + column-gap) / N) - column-gap;
|
||||
|
@ -45,7 +45,7 @@
|
|||
W == ((18em) / 3) - 5em;
|
||||
W == (6em) - 5em;
|
||||
W == 1em;
|
||||
|
||||
|
||||
So, the used column-width in this test is 1em.
|
||||
*/
|
||||
|
||||
|
@ -57,20 +57,20 @@
|
|||
/*
|
||||
Since
|
||||
"
|
||||
Content in the normal flow that extends into
|
||||
column gaps (e.g., long words or images) is
|
||||
clipped in the middle of the column gap.
|
||||
Content in the normal flow that extends into
|
||||
column gaps (e.g., long words or images) is
|
||||
clipped in the middle of the column gap.
|
||||
"
|
||||
http://www.w3.org/TR/css3-multicol/#overflow-inside-multicol-elements
|
||||
this causes the right-half (0.5em) of the 'K' glyph to
|
||||
be overlapped by the right-half (0.75em) of the 1st blue column-rule.
|
||||
this causes the right-half (0.5em) of the 'K' glyph to
|
||||
be overlapped by the right-half (0.75em) of the 1st blue column-rule.
|
||||
Same thing should happen to the 'N' glyph of 'ORAN'.
|
||||
|
||||
Because no inline content should be rendered into the
|
||||
3rd column box, this causes the 2nd column rule not
|
||||
|
||||
Because no inline content should be rendered into the
|
||||
3rd column box, this causes the 2nd column rule not
|
||||
been rendered because
|
||||
"
|
||||
Column rules are only drawn between two columns that
|
||||
Column rules are only drawn between two columns that
|
||||
both have content.
|
||||
"
|
||||
http://www.w3.org/TR/css3-multicol/#column-gaps-and-rules
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue