[writingsuggestions.html] [Test that the writingsuggestions attribute is available on HTMLInputElement.] expected: FAIL [Test that the writingsuggestions attribute is available on HTMLTextAreaElement.] expected: FAIL [Test that the writingsuggestions attribute is available on HTMLDivElement.] expected: FAIL [Test that the writingsuggestions attribute is available on HTMLSpanElement.] expected: FAIL [Test that the writingsuggestions attribute is available on custom elements.] expected: FAIL [Test setting the `writingsuggestions` IDL attribute to `true` directly on the target element.] expected: FAIL [Test setting the `writingsuggestions` content attribute to `true` directly on the target element.] expected: FAIL [Test setting the `writingsuggestions` IDL attribute to boolean `true` directly on the target element.] expected: FAIL [Test setting the `writingsuggestions` content attribute to boolean `true` directly on the target element.] expected: FAIL [Test setting the `writingsuggestions` IDL attribute to `TrUe` directly on the target element.] expected: FAIL [Test setting the `writingsuggestions` content attribute to `TrUe` directly on the target element.] expected: FAIL [Test setting the `writingsuggestions` IDL attribute to `false` directly on the target element.] expected: FAIL [Test setting the `writingsuggestions` content attribute to `false` directly on the target element.] expected: FAIL [Test setting the `writingsuggestions` IDL attribute to boolean `false` directly on the target element.] expected: FAIL [Test setting the `writingsuggestions` content attribute to boolean `false` directly on the target element.] expected: FAIL [Test setting the `writingsuggestions` IDL attribute to `FaLsE` directly on the target element.] expected: FAIL [Test setting the `writingsuggestions` content attribute to `FaLsE` directly on the target element.] expected: FAIL [Test setting the `writingsuggestions` IDL attribute to the empty string directly on the target element.] expected: FAIL [Test setting the `writingsuggestions` content attribute to the empty string directly on the target element.] expected: FAIL [Test setting the `writingsuggestions` IDL attribute to an invalid value directly on the target element.] expected: FAIL [Test setting the `writingsuggestions` content attribute to an invalid value directly on the target element.] expected: FAIL [Test the writing suggestions state when the `writingsuggestions` attribute is missing.] expected: FAIL [Test setting the `writingsuggestions` content attribute to `false` after the IDL attribute was set to `true`.] expected: FAIL [Test setting the `writingsuggestions` content attribute to `FaLsE` after the IDL attribute was set to `true`.] expected: FAIL [Test setting the `writingsuggestions` content attribute to boolean `false` after the IDL attribute was set to `true`.] expected: FAIL [Test setting the `writingsuggestions` content attribute to `true` after the IDL attribute was set to `false`.] expected: FAIL [Test setting the `writingsuggestions` content attribute to the empty string after the IDL attribute was set to `false`.] expected: FAIL [Test setting the `writingsuggestions` content attribute to an invalid value after the IDL attribute was set to `false`.] expected: FAIL [Test setting the `writingsuggestions` content attribute to `TrUe` after the IDL attribute was set to `false`.] expected: FAIL [Test setting the `writingsuggestions` content attribute to boolean `true` after the IDL attribute was set to `false`.] expected: FAIL [Test setting the `writingsuggestions` attribute with a missing value directly on the target element.] expected: FAIL [Test setting the `writingsuggestions` attribute to "true" on a parent element.] expected: FAIL [Test setting the `writingsuggestions` attribute to an empty string on a parent element.] expected: FAIL [Test setting the `writingsuggestions` attribute to "false" on a parent element.] expected: FAIL [Test setting the `writingsuggestions` attribute to an invalid value on a parent element.] expected: FAIL [Test overriding the parent element's `writingsuggestions` attribute from "true" to "false".] expected: FAIL [Test overriding the parent element's `writingsuggestions` attribute from the empty string to "false".] expected: FAIL [Test overriding the parent element's `writingsuggestions` attribute from "false" to "true".] expected: FAIL [Test overriding the parent element's `writingsuggestions` attribute from "false" to an invalid value.] expected: FAIL [Test overriding the parent element's `writingsuggestions` attribute from "false" to the empty string.] expected: FAIL [Test turning off writing suggestions for an entire document.] expected: FAIL [Test overriding a non-parent ancestor element's `writingsuggestions` attribute on an input element from "false" to "true".] expected: FAIL [Test overriding a non-parent ancestor element's `writingsuggestions` attribute on a textarea element from "false" to "true".] expected: FAIL [Test overriding a non-parent ancestor element's `writingsuggestions` attribute on a div element from "false" to "true".] expected: FAIL [Test overriding a non-parent ancestor element's `writingsuggestions` attribute on a span element from "false" to "true".] expected: FAIL [Test overriding a non-parent ancestor element's `writingsuggestions` attribute on an input element from "false" to the empty string.] expected: FAIL [Test overriding a non-parent ancestor element's `writingsuggestions` attribute on a textarea element from "false" to the empty string.] expected: FAIL [Test overriding a non-parent ancestor element's `writingsuggestions` attribute on a div element from "false" to the empty string.] expected: FAIL [Test overriding a non-parent ancestor element's `writingsuggestions` attribute on a span element from "false" to the empty string.] expected: FAIL [Test overriding a non-parent ancestor element's `writingsuggestions` attribute on an input element from "false" to an invalid value.] expected: FAIL [Test overriding a non-parent ancestor element's `writingsuggestions` attribute on a textarea element from "false" to an invalid value.] expected: FAIL [Test overriding a non-parent ancestor element's `writingsuggestions` attribute on a div element from "false" to an invalid value.] expected: FAIL [Test overriding a non-parent ancestor element's `writingsuggestions` attribute on a span element from "false" to an invalid value.] expected: FAIL [Test overriding a non-parent ancestor element's `writingsuggestions` attribute on an input element from "true" to "false".] expected: FAIL [Test overriding a non-parent ancestor element's `writingsuggestions` attribute on a textarea element from "true" to "false".] expected: FAIL [Test overriding a non-parent ancestor element's `writingsuggestions` attribute on a div element from "true" to "false".] expected: FAIL [Test overriding a non-parent ancestor element's `writingsuggestions` attribute on a span element from "true" to "false".] expected: FAIL [Test overriding a non-parent ancestor element's `writingsuggestions` attribute on an input element from the empty string to "false".] expected: FAIL [Test overriding a non-parent ancestor element's `writingsuggestions` attribute on a textarea element from the empty string to "false".] expected: FAIL [Test overriding a non-parent ancestor element's `writingsuggestions` attribute on a div element from the empty string to "false".] expected: FAIL [Test overriding a non-parent ancestor element's `writingsuggestions` attribute on a span element from the empty string to "false".] expected: FAIL [Test that for continuous text on the screen, writing suggestions may be allowed in one part but not another.] expected: FAIL [Test that the writingsuggestions attribute is available on an input type which the attribute doesn't apply. The User Agent is responsible that writing suggestions are not applied to the element.] expected: FAIL [Test that the writingsuggestions attribute is available on a disabled element. The User Agent is responsible that writing suggestions are not applied to the element.] expected: FAIL [Test overriding a non-parent ancestor element's `writingsuggestions` attribute on an input type which the attribute doesn't apply from "false" to "true". The User Agent is responsible that writing suggestions are not applied to the element] expected: FAIL [Test overriding a non-parent ancestor element's `writingsuggestions` attribute on a disabled textarea element from "false" to "true". The User Agent is responsible that writing suggestions are not applied to the element] expected: FAIL [Test overriding a non-parent ancestor element's `writingsuggestions` attribute on an input type which the attribute doesn't apply from "false" to the empty string. The User Agent is responsible that writing suggestions are not applied to the element.] expected: FAIL [Test overriding a non-parent ancestor element's `writingsuggestions` attribute on a disabled textarea element from "false" to the empty string. The User Agent is responsible that writing suggestions are not applied to the element.] expected: FAIL [Test overriding a non-parent ancestor element's `writingsuggestions` attribute on an input type which the attribute doesn't apply from "false" to an invalid value. The User Agent is responsible that writing suggestions are not applied to the element.] expected: FAIL [Test overriding a non-parent ancestor element's `writingsuggestions` attribute on a disabled textarea element from "false" to an invalid value. The User Agent is responsible that writing suggestions are not applied to the element.] expected: FAIL [Test overriding a non-parent ancestor element's `writingsuggestions` attribute on an input type which the attribute doesn't apply from "true" to "false". The User Agent is responsible that writing suggestions are not applied to the element.] expected: FAIL [Test overriding a non-parent ancestor element's `writingsuggestions` attribute on a disabled textarea element from "true" to "false". The User Agent is responsible that writing suggestions are not applied to the element.] expected: FAIL [Test overriding a non-parent ancestor element's `writingsuggestions` attribute on an input type which the attribute doesn't apply from the empty string to "false". The User Agent is responsible that writing suggestions are not applied to the element.] expected: FAIL [Test overriding a non-parent ancestor element's `writingsuggestions` attribute on a disabled textarea element from the empty string to "false". The User Agent is responsible that writing suggestions are not applied to the element.] expected: FAIL