Title: [236467] trunk/LayoutTests/imported/w3c
Revision
236467
Author
commit-qu...@webkit.org
Date
2018-09-25 11:55:24 -0700 (Tue, 25 Sep 2018)

Log Message

Import WPT content hint tests
https://bugs.webkit.org/show_bug.cgi?id=189854

Patch by YUHAN WU <yuhan...@apple.com> on 2018-09-25
Reviewed by Youenn Fablet.

* web-platform-tests/mst-content-hint/idlharness.window-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/imported/w3c/ChangeLog (236466 => 236467)


--- trunk/LayoutTests/imported/w3c/ChangeLog	2018-09-25 18:41:07 UTC (rev 236466)
+++ trunk/LayoutTests/imported/w3c/ChangeLog	2018-09-25 18:55:24 UTC (rev 236467)
@@ -1,3 +1,12 @@
+2018-09-25  YUHAN WU  <yuhan...@apple.com>
+
+        Import WPT content hint tests
+        https://bugs.webkit.org/show_bug.cgi?id=189854
+
+        Reviewed by Youenn Fablet.
+
+        * web-platform-tests/mst-content-hint/idlharness.window-expected.txt: Added.
+
 2018-09-24  Simon Fraser  <simon.fra...@apple.com>
 
         Remove filterRes parameter from SVG filters

Added: trunk/LayoutTests/imported/w3c/web-platform-tests/mst-content-hint/idlharness.window-expected.txt (0 => 236467)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/mst-content-hint/idlharness.window-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/mst-content-hint/idlharness.window-expected.txt	2018-09-25 18:55:24 UTC (rev 236467)
@@ -0,0 +1,30 @@
+
+FAIL idl_test setup promise_test: Unhandled rejection with value: object "Got an error before parsing any named definition: Unrecognised tokens, line 1 (tokens: "{\"error\": {\"message\"")
+[
+    {
+        "type": "{",
+        "value": "{",
+        "trivia": ""
+    },
+    {
+        "type": "string",
+        "value": "\"error\"",
+        "trivia": ""
+    },
+    {
+        "type": ":",
+        "value": ":",
+        "trivia": ""
+    },
+    {
+        "type": "{",
+        "value": "{",
+        "trivia": " "
+    },
+    {
+        "type": "string",
+        "value": "\"message\"",
+        "trivia": ""
+    }
+]"
+
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to