Source code
Revision control
Copy as Markdown
Other Tools
[random-item-serialize.html]
[e.style['font-family'\] = "random-item(auto, serif, sans-serif)" should set the property value]
expected: FAIL
[e.style['font-family'\] = "random-item(--x, serif, sans-serif)" should set the property value]
expected: FAIL
[e.style['font-family'\] = "random-item(element-scoped, serif, sans-serif)" should set the property value]
expected: FAIL
[e.style['font-family'\] = "random-item(--x element-scoped, serif, sans-serif)" should set the property value]
expected: FAIL
[e.style['font-family'\] = "random-item(element-scoped --x, serif, sans-serif)" should set the property value]
expected: FAIL
[e.style['font-family'\] = "random-item(fixed 0, serif, sans-serif)" should set the property value]
expected: FAIL
[e.style['font-family'\] = "random-item(fixed 0.5, serif, sans-serif)" should set the property value]
expected: FAIL
[e.style['font-family'\] = "random-item(fixed 1, serif, sans-serif)" should set the property value]
expected: FAIL
[e.style['font-family'\] = "random-item(auto, serif)" should set the property value]
expected: FAIL
[e.style['font-family'\] = "random-item(auto, {Times, serif}, {Arial, sans-serif})" should set the property value]
expected: FAIL
[e.style['font-family'\] = "random-item(auto, {Times, serif}, sans-serif, {monospace})" should set the property value]
expected: FAIL
[e.style['font-family'\] = "random-item(auto, { Times, serif }, { Arial, sans-serif })" should set the property value]
expected: FAIL
[e.style['color'\] = "random-item(auto, red, green, blue)" should set the property value]
expected: FAIL
[e.style['width'\] = "random-item(auto, 1px, 2px, 3px)" should set the property value]
expected: FAIL