Title: [191074] trunk/LayoutTests/imported/w3c
Revision
191074
Author
commit-qu...@webkit.org
Date
2015-10-14 16:19:20 -0700 (Wed, 14 Oct 2015)

Log Message

Fixing expectations for imported/w3c/web-platform-tests/html/dom/interfaces.html
https://bugs.webkit.org/show_bug.cgi?id=150144.

Patch by Ryan Haddad <ryanhad...@apple.com> on 2015-10-14
Reviewed by Dean Jackson.

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

Modified Paths

Diff

Modified: trunk/LayoutTests/imported/w3c/ChangeLog (191073 => 191074)


--- trunk/LayoutTests/imported/w3c/ChangeLog	2015-10-14 22:51:42 UTC (rev 191073)
+++ trunk/LayoutTests/imported/w3c/ChangeLog	2015-10-14 23:19:20 UTC (rev 191074)
@@ -1,3 +1,12 @@
+2015-10-14  Ryan Haddad  <ryanhad...@apple.com>
+
+        Fixing expectations for imported/w3c/web-platform-tests/html/dom/interfaces.html
+        https://bugs.webkit.org/show_bug.cgi?id=150144.
+
+        Reviewed by Dean Jackson.
+
+        * web-platform-tests/html/dom/interfaces-expected.txt:
+
 2015-10-14  Dean Jackson  <d...@apple.com>
 
         Update test result for Canvas2DRenderingContext::commit.

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


--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt	2015-10-14 22:51:42 UTC (rev 191073)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt	2015-10-14 23:19:20 UTC (rev 191074)
@@ -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
-PASS CanvasRenderingContext2D interface: operation commit()
+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
-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 "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