diff options
Diffstat (limited to 'testing/web-platform/meta/css/css-position/overlay/overlay-valid.html.ini')
-rw-r--r-- | testing/web-platform/meta/css/css-position/overlay/overlay-valid.html.ini | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/testing/web-platform/meta/css/css-position/overlay/overlay-valid.html.ini b/testing/web-platform/meta/css/css-position/overlay/overlay-valid.html.ini new file mode 100644 index 0000000000..5c27614af3 --- /dev/null +++ b/testing/web-platform/meta/css/css-position/overlay/overlay-valid.html.ini @@ -0,0 +1,18 @@ +[overlay-valid.html] + [e.style['overlay'\] = "none" should set the property value] + expected: FAIL + + [e.style['overlay'\] = "auto" should set the property value] + expected: FAIL + + [e.style['overlay'\] = "inherit" should set the property value] + expected: FAIL + + [e.style['overlay'\] = "initial" should set the property value] + expected: FAIL + + [e.style['overlay'\] = "revert" should set the property value] + expected: FAIL + + [e.style['overlay'\] = "unset" should set the property value] + expected: FAIL |