tor-browser

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

commit a39d67280973db07ab6aa4fabc57e70fa06aaeff
parent 39d7aa22fe0ec26b8097b0650ec0c78f73c93628
Author: Chris Cuellar <58723+ChrisC@users.noreply.github.com>
Date:   Thu, 27 Nov 2025 15:27:25 +0000

Bug 2002137 [wpt PR 56243] - classifies "wbr" web feature, a=testonly

Automatic update from web-platform-tests
maps wbr (#56243)

Feature: <wbr> element
Reference: https://github.com/web-platform-dx/web-features/blob/main/features/wbr.yml

Note: The <wbr> HTML element indicates a location where text can appropriately break to a new line, even when positioned within a word itself.

Classification approach: Searched for "<wbr>" element usage. Found one dedicated test file in the html/semantics/text-level-semantics/the-wbr-element/ directory specifically testing the wbr element's line-breaking behavior.

WEB_FEATURES.yml files created/updated:
✅ html/semantics/text-level-semantics/the-wbr-element/WEB_FEATURES.yml - wbr element test (2 files) - **CREATED**

Tests excluded (35 files):
- css/css-display/ (1 file) - Primary focus: display-contents property
- css/css-multicol/crashtests/ (1 file) - Primary focus: multicol crash test
- css/css-overflow/line-clamp/ (1 file) - Primary focus: line-clamp property
- css/css-text/white-space/ (5 files) - Primary focus: white-space CSS property
- css/css-text/word-break/auto-phrase/ (4 files) - Primary focus: word-break: auto-phrase property
- css/css-text/word-space-transform/ (14 files) - Primary focus: word-space-transform property
- editing/ (6 files) - Primary focus: editing operations, removeformat, caret navigation, void element insertion
- html/semantics/grouping-content/ (1 file) - Primary focus: ol element with list of all HTML elements
- quirks/ (1 file) - Primary focus: quirks mode table cell width calculation
--

wpt-commits: 30eb51b31fe586c1d70697741ff36a786ec1098f
wpt-pr: 56243

Diffstat:
Atesting/web-platform/tests/html/semantics/text-level-semantics/the-wbr-element/WEB_FEATURES.yml | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/testing/web-platform/tests/html/semantics/text-level-semantics/the-wbr-element/WEB_FEATURES.yml b/testing/web-platform/tests/html/semantics/text-level-semantics/the-wbr-element/WEB_FEATURES.yml @@ -0,0 +1,3 @@ +features: +- name: wbr + files: '**'