tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit db093011f0f63fb9f8616fbe65e97919cf2f919f
parent 150c4fdbe49a8195d83185a339a7c1b7d0108347
Author: moz-wptsync-bot <wptsync@mozilla.com>
Date:   Tue, 18 Nov 2025 15:21:01 +0000

Bug 1998582 [wpt PR 55887] - Update wpt metadata, a=testonly

wpt-pr: 55887
wpt-type: metadata

Diffstat:
Atesting/web-platform/meta/html/dom/partial-updates/tentative/stream-append-html-unsafe.html.ini | 39+++++++++++++++++++++++++++++++++++++++
Atesting/web-platform/meta/html/dom/partial-updates/tentative/stream-append-with-template-contentmethod.html.ini | 3+++
Atesting/web-platform/meta/html/dom/partial-updates/tentative/template-contentmethod-append-text-and-element.html.ini | 3+++
Atesting/web-platform/meta/html/dom/partial-updates/tentative/template-contentmethod-supersedes-invalid-shadowrootmode.html.ini | 3+++
4 files changed, 48 insertions(+), 0 deletions(-)

diff --git a/testing/web-platform/meta/html/dom/partial-updates/tentative/stream-append-html-unsafe.html.ini b/testing/web-platform/meta/html/dom/partial-updates/tentative/stream-append-html-unsafe.html.ini @@ -0,0 +1,39 @@ +[stream-append-html-unsafe.html] + [piping a response into streamAppendHTMLUnsafe()] + expected: FAIL + + [writing a string to streamAppendHTMLUnsafe()] + expected: FAIL + + [streamAppendHTMLUnsafe() does not buffer until close()] + expected: FAIL + + [writing a Symbol to streamAppendHTMLUnsafe()] + expected: FAIL + + [writing numbers to streamAppendHTMLUnsafe()] + expected: FAIL + + [writing null or undefined to streamAppendHTMLUnsafe()] + expected: FAIL + + [streamAppendHTMLUnsafe() can stream into <style>] + expected: FAIL + + [Aborting streamAppendHTMLUnsafe()] + expected: FAIL + + [Interleaved streamAppendHTMLUnsafe() writes] + expected: FAIL + + [streamAppendHTMLUnsafe into a ShadowRoot] + expected: FAIL + + [streamAppendHTMLUnsafe into a template] + expected: FAIL + + [streamAppendHTMLUnsafe should execute scripts when connected] + expected: FAIL + + [streamAppendHTMLUnsafe should not execute scripts when disconnected] + expected: FAIL diff --git a/testing/web-platform/meta/html/dom/partial-updates/tentative/stream-append-with-template-contentmethod.html.ini b/testing/web-platform/meta/html/dom/partial-updates/tentative/stream-append-with-template-contentmethod.html.ini @@ -0,0 +1,3 @@ +[stream-append-with-template-contentmethod.html] + [streamHTML methods can apply template with contentmethod] + expected: FAIL diff --git a/testing/web-platform/meta/html/dom/partial-updates/tentative/template-contentmethod-append-text-and-element.html.ini b/testing/web-platform/meta/html/dom/partial-updates/tentative/template-contentmethod-append-text-and-element.html.ini @@ -0,0 +1,3 @@ +[template-contentmethod-append-text-and-element.html] + [<template contentmethod=append> with text] + expected: FAIL diff --git a/testing/web-platform/meta/html/dom/partial-updates/tentative/template-contentmethod-supersedes-invalid-shadowrootmode.html.ini b/testing/web-platform/meta/html/dom/partial-updates/tentative/template-contentmethod-supersedes-invalid-shadowrootmode.html.ini @@ -0,0 +1,3 @@ +[template-contentmethod-supersedes-invalid-shadowrootmode.html] + [HTML partial updates: invalid shadowrootmode superseded by contentmethod] + expected: FAIL