chromium/third_party/blink/web_tests/external/wpt/css/css-typed-om/the-stylepropertymap/properties/font-presentation-expected.txt

This is a testharness.js-based test.
[FAIL] Can set 'font-presentation' to CSS-wide keywords: initial
  Failed to execute 'set' on 'StylePropertyMap': Invalid propertyName: font-presentation
[FAIL] Can set 'font-presentation' to CSS-wide keywords: inherit
  Failed to execute 'set' on 'StylePropertyMap': Invalid propertyName: font-presentation
[FAIL] Can set 'font-presentation' to CSS-wide keywords: unset
  Failed to execute 'set' on 'StylePropertyMap': Invalid propertyName: font-presentation
[FAIL] Can set 'font-presentation' to CSS-wide keywords: revert
  Failed to execute 'set' on 'StylePropertyMap': Invalid propertyName: font-presentation
[FAIL] Can set 'font-presentation' to var() references:  var(--A)
  Failed to execute 'set' on 'StylePropertyMap': Invalid propertyName: font-presentation
[FAIL] Can set 'font-presentation' to the 'auto' keyword: auto
  Failed to execute 'set' on 'StylePropertyMap': Invalid propertyName: font-presentation
[FAIL] Can set 'font-presentation' to the 'text' keyword: text
  Failed to execute 'set' on 'StylePropertyMap': Invalid propertyName: font-presentation
[FAIL] Can set 'font-presentation' to the 'emoji' keyword: emoji
  Failed to execute 'set' on 'StylePropertyMap': Invalid propertyName: font-presentation
Harness: the test ran to completion.