Revert "Tests: Replace background-near-zero-svg test with WPT import"

The unmodified test is flaky on CI.

This reverts commit 8fce09f521.
This commit is contained in:
Tim Ledbetter
2025-07-05 23:23:47 +01:00
committed by Tim Flynn
parent e6235210ff
commit 6ef96ba170
Notes: github-actions[bot] 2025-07-07 10:54:28 +00:00
4 changed files with 7 additions and 10 deletions

View File

@@ -1,8 +0,0 @@
<!DOCTYPE html>
<title>SVG background with near-zero background-size</title>
<link rel="help" href="https://drafts.csswg.org/css-backgrounds-3/#background-size">
<link rel="help" href="https://drafts.csswg.org/css-backgrounds-3/#background-image">
<link rel="match" href="../../../../../expected/wpt-import/css/css-backgrounds/background-size/reference/background-size-near-zero-ref.html">
<div style="background-image: url(support/50x50-green.svg);
width: 100px; height: 100px; background-size: 0.2px 0.2px">
</div>

View File

@@ -1,3 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50">
<rect fill="green" width="50" height="50"/>
</svg>

Before

Width:  |  Height:  |  Size: 116 B