Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[css-ruby] Suggestions on block-ruby-005 test #29514

Closed
TalbotG opened this issue Jun 27, 2021 · 0 comments · Fixed by #29841
Closed

[css-ruby] Suggestions on block-ruby-005 test #29514

TalbotG opened this issue Jun 27, 2021 · 0 comments · Fixed by #29841
Assignees
Labels

Comments

@TalbotG
Copy link
Contributor

TalbotG commented Jun 27, 2021

http://wpt.live/css/css-ruby/block-ruby-005.html

http://wpt.live/css/css-ruby/block-ruby-005-ref.html

@MatsPalmgren Mats,

Can you replace

html,body {
color:black; background-color:white; font:10px/1 monospace; padding:0; margin:0;
}

with

body { font:10px/1 monospace; }

Also, can you replace

lines 15 & 19: text-overflow:ellipses;

with

text-overflow:ellipsis;

Also, overflow: hidden is required also in the reference otherwise, text-overflow: ellipsis will not have any rendering effect.

I will create a PR in a few min. to fix all this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants
@TalbotG and others