-
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 1600858 [wpt PR 20576] - [css-text] Allow flexibility where spec …
…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
Showing
3 changed files
with
409 additions
and
141 deletions.
There are no files selected for viewing
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
213 changes: 213 additions & 0 deletions
213
...atform/tests/css/css-text/word-break/reference/word-break-break-all-inline-006-b-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,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 | ||
> |
Oops, something went wrong.