Ahmed Yasin Koculu

Results 5 issues of Ahmed Yasin Koculu

**Is your feature request related to a problem? Please describe.** .cshtml files layout pages definitions are enforced to be rooted per site root. For file system configuration, the basic relative...

enhancement
discussion

### System info - Playwright Version: [v1.34.3] - Operating System: [Windows 11] - Browser: [MS Edge 113.0.1774.57] - Other info: ### Source code Using powershell start MS Edge with remote...

browser-chromium
upstream

**Describe the bug** CSS escaped attribute name selectors throws invalid selector error. attribute names starting with ':' is very common and it should be escaped to '\\:' in queries. **To...

bug

**To Reproduce** CSS.escape(':src') **Expected** `\\:src` **Actual** `\:src`

**To Reproduce** cssesc(':src') **Expected** `\\:src` **Actual** `\:src` Note: The same issue is also reproducible in CSS.escape project.