Tim Flynn

Results 190 comments of Tim Flynn

There's a separate `--pattern` arg for that ```bash » ./Meta/ladybird.py test --pattern URL ninja: no work to do. Internal ctest changing into directory: /home/flynn/workspace/ladybird/Build/release Test project /home/flynn/workspace/ladybird/Build/release Start 131: TestURL...

:man_shrugging: We already got rid of `--target` in favor of a positional arg for API compat, no harm in getting rid of `--pattern`

EDIT: Those check boxes were a little off-center vertically, which is now fixed:

It'd be better to just attach this test case to the issue rather than having it sit in a PR

I would just paste the HTML in separate code blocks, but any of the above is fine.

The OOM issue is in our regex impl. The site has the following regex: ``` ^\?((&?category=[0-9]+)?(&?shippable=1)?(&?ad_type=demand)?(&?page=[0-9]+)?(&?locations=(r|d)_[0-9]+)?)+$ ``` Executed on the string: ``` ?category=54&shippable=1&baby_age=p,0,1,3 ``` This regex spins forever and eats...

> the sneaky need to add `^` when the spec raises a number to a power Just something to consider - the JS specs automatically convert powers to the form...

It seems to be any non-layout-affecting style that cannot be dynamically applied. For example, in the following HTML, the padding is applied, but not the color: ![Image](https://github.com/user-attachments/assets/f20e6178-cc6f-4932-bcac-691ccaadf7de) ```html .styled {...

Did you test this change? It does not fix the issue.