Skip to content

Commit

Permalink
Bug 1600858 [wpt PR 20576] - [css-text] Allow flexibility where spec …
Browse files Browse the repository at this point in the history
…is undefined, a=testonly

Automatic update from web-platform-tests
[css-text] Allow flexibility where spec is undefined

Closes #19903

--

wpt-commits: fabb1c90225310496e99596ae2e34c163547f223
wpt-pr: 20576

UltraBlame original commit: fb1b9ba908c96fb361726767e6c7bdb058462d8d
  • Loading branch information
marco-c committed Dec 10, 2019
1 parent e4a5062 commit ec90519
Show file tree
Hide file tree
Showing 3 changed files with 409 additions and 141 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,48 @@
on
inline
element
-
reference
<
/
title
>
<
link
rel
=
'
author
'
title
=
'
Jonathan
Kew
'
href
=
'
mailto
:
jkew
mozilla
.
com
'
>
<
style
>
.
testdiv
div
{
border
:
solid
5px
;
margin
:
5px
;
font
-
family
Expand All @@ -54,44 +84,69 @@
:
1px
;
margin
}
.
test
{
word
-
break
:
10px
break
-
all
;
}
.
blue
{
border
-
color
:
1px
solid
silver
blue
;
}
.
orange
{
border
-
color
:
orange
;
}
<
/
style
>
<
div
p
>
Test
passes
if
the
two
boxes
are
black
box
is
identical
to
either
the
same
blue
or
the
orange
one
.
<
/
div
>
<
div
class
=
"
testdiv
blue
"
>
aaaabb
Expand All @@ -113,10 +168,30 @@
>
<
div
>
aaaabb
<
br
>
bbbbbb
<
br
>
bbb
<
br
>
ccccc
<
/
div
>
<
div
class
=
"
testdiv
orange
"
>
aaaabb
Expand All @@ -127,11 +202,11 @@
<
br
>
bbb
bb
<
br
>
ccccc
bccccc
<
/
div
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,213 @@
<
!
DOCTYPE
html
>
<
meta
charset
=
"
utf
-
8
"
>
<
title
>
word
-
break
:
break
-
all
on
inline
element
<
/
title
>
<
link
rel
=
'
author
'
title
=
'
Jonathan
Kew
'
href
=
'
mailto
:
jkew
mozilla
.
com
'
>
<
style
>
div
{
border
:
solid
5px
;
margin
:
5px
;
font
-
family
:
monospace
;
width
:
6
.
1ch
;
padding
:
1px
;
}
.
test
{
word
-
break
:
break
-
all
;
}
.
blue
{
border
-
color
:
blue
;
}
.
orange
{
border
-
color
:
orange
;
}
<
/
style
>
<
p
>
Test
passes
if
the
black
box
is
identical
to
either
the
blue
or
the
orange
one
.
<
div
class
=
"
blue
"
>
aaaabb
<
br
>
bbbbbb
<
br
>
bbb
<
br
>
ccccc
<
/
div
>
<
div
>
aaaabb
<
br
>
bbbbbb
<
br
>
bb
<
br
>
bccccc
<
/
div
>
<
div
class
=
"
orange
"
>
aaaabb
<
br
>
bbbbbb
<
br
>
bb
<
br
>
bccccc
<
/
div
>
Loading

0 comments on commit ec90519

Please sign in to comment.