Issue #2316 - Part 2: Add reftests

This commit is contained in:
Moonchild 2023-09-26 15:15:45 +02:00 committed by roytam1
commit 30f7b3284c
8 changed files with 209 additions and 0 deletions

View file

@ -310,3 +310,8 @@ skip == dynamic--inline-resize-window-width.xhtml pass.svg # Fails way too mu
fails random-if(Android) == dynamic--object-svg-unloaded.xhtml pass.svg
# == dynamic--object--auto-auto--pct-px.html
# Note: Other web rendering engines do no not pass the following tests due
# due to differences in surface calculations.
== canvas-drawImage-no-width-or-height.html canvas-drawImage-no-width-or-height-ref.html
== canvas-drawImage-width-with-no-height.html canvas-drawImage-width-with-no-height-ref.html
== canvas-drawImage-height-with-no-width.html canvas-drawImage-height-with-no-width-ref.html