-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1456739 [wpt PR 10627] - [css-text] white-space and intrinsic siz…
…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
Showing
8 changed files
with
1,966 additions
and
0 deletions.
There are no files selected for viewing
118 changes: 118 additions & 0 deletions
118
...platform/tests/css/css-text/white-space/reference/white-space-intrinsic-size-001-ref.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
> |
112 changes: 112 additions & 0 deletions
112
...platform/tests/css/css-text/white-space/reference/white-space-intrinsic-size-002-ref.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
> |
104 changes: 104 additions & 0 deletions
104
...platform/tests/css/css-text/white-space/reference/white-space-intrinsic-size-003-ref.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
> |
Oops, something went wrong.