tor-browser

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

commit f3a022de2244eccfe9b719d89d7ef919892b69eb
parent 48c1e082e4e9f273387a7db044debb3ecbdbbd1a
Author: Jean-Philippe Gravel <jpgravel@chromium.org>
Date:   Mon,  1 Dec 2025 07:22:43 +0000

Bug 2003094 [wpt PR 56340] - Remove superfluous </div> in generated canvas grid test, a=testonly

Automatic update from web-platform-tests
Remove superfluous </div> in generated canvas grid test

Change-Id: Iee2759b254cb8cc8cdc115984d05b73028d211c5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7210976
Commit-Queue: Jean-Philippe Gravel <jpgravel@chromium.org>
Reviewed-by: Andres Ricardo Perez <andresrperez@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1551653}

--

wpt-commits: 8b64a6ac0a6c63c86e8d92dc6dabd9ea96f9fe5d
wpt-pr: 56340

Diffstat:
Mtesting/web-platform/tests/html/canvas/element/layers/2d.layer.malformed-operations-with-promises.html | 1-
Mtesting/web-platform/tests/html/canvas/element/layers/2d.layer.malformed-operations.html | 1-
Mtesting/web-platform/tests/html/canvas/element/text/2d.text.measure.getActualBoundingBox-full-text.tentative.html | 1-
Mtesting/web-platform/tests/html/canvas/element/text/2d.text.measure.getActualBoundingBox.tentative.html | 1-
Mtesting/web-platform/tests/html/canvas/element/text/2d.text.measure.index-from-offset-edges.tentative.html | 1-
Mtesting/web-platform/tests/html/canvas/element/text/2d.text.measure.index-from-offset.tentative.html | 1-
Mtesting/web-platform/tests/html/canvas/element/text/2d.text.measure.selection-rects.tentative.html | 1-
Mtesting/web-platform/tests/html/canvas/tools/templates/testharness_element_grid.html | 1-
8 files changed, 0 insertions(+), 8 deletions(-)

diff --git a/testing/web-platform/tests/html/canvas/element/layers/2d.layer.malformed-operations-with-promises.html b/testing/web-platform/tests/html/canvas/element/layers/2d.layer.malformed-operations-with-promises.html @@ -44,4 +44,3 @@ promise_test(async t => { }, "Throws if toBlob is called while layers are open."); </script> -</div> diff --git a/testing/web-platform/tests/html/canvas/element/layers/2d.layer.malformed-operations.html b/testing/web-platform/tests/html/canvas/element/layers/2d.layer.malformed-operations.html @@ -97,4 +97,3 @@ test(t => { }, "Throws if toDataURL is called while layers are open."); </script> -</div> diff --git a/testing/web-platform/tests/html/canvas/element/text/2d.text.measure.getActualBoundingBox-full-text.tentative.html b/testing/web-platform/tests/html/canvas/element/text/2d.text.measure.getActualBoundingBox-full-text.tentative.html @@ -292,4 +292,3 @@ test(t => { }, "Test TextMetrics::getActualBoundingBox() for the full length of the string for some edge cases, with direction rtl and directional-override"); </script> -</div> diff --git a/testing/web-platform/tests/html/canvas/element/text/2d.text.measure.getActualBoundingBox.tentative.html b/testing/web-platform/tests/html/canvas/element/text/2d.text.measure.getActualBoundingBox.tentative.html @@ -512,4 +512,3 @@ promise_test(async t => { }, "Test TextMetrics::getActualBoundingBox(), with text align right , and 10px letter spacing."); </script> -</div> diff --git a/testing/web-platform/tests/html/canvas/element/text/2d.text.measure.index-from-offset-edges.tentative.html b/testing/web-platform/tests/html/canvas/element/text/2d.text.measure.index-from-offset-edges.tentative.html @@ -732,4 +732,3 @@ test(t => { }, "Check that TextMetrics::getIndexFromOffset() gives correct edges when the requested point is outside the range, with direction rtl and text align end."); </script> -</div> diff --git a/testing/web-platform/tests/html/canvas/element/text/2d.text.measure.index-from-offset.tentative.html b/testing/web-platform/tests/html/canvas/element/text/2d.text.measure.index-from-offset.tentative.html @@ -4552,4 +4552,3 @@ test(t => { }, "Check that TextMetrics::getIndexFromOffset() matches its DOM equivalent, where possible, with direction rtl, text align end, 10px letter spacing and directional-override."); </script> -</div> diff --git a/testing/web-platform/tests/html/canvas/element/text/2d.text.measure.selection-rects.tentative.html b/testing/web-platform/tests/html/canvas/element/text/2d.text.measure.selection-rects.tentative.html @@ -2940,4 +2940,3 @@ test(t => { }, "Check that TextMetrics::getSelectionRects() matches its DOM equivalent, with direction rtl, text align right, 10px letter spacing, and directional-override."); </script> -</div> diff --git a/testing/web-platform/tests/html/canvas/tools/templates/testharness_element_grid.html b/testing/web-platform/tests/html/canvas/tools/templates/testharness_element_grid.html @@ -55,4 +55,3 @@ test(t => { {% endfor %} </script> -</div>