-
Add solution of Weekly Contest 2024.
How to Contribute:
Fork the Repository: Create a copy of the repo under your GitHub account and ⭐ star the repo to show your support!
Find the Issue: Browse t…
-
### Description
poor copy paste
### (Optional:) Please add any files, screenshots, or other information here.
_No response_
### (Required) What is this issue most closely related to? Select one.
…
-
With some element queries for fun.
https://codepen.io/pkra/pen/mLorOx
-
```
▶ Unexpected subtest result in /css/cssom-view/elementsFromPoint-invalid-cases.html:
└ PASS [expected FAIL] The root element is the last element returned for otherwise empty queries within t…
-
### Describe the bug
Since Robolectric 4.7, there have been major updates and improvements including:
- Native support for M1 Macs
- Native support for ShadowSql for both M1 Macs and Linux.
- Im…
-
### Bug Report
When I change the configuration from `QUERY_STRINGS_DO_NOT_CACHE_URLS` to `QUERY_STRINGS_CACHE_URLS_AS_UNIQUE_PAGES` it generates.
[LocalGenerator](https://github.com/putyourlightso…
-
## Log
```
Chrome Headless 111.0.5563.146 (Linux x86_64) Beam Jobs Tab Component should show the job output FAILED
Error: Failed to find element matching one of the following queries:
(MatDial…
-
There was very recently a spec change from `contain` to `container`.
https://drafts.csswg.org/css-contain-3/#container-queries.
Change this:
```
.element {
contain: layout inline-size;…
-
(Edit: This is now a feature request, not a failure - see comment chain)
Schema generation fails, when inside a JsonContent element.
Steps to reproduce:
With composer.json containing ` "z…
-
```js
import { render, getByText } from '@testing-library/react';
import React from 'react';
render(some text);
getByText(document.body, 'some text');
```
=> `testing-library/prefer-screen…