There was an error while loading. Please reload this page.
1 parent 9b51e5a commit e82ccdcCopy full SHA for e82ccdc
integration_tests/specs/css/css-grid/hit-test.ts
@@ -1,4 +1,4 @@
1
-fdescribe('CSS Grid hit testing', () => {
+describe('CSS Grid hit testing', () => {
2
it('returns the expected grid item from document.elementFromPoint', async () => {
3
const grid = document.createElement('div');
4
grid.style.display = 'grid';
0 commit comments