From c59ee57b5d1ad0d6c2c6db10e15e3c53d243d0f2 Mon Sep 17 00:00:00 2001 From: Euclid Ye Date: Mon, 4 Aug 2025 16:12:50 +0800 Subject: [PATCH] webdriver: Improve "element click" by using container + Upgrade outdated test (#38436) - According to [spec](https://w3c.github.io/webdriver/#ref-for-dfn-in-view-3), we should use container instead of element itself to determine "in-view". - Updated `test_element_intercepted_no_pointer_events` in `element_click/interactability.py` to expect "element not interactable". This was outdated with spec as original test was written 7 years ago https://github.com/web-platform-tests/wpt/pull/11453. Testing: new passing cases for `