@@ -123,76 +123,56 @@ page/elementhandle-screenshot.spec.ts › element screenshot › should not issu
123123page/locator-misc-1.spec.ts › should focus and blur a button [fail]
124124
125125# ============================================================================
126- # execution-context-destroyed (65 tests)
127- # Cross-navigation handle invalidation is racy on stock RDP — execution
128- # contexts are reported destroyed before our frame manager learns about the
129- # navigation. Needs proper Runtime.executionContextsCleared wiring in wvPage.
130- # ============================================================================
131- page/elementhandle-convenience.spec.ts › innerHTML should work [fail]
132- page/elementhandle-convenience.spec.ts › innerText should work [fail]
133- page/elementhandle-convenience.spec.ts › textContent should work [fail]
134- page/elementhandle-misc.spec.ts › should fill input when Node is removed [fail]
135- page/elementhandle-misc.spec.ts › should select single option [fail]
136- page/elementhandle-press.spec.ts › should not modify selection when focused [fail]
137- page/elementhandle-query-selector.spec.ts › should query existing element [fail]
138- page/elementhandle-select-text.spec.ts › should select input [fail]
139- page/elementhandle-select-text.spec.ts › should select textarea [fail]
140- page/elementhandle-type.spec.ts › should not modify selection when focused [fail]
141- page/elementhandle-wait-for-element-state.spec.ts › should wait for stable position [fail]
126+ # service-worker (2 tests)
127+ # Service-worker request interception/reporting is unsupported on the stock
128+ # WebView backend; routing a request through a service worker tears down the
129+ # session ('Target closed').
130+ # ============================================================================
142131page/interception.spec.ts › should intercept after a service worker [fail]
143- page/locator-click.spec.ts › should double click the button [fail]
144- page/locator-element-handle.spec.ts › xpath should query existing element [fail]
145- page/locator-list.spec.ts › locator.all should work [fail]
146- page/locator-misc-2.spec.ts › should select textarea [fail]
147- page/network-post-data.spec.ts › should return post data for PUT requests [fail]
148- page/network-post-data.spec.ts › should return post data w/o content-type @smoke [fail]
149- page/page-add-init-script.spec.ts › should support multiple scripts [fail]
150- page/page-add-locator-handler.spec.ts › should not work with force:true [fail]
151- page/page-add-locator-handler.spec.ts › should work › mouseover 1 times [fail]
152- page/page-add-script-tag.spec.ts › should work with a content and type=module [fail]
153- page/page-add-style-tag.spec.ts › should include sourceURL when path is provided [fail]
154- page/page-aria-snapshot.spec.ts › should include pseudo codepoints [fail]
132+ page/page-event-request.spec.ts › should report requests and responses handled by service worker with routing [fail]
133+
134+ # ============================================================================
135+ # out-of-process-iframe (1 test)
136+ # iOS 26 site-isolates frames into their own targets, which wvPage does not
137+ # attach — it drives the page through the top-level page target only. Actions
138+ # that must reach inside a cross-origin iframe therefore time out.
139+ # ============================================================================
155140page/page-click-scroll.spec.ts › should scroll into view element in iframe [fail]
156- page/page-click.spec.ts › should click on checkbox label and toggle [fail]
157- page/page-click.spec.ts › should click the button after navigation [fail]
158- page/page-click.spec.ts › should fail when element detaches after animation [fail]
159- page/page-click.spec.ts › should not wait with force [fail]
160- page/page-click.spec.ts › should report nice error when element is detached and force-clicked [fail]
161- page/page-click.spec.ts › should waitFor display:none to be gone [fail]
162- page/page-click.spec.ts › should waitFor visibility:hidden to be gone [fail]
163- page/page-click.spec.ts › should waitFor visible when parent is hidden [fail]
141+
142+ # ============================================================================
143+ # native-drag-and-drop (1 test)
144+ # Synthetic mouse events cannot drive WebKit's native HTML5 drag controller, so
145+ # dragstart/dragenter/dragover/drop are never produced for draggable elements.
146+ # ============================================================================
164147page/page-drag.spec.ts › Drag and drop › should send the right events [fail]
165- page/page-evaluate.spec.ts › should work with overridden globalThis.Window/Document/Node › () => globalThis.Window = null [fail]
166- page/page-evaluate.spec.ts › should work with overridden globalThis.Window/Document/Node › () => globalThis.Window = {} [fail]
167- page/page-event-request.spec.ts › should report requests and responses handled by service worker with routing [fail]
168- page/page-event-request.spec.ts › should return last requests [fail]
169- page/page-fill.spec.ts › input event.composed should be true and cross shadow dom boundary - color [fail]
170- page/page-fill.spec.ts › should fill different input types [fail]
171- page/page-fill.spec.ts › should retry on disabled element [fail]
172- page/page-fill.spec.ts › should retry on invisible element [fail]
173- page/page-fill.spec.ts › should retry on readonly element [fail]
174- page/page-fill.spec.ts › should throw on unsupported inputs [fail]
175- page/page-history.spec.ts › page.reload should not resolve with same-document navigation [fail]
176- page/page-keyboard.spec.ts › insertText should only emit input event [fail]
177- page/page-keyboard.spec.ts › should have correct Keydown/Keyup order when pressing Escape key [fail]
178- page/page-keyboard.spec.ts › should report multiple modifiers [fail]
179- page/page-keyboard.spec.ts › should report shiftKey [fail]
180- page/page-keyboard.spec.ts › should specify location [fail]
181- page/page-mouse.spec.ts › should set modifier keys on click [fail]
182- page/page-network-request.spec.ts › should parse the json post data [fail]
183- page/page-route.spec.ts › should intercept when postData is more than 1MB [fail]
184- page/page-route.spec.ts › should pause intercepted fetch request until continue [fail]
148+
149+ # ============================================================================
150+ # screenshot-animations (4 tests)
151+ # screenshot({ animations: 'disabled' }) cannot freeze or advance animations
152+ # over the stock RDP (no Playwright screenshot patches), so animation-sensitive
153+ # screenshot comparisons differ.
154+ # ============================================================================
185155page/page-screenshot.spec.ts › page screenshot animations › should capture screenshots after layoutchanges in transitionend event › make sure transition is actually running [fail]
186156page/page-screenshot.spec.ts › page screenshot animations › should fire transitionend for finite transitions › make sure transition is actually running [fail]
187157page/page-screenshot.spec.ts › page screenshot animations › should not capture css animations in shadow DOM [fail]
188158page/page-screenshot.spec.ts › page screenshot animations › should not capture pseudo element css animation [fail]
189- page/page-screenshot.spec.ts › page screenshot animations › should not change animation with playbackRate equal to 0 [fail]
190- page/page-screenshot.spec.ts › page screenshot animations › should resume infinite animations [fail]
191- page/page-select-option.spec.ts › should wait for multiple options to be present [fail]
192- page/page-select-option.spec.ts › should wait for option index to be present [fail]
193- page/page-wait-for-selector-1.spec.ts › should report logs while waiting for hidden [fail]
194- page/retarget.spec.ts › input value retargeting › "label" in "<label >Text <input id=target></label>" input value [fail]
195- page/selectors-css.spec.ts › should work for open shadow roots [fail]
159+
160+ # ============================================================================
161+ # network-request-tracking (1 test)
162+ # Rapidly-issued requests are occasionally dropped from the page's request log
163+ # on the stock RDP, so the full ordered list comes back incomplete.
164+ # ============================================================================
165+ page/page-event-request.spec.ts › should return last requests [fail]
166+
167+ # ============================================================================
168+ # redirect-interception (3 tests)
169+ # Request interception across HTTP redirects is incomplete on the stock WebView
170+ # backend — redirected (and redirected subresource) requests are not surfaced
171+ # to the route handler, and the final navigation response comes back null.
172+ # ============================================================================
173+ page/page-route.spec.ts › should not work with redirects [fail]
174+ page/page-route.spec.ts › should chain fallback w/ dynamic URL [fail]
175+ page/page-route.spec.ts › should work with redirects for subresources [fail]
196176
197177# ============================================================================
198178# element-not-attached (11 tests)
0 commit comments