Bug 240638

Summary: "-webkit-box-reflect" does not work on textarea
Product: WebKit Reporter: Chijin <tlock.chijin>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Critical CC: ahmad.saleem792, akeerthi, bfulgham, simon.fraser, webkit-bug-importer, zalan
Priority: P2 Keywords: InRadar
Version: Safari 15   
Hardware: All   
OS: All   
See Also: https://bugs.webkit.org/show_bug.cgi?id=240455
Attachments:
Description Flags
webkit screenshot
none
chrome screenshot none

Description Chijin 2022-05-19 03:14:35 PDT
Created attachment 459577 [details]
webkit screenshot

reprodiciable example: https://codepen.io/chijinz/pen/eYVWrpd

code:
```
<html>
<head>
<style>
</style>
<script>
function jsfuzzer() {
document.getElementById("htmlvar00005").style["-webkit-box-reflect"] = "right"
}
</script>
</head>
<body onload=jsfuzzer()>
<textarea id="htmlvar00005">2(cag)6(Dssadalala</textarea>
</body>
</html>

```

version: all webkit products (including Safari)

description:

The textarea element does not have reflect even though the "-webkit-box-reflect" is set. Chrome works fine with it.
Comment 1 Chijin 2022-05-19 03:14:47 PDT
Created attachment 459578 [details]
chrome screenshot
Comment 2 Radar WebKit Bug Importer 2022-05-26 03:15:13 PDT
<rdar://problem/93960622>
Comment 3 Ahmad Saleem 2023-09-10 04:14:24 PDT
I am able to reproduce this bug in WebKit ToT (267839@main) as well.