Skip to content

Commit

Permalink
Bug 1456739 [wpt PR 10627] - [css-text] white-space and intrinsic siz…
Browse files Browse the repository at this point in the history
…ing, a=testonly

Automatic update from web-platform-tests
[css-text] overflow-wrap and intrinsic sizing

Goes together with the spec changes for w3c/csswg-drafts#2465

--
[css-text] break-spaces has moved from overflow-wrap to white-space

--
Merge pull request #10627 from frivoal/text-2465

[css-text] white-space and intrinsic sizing
--

wpt-commits: b439b5793f217eeb5ec1dd941161f6206ab2938d, ae2ef2d8cf5cab2db0a477411ea7f9cc79f6f737, 67b751ef3b96755111d9f845efd3b21c014d68bc
wpt-pr: 10627

UltraBlame original commit: a83642423ce28e3ac921c43b23b7e8b7ac24be57
  • Loading branch information
marco-c committed Oct 4, 2019
1 parent e0802e2 commit 1f0f263
Show file tree
Hide file tree
Showing 8 changed files with 1,966 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,118 @@
<
!
DOCTYPE
html
>
<
meta
charset
=
"
utf
-
8
"
>
<
title
>
test
reference
<
/
title
>
<
link
rel
=
"
author
"
title
=
"
Florian
Rivoal
"
href
=
"
https
:
/
/
florian
.
rivoal
.
net
/
"
>
<
style
>
div
{
font
-
family
:
monospace
;
color
:
transparent
;
font
-
size
:
50px
;
background
:
green
;
}
<
/
style
>
<
p
>
Test
passes
if
there
is
a
green
rectangle
below
and
no
red
.
<
div
>
XS
<
br
>
S
<
br
>
XS
<
br
>
S
<
/
div
>
Original file line number Diff line number Diff line change
@@ -0,0 +1,112 @@
<
!
DOCTYPE
html
>
<
meta
charset
=
"
utf
-
8
"
>
<
title
>
test
reference
<
/
title
>
<
link
rel
=
"
author
"
title
=
"
Florian
Rivoal
"
href
=
"
https
:
/
/
florian
.
rivoal
.
net
/
"
>
<
style
>
div
{
color
:
transparent
;
background
:
blue
;
font
-
family
:
monospace
;
font
-
size
:
50px
;
width
:
3ch
;
}
<
/
style
>
<
p
>
Test
passes
if
there
is
a
single
blue
rectangle
below
.
<
div
>
XXX
<
br
>
XXX
<
/
div
>
Original file line number Diff line number Diff line change
@@ -0,0 +1,104 @@
<
!
DOCTYPE
html
>
<
meta
charset
=
"
utf
-
8
"
>
<
title
>
test
reference
<
/
title
>
<
link
rel
=
"
author
"
title
=
"
Florian
Rivoal
"
href
=
"
https
:
/
/
florian
.
rivoal
.
net
/
"
>
<
style
>
div
{
color
:
transparent
;
font
-
size
:
50px
;
background
:
green
;
}
<
/
style
>
<
p
>
Test
passes
if
there
is
a
green
rectangle
below
and
no
red
.
<
div
>
X
<
br
>
X
<
/
div
>
Loading

0 comments on commit 1f0f263

Please sign in to comment.