Tests: Synchronize imported tests with the WPT repository

This commit is contained in:
Tim Ledbetter
2025-06-21 15:43:33 +01:00
committed by Alexander Kalenik
parent 11e5cd5048
commit 689dff3ee8
Notes: github-actions[bot] 2025-06-22 21:52:43 +00:00
155 changed files with 1485 additions and 750 deletions

View File

@@ -34,6 +34,8 @@ var testContainerHeight = testContainer.getBoundingClientRect().height;
SVGSizing.doCombinationTest(
[["placeholder", [ null ]],
["containerWidthStyle", [null, "400px"]],
["containerHeightStyle", [null, "400px"]],
["svgViewBoxAttr", [ null, "0 0 100 200" ]],
["svgWidthStyle", [ null, "100px", "50%" ]],
["svgHeightStyle", [ null, "100px", "50%" ]],