diff options
Diffstat (limited to 'testing/web-platform/meta/css/css-text/parsing/white-space-collapse-valid.html.ini')
-rw-r--r-- | testing/web-platform/meta/css/css-text/parsing/white-space-collapse-valid.html.ini | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/testing/web-platform/meta/css/css-text/parsing/white-space-collapse-valid.html.ini b/testing/web-platform/meta/css/css-text/parsing/white-space-collapse-valid.html.ini new file mode 100644 index 0000000000..9c9ea49d3e --- /dev/null +++ b/testing/web-platform/meta/css/css-text/parsing/white-space-collapse-valid.html.ini @@ -0,0 +1,27 @@ +[white-space-collapse-valid.html] + [e.style['white-space-collapse'\] = "collapse" should set the property value] + expected: FAIL + + [e.style['white-space-collapse'\] = "preserve" should set the property value] + expected: FAIL + + [e.style['white-space-collapse'\] = "preserve-breaks" should set the property value] + expected: FAIL + + [e.style['white-space-collapse'\] = "break-spaces" should set the property value] + expected: FAIL + + [e.style['white-space-collapse'\] = "initial" should set the property value] + expected: FAIL + + [e.style['white-space-collapse'\] = "inherit" should set the property value] + expected: FAIL + + [e.style['white-space-collapse'\] = "unset" should set the property value] + expected: FAIL + + [e.style['white-space-collapse'\] = "revert" should set the property value] + expected: FAIL + + [e.style['white-space-collapse'\] = "revert-layer" should set the property value] + expected: FAIL |