Skip to content

Commit

Permalink
Bug 1523562 [wpt PR 14607] - Sync Mozilla CSS tests as of 2018-12-19,…
Browse files Browse the repository at this point in the history
… a=testonly

Automatic update from web-platform-tests
Sync Mozilla CSS tests as of 2018-12-20 (#14607)

Sync Mozilla CSS tests as of https://hg.mozilla.org/mozilla-central/rev/49be2c1eb4c8c64cadd4297ff9eb5454f4bb4a93 .

This contains changes from [bug 1322780](https://bugzilla.mozilla.org/show_bug.cgi?id=1322780) by BorisChiou, reviewed by dholbert.
--

wpt-commits: 8b2ce21a53705a0ac50ae66824be2229eb114579
wpt-pr: 14607

UltraBlame original commit: 91f314cf9ea056321628ded8ad618d36bca9b6ff
  • Loading branch information
marco-c committed Oct 4, 2019
1 parent 139fb80 commit dede800
Show file tree
Hide file tree
Showing 21 changed files with 14,445 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,21 @@ reftest
.
list
#
CSS
Intrinsic
&
Extrinsic
Sizing
Module
Level
3
include
sizing
/
reftest
.
list
#
Text
Level
3
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,326 @@
<
!
DOCTYPE
html
>
<
html
>
<
title
>
CSS
Reference
Case
:
Basic
cases
with
max
-
content
and
min
-
content
<
/
title
>
<
meta
charset
=
"
utf
-
8
"
>
<
link
rel
=
"
author
"
title
=
"
Boris
Chiou
"
href
=
"
mailto
:
boris
.
chiou
gmail
.
com
"
>
<
link
rel
=
"
stylesheet
"
type
=
"
text
/
css
"
href
=
"
support
/
ahem
.
css
"
>
<
meta
name
=
"
flags
"
content
=
"
ahem
"
>
<
style
>
html
body
{
margin
:
0
;
}
.
container
{
width
:
max
-
content
;
height
:
50px
;
border
:
1px
solid
black
;
font
-
family
:
Ahem
;
font
-
size
:
15px
;
line
-
height
:
21px
;
}
.
container
>
*
{
display
:
inline
-
block
;
border
:
1px
solid
blue
;
}
.
container
-
vertical
{
width
:
50px
;
border
:
1px
solid
black
;
font
-
family
:
Ahem
;
font
-
size
:
15px
;
line
-
height
:
21px
;
}
.
container
-
vertical
>
*
{
writing
-
mode
:
vertical
-
lr
;
border
:
1px
solid
blue
;
}
<
/
style
>
<
/
head
>
<
body
>
<
div
class
=
"
container
"
>
<
div
>
min
<
br
>
in
the
box
<
/
div
>
<
div
>
max
<
br
>
in
the
box
<
/
div
>
<
/
div
>
<
div
class
=
"
container
-
vertical
"
>
<
div
>
min
<
br
>
in
the
box
<
/
div
>
<
div
>
max
<
br
>
in
the
box
<
/
div
>
<
/
div
>
<
/
body
>
<
/
html
>
Loading

0 comments on commit dede800

Please sign in to comment.