mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 18:17:22 +02:00
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:
Notes:
github-actions[bot]
2025-07-07 10:54:28 +00:00
Author: https://github.com/tcl3 Commit: https://github.com/LadybirdBrowser/ladybird/commit/6ef96ba1707 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5317
@@ -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>
|
||||
@@ -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 |
Reference in New Issue
Block a user