From f2d8bfe7f9382c0b10affd2d92e65c31f3945529 Mon Sep 17 00:00:00 2001 From: Shubham Gupta Date: Thu, 12 Feb 2026 15:31:37 +0000 Subject: [PATCH] Update WPT test for border-image with svg Signed-off-by: Shubham Gupta --- .../fcp-only/fcp-border-image-with-svg.html | 28 +++++++++++++++++++ ...order-image.html => fcp-border-image.html} | 2 +- 2 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 paint-timing/fcp-only/fcp-border-image-with-svg.html rename paint-timing/fcp-only/{border-image.html => fcp-border-image.html} (93%) diff --git a/paint-timing/fcp-only/fcp-border-image-with-svg.html b/paint-timing/fcp-only/fcp-border-image-with-svg.html new file mode 100644 index 00000000000000..a706bdf950bf52 --- /dev/null +++ b/paint-timing/fcp-only/fcp-border-image-with-svg.html @@ -0,0 +1,28 @@ + + + + + + +
+ + diff --git a/paint-timing/fcp-only/border-image.html b/paint-timing/fcp-only/fcp-border-image.html similarity index 93% rename from paint-timing/fcp-only/border-image.html rename to paint-timing/fcp-only/fcp-border-image.html index 4abccfe8e8fa21..ef3c623a2a51cd 100644 --- a/paint-timing/fcp-only/border-image.html +++ b/paint-timing/fcp-only/fcp-border-image.html @@ -8,7 +8,7 @@ width: 100px; height: 100px; border: 30px solid transparent; - border-image-source: url(../resources/circle.svg); + border-image-source: url(../resources/circles.png); border-image-width: 0px; }