[Webkit-unassigned] [Bug 257682] WPT Test 'wrap-enumerated-ascii-case-insensitive.html' depends on 'font-family: monospace' UA rule

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 5 17:15:37 PDT 2023


https://bugs.webkit.org/show_bug.cgi?id=257682

--- Comment #4 from Myles C. Maxfield <mmaxfield at apple.com> ---
I see what's happening. The test is setting cols=7, and expecting that this will cause "hello world" to have a line break in it. This is totally bogus with a proportional-width font, like system-ui which we use.

I don't think we should change the look of text areas in WebKit just because of a WPT test failure. I think we should update the test to just add:

```
textarea {
    font-family: monospace;
}
```

instead.

Firefox's failure looks real: their <textarea>s have the line break, but they're failing the test anyway.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230606/993d2ce3/attachment.htm>


More information about the webkit-unassigned mailing list