blob: a8336ada5001caa38a9453124c0a76df57acb49a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
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
|