testing/web-platform/meta/css/css-values/ident-function-parsing.html.ini
author Duncan McIntosh <dmcintosh@mozilla.com>
Wed, 09 Jul 2025 19:42:02 +0000 (6 hours ago)
changeset 795924 9ccc6a2267cbf69c621fec973bd28573c2a45a1f
parent 788459 a83d49012077fddaa9db427b877b45eb574f19bb
permissions -rw-r--r--
Bug 1966586 - Reuse other browser windows when opening _blank links in Taskbar Tabs windows. r=nrishel This doesn't affect other tab additions, nor does it stop the tab bar from appearing altogether. The idea is that _if_ another tab is somehow made, the user should see it; but we should not create new tabs if we can avoid it. This also adds tests for opening URIs in popups and taskbar tabs to make it less likely that this breaks in future. Differential Revision: https://phabricator.services.mozilla.com/D253726
[ident-function-parsing.html]
  [e.style['view-transition-name'\] = "ident(myident)" should set the property value]
    expected: FAIL

  [e.style['view-transition-name'\] = "ident( myident)" should set the property value]
    expected: FAIL

  [e.style['view-transition-name'\] = "ident(myident )" should set the property value]
    expected: FAIL

  [e.style['view-transition-name'\] = "ident(\\"myident\\")" should set the property value]
    expected: FAIL

  [e.style['view-transition-name'\] = "ident(\\"myident\\" 3)" should set the property value]
    expected: FAIL

  [e.style['view-transition-name'\] = "ident(3 \\"myident\\")" should set the property value]
    expected: FAIL

  [e.style['view-transition-name'\] = "ident(\\"my\\" \\"ident\\")" should set the property value]
    expected: FAIL

  [e.style['view-transition-name'\] = "ident(my \\"ident\\")" should set the property value]
    expected: FAIL

  [e.style['view-transition-name'\] = "ident(\\"my\\" ident)" should set the property value]
    expected: FAIL

  [e.style['view-transition-name'\] = "ident(my ident)" should set the property value]
    expected: FAIL

  [e.style['view-transition-name'\] = "ident(-- myident)" should set the property value]
    expected: FAIL

  [e.style['view-transition-name'\] = "ident(my 3 3 3 3 ident)" should set the property value]
    expected: FAIL

  [e.style['view-transition-name'\] = "ident(\\"myident\\" 42)" should set the property value]
    expected: FAIL