Bug 193517 - [GTK][WPE] imported/w3c/web-platform-tests/css/css-properties-values-api/typedom.tentative.html fails different than multiplatform
Summary: [GTK][WPE] imported/w3c/web-platform-tests/css/css-properties-values-api/type...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-01-16 16:12 PST by Alicia Boya García
Modified: 2019-10-31 05:35 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alicia Boya García 2019-01-16 16:12:39 PST
imported/w3c/web-platform-tests/css/css-properties-values-api/typedom.tentative.html

(Since long ago, probably since the beginning)

--- /home/slave/webkitgtk/gtk-linux-64-debug-tests/build/layout-test-results/imported/w3c/web-platform-tests/css/css-properties-values-api/typedom.tentative-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-debug-tests/build/layout-test-results/imported/w3c/web-platform-tests/css/css-properties-values-api/typedom.tentative-actual.txt
@@ -1,6 +1,6 @@
-CONSOLE MESSAGE: line 38: TypeError: target.attributeStyleMap.clear is not a function. (In 'target.attributeStyleMap.clear()', 'target.attributeStyleMap.clear' is undefined)
+CONSOLE MESSAGE: line 38: TypeError: undefined is not an object (evaluating 'target.attributeStyleMap.clear')
 
-Harness Error (FAIL), message = TypeError: target.attributeStyleMap.clear is not a function. (In 'target.attributeStyleMap.clear()', 'target.attributeStyleMap.clear' is undefined)
+Harness Error (FAIL), message = TypeError: undefined is not an object (evaluating 'target.attributeStyleMap.clear')
 
 FAIL Computed * is reified as CSSUnparsedValue target.computedStyleMap is not a function. (In 'target.computedStyleMap()', 'target.computedStyleMap' is undefined)
Comment 1 Miguel Gomez 2019-10-31 05:35:59 PDT
This is passing since r251656. Closing bug and updating expectations.