Title: [191070] trunk/LayoutTests/imported/w3c
Revision
191070
Author
d...@apple.com
Date
2015-10-14 13:52:04 -0700 (Wed, 14 Oct 2015)

Log Message

Update test result for Canvas2DRenderingContext::commit.

* web-platform-tests/html/dom/interfaces-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/imported/w3c/ChangeLog (191069 => 191070)


--- trunk/LayoutTests/imported/w3c/ChangeLog	2015-10-14 20:45:12 UTC (rev 191069)
+++ trunk/LayoutTests/imported/w3c/ChangeLog	2015-10-14 20:52:04 UTC (rev 191070)
@@ -1,3 +1,9 @@
+2015-10-14  Dean Jackson  <d...@apple.com>
+
+        Update test result for Canvas2DRenderingContext::commit.
+
+        * web-platform-tests/html/dom/interfaces-expected.txt:
+
 2015-10-14  Youenn Fablet  <youenn.fab...@crf.canon.fr>
 
         Update web-platform-tests tools to the latest revision

Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt (191069 => 191070)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt	2015-10-14 20:45:12 UTC (rev 191069)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt	2015-10-14 20:52:04 UTC (rev 191070)
@@ -5275,7 +5275,7 @@
 }" did not throw
 FAIL CanvasRenderingContext2D interface: attribute width assert_true: The prototype object must have a property "width" expected true got false
 FAIL CanvasRenderingContext2D interface: attribute height assert_true: The prototype object must have a property "height" expected true got false
-FAIL CanvasRenderingContext2D interface: operation commit() assert_own_property: interface prototype object missing non-static operation expected property "commit" missing
+PASS CanvasRenderingContext2D interface: operation commit()
 PASS CanvasRenderingContext2D interface: operation save() 
 PASS CanvasRenderingContext2D interface: operation restore() 
 FAIL CanvasRenderingContext2D interface: attribute currentTransform assert_true: The prototype object must have a property "currentTransform" expected true got false
@@ -5389,7 +5389,7 @@
 PASS CanvasRenderingContext2D interface: document.createElement("canvas").getContext("2d") must inherit property "canvas" with the proper type (0) 
 FAIL CanvasRenderingContext2D interface: document.createElement("canvas").getContext("2d") must inherit property "width" with the proper type (1) assert_inherits: property "width" not found in prototype chain
 FAIL CanvasRenderingContext2D interface: document.createElement("canvas").getContext("2d") must inherit property "height" with the proper type (2) assert_inherits: property "height" not found in prototype chain
-FAIL CanvasRenderingContext2D interface: document.createElement("canvas").getContext("2d") must inherit property "commit" with the proper type (3) assert_inherits: property "commit" not found in prototype chain
+PASS CanvasRenderingContext2D interface: document.createElement("canvas").getContext("2d") must inherit property "commit" with the proper type (3)
 PASS CanvasRenderingContext2D interface: document.createElement("canvas").getContext("2d") must inherit property "save" with the proper type (4) 
 PASS CanvasRenderingContext2D interface: document.createElement("canvas").getContext("2d") must inherit property "restore" with the proper type (5) 
 FAIL CanvasRenderingContext2D interface: document.createElement("canvas").getContext("2d") must inherit property "currentTransform" with the proper type (6) assert_inherits: property "currentTransform" not found in prototype chain
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to