diff options
Diffstat (limited to 'testing/web-platform/meta/html/rendering/dimension-attributes.html.ini')
-rw-r--r-- | testing/web-platform/meta/html/rendering/dimension-attributes.html.ini | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/testing/web-platform/meta/html/rendering/dimension-attributes.html.ini b/testing/web-platform/meta/html/rendering/dimension-attributes.html.ini new file mode 100644 index 0000000000..a8336ada50 --- /dev/null +++ b/testing/web-platform/meta/html/rendering/dimension-attributes.html.ini @@ -0,0 +1,37 @@ +[dimension-attributes.html] + prefs: [dom.picture_source_dimension_attributes.enabled:true] + [<col width="0"> mapping to <col> width property] + expected: FAIL + bug: https://github.com/whatwg/html/issues/4717 + + [<col width="0%"> mapping to <col> width property] + expected: FAIL + bug: https://github.com/whatwg/html/issues/4717 + + [<col width="0px"> mapping to <col> width property] + expected: FAIL + bug: https://github.com/whatwg/html/issues/4717 + + [<table height="0"> mapping to <table> height property] + expected: FAIL + bug: https://github.com/whatwg/html/issues/4715 + + [<table height="0%"> mapping to <table> height property] + expected: FAIL + bug: https://github.com/whatwg/html/issues/4715 + + [<table height="0px"> mapping to <table> height property] + expected: FAIL + bug: https://github.com/whatwg/html/issues/4715 + + [<tr height="0"> mapping to <tr> height property] + expected: FAIL + bug: https://github.com/whatwg/html/issues/4716 + + [<tr height="0%"> mapping to <tr> height property] + expected: FAIL + bug: https://github.com/whatwg/html/issues/4716 + + [<tr height="0px"> mapping to <tr> height property] + expected: FAIL + bug: https://github.com/whatwg/html/issues/4716 |