nikolaszimmermann / WebKitIgalia

4 stars 0 forks source link

Extend test coverage from "LayoutTests/svg/[W3C-SVG-1.1 | z-index | compositing]" to all of "LayoutTests/svg" #6

Closed nikolaszimmermann closed 2 years ago

nikolaszimmermann commented 2 years ago

This should test all svg/ tests:

cd /path/to/WebKit/checkout
run-webkit-tests --no-build --additional-platform-directory=$PWD/LayoutTests/platform/mac-monterey-wk2-lbse-text --additional-platform-directory=$PWD/LayoutTests/platform/mac-monterey-wk2-pixel --additional-expectations=$PWD/LayoutTests/platform/mac-monterey-wk2-lbse-text/TestExpectations --pixel-tests --tolerance=0 --internal-feature=LayerBasedSVGEngineEnabled=true svg

Tasks:

Upstreaming:

nikolaszimmermann commented 2 years ago

Done.