Summary: | Remove `overflow: auto` for `textarea` from `StyleAdjuster.cpp` | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Ahmad Saleem <ahmad.saleem792> | ||||
Component: | DOM | Assignee: | Nobody <webkit-unassigned> | ||||
Status: | NEW --- | ||||||
Severity: | Normal | CC: | annevk, karlcow, ntim, webkit-bug-importer | ||||
Priority: | P2 | Keywords: | BrowserCompat, InRadar | ||||
Version: | WebKit Nightly Build | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
URL: | http://wpt.live/html/rendering/non-replaced-elements/form-controls/resets.html | ||||||
Attachments: |
|
Description
Ahmad Saleem
2024-07-06 19:21:11 PDT
Strange - for some reason, it makes following pass as well. wrap-enumerated-ascii-case-insensitive.html Created attachment 471838 [details] test results in safari, firefox, chromering tested in Safari Technology Preview 198 20619.1.20.7 Firefox Nightly 129.0a1 12924.7.4 Google Chrome Canary 128.0.6582.0 6582.0 assert_equals: expected "visible" but got "auto" @http://wpt.live/html/rendering/support/test-ua-stylesheet.js:34:21 @http://wpt.live/resources/testharness.js:2622:30 test@http://wpt.live/resources/testharness.js:633:34 runUAStyleTests@http://wpt.live/html/rendering/support/test-ua-stylesheet.js:33:10 global code@http://wpt.live/html/rendering/non-replaced-elements/form-controls/resets.html:117:17 Asserts run Fail assert_equals("auto", "visible") /html/rendering/support/test-ua-stylesheet.js:34:21 It was added here: https://github.com/WebKit/WebKit/commit/cbc0361bab42fce24473523af0a83c93ba612ce3 33849@main in 2009. |