Title: [134517] trunk/LayoutTests
Revision
134517
Author
commit-qu...@webkit.org
Date
2012-11-13 18:53:24 -0800 (Tue, 13 Nov 2012)

Log Message

[EFL] Add new baselines after r134435
https://bugs.webkit.org/show_bug.cgi?id=102125

Unreviewed gardening.

Patch by Thiago Marcos P. Santos <thiago.san...@intel.com> on 2012-11-13

* platform/efl-wk1/dom/xhtml/level3/core/documentnormalizedocument10-expected.txt: Added.
* platform/efl-wk1/fast/dom/DOMException/prototype-object-expected.txt: Added.
* platform/efl-wk1/fast/dom/DOMException/stack-trace-expected.txt: Added.
* platform/efl-wk2/dom/xhtml/level3/core/documentnormalizedocument10-expected.txt: Added.
* platform/efl-wk2/fast/dom/DOMException/prototype-object-expected.txt: Added.
* platform/efl-wk2/fast/dom/DOMException/stack-trace-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (134516 => 134517)


--- trunk/LayoutTests/ChangeLog	2012-11-14 02:45:56 UTC (rev 134516)
+++ trunk/LayoutTests/ChangeLog	2012-11-14 02:53:24 UTC (rev 134517)
@@ -1,3 +1,17 @@
+2012-11-13  Thiago Marcos P. Santos  <thiago.san...@intel.com>
+
+        [EFL] Add new baselines after r134435
+        https://bugs.webkit.org/show_bug.cgi?id=102125
+
+        Unreviewed gardening.
+
+        * platform/efl-wk1/dom/xhtml/level3/core/documentnormalizedocument10-expected.txt: Added.
+        * platform/efl-wk1/fast/dom/DOMException/prototype-object-expected.txt: Added.
+        * platform/efl-wk1/fast/dom/DOMException/stack-trace-expected.txt: Added.
+        * platform/efl-wk2/dom/xhtml/level3/core/documentnormalizedocument10-expected.txt: Added.
+        * platform/efl-wk2/fast/dom/DOMException/prototype-object-expected.txt: Added.
+        * platform/efl-wk2/fast/dom/DOMException/stack-trace-expected.txt: Added.
+
 2012-11-13  Dirk Pranke  <dpra...@chromium.org>
 
         More chromium-mac-mountainlion rebaselining and bug triaging.

Added: trunk/LayoutTests/platform/efl-wk1/dom/xhtml/level3/core/documentnormalizedocument10-expected.txt (0 => 134517)


--- trunk/LayoutTests/platform/efl-wk1/dom/xhtml/level3/core/documentnormalizedocument10-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/efl-wk1/dom/xhtml/level3/core/documentnormalizedocument10-expected.txt	2012-11-14 02:53:24 UTC (rev 134517)
@@ -0,0 +1,3 @@
+Test	http://www.w3.org/2001/DOM-Test-Suite/level3/core/documentnormalizedocument10
+Status	error
+Message	Line 112: HierarchyRequestError

Added: trunk/LayoutTests/platform/efl-wk1/fast/dom/DOMException/prototype-object-expected.txt (0 => 134517)


--- trunk/LayoutTests/platform/efl-wk1/fast/dom/DOMException/prototype-object-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/efl-wk1/fast/dom/DOMException/prototype-object-expected.txt	2012-11-14 02:53:24 UTC (rev 134517)
@@ -0,0 +1,22 @@
+This tests the prototype chain of DOMException objects.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS e.toString() is "Error: HierarchyRequestError: DOM Exception 3"
+PASS Object.prototype.toString.call(e) is "[object DOMException]"
+PASS Object.prototype.toString.call(e.__proto__) is "[object DOMExceptionPrototype]"
+PASS Object.prototype.toString.call(e.__proto__.__proto__) is "[object Error]"
+PASS e.constructor.toString() is "[object DOMExceptionConstructor]"
+PASS e instanceof DOMException is true
+PASS e instanceof Error is true
+PASS e.constructor is window.DOMException
+PASS e.HIERARCHY_REQUEST_ERR is e.constructor.HIERARCHY_REQUEST_ERR
+PASS e.HIERARCHY_REQUEST_ERR is 3
+PASS e.code is 3
+PASS e.name is "HierarchyRequestError"
+PASS e.message is "HierarchyRequestError: DOM Exception 3"
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Added: trunk/LayoutTests/platform/efl-wk1/fast/dom/DOMException/stack-trace-expected.txt (0 => 134517)


--- trunk/LayoutTests/platform/efl-wk1/fast/dom/DOMException/stack-trace-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/efl-wk1/fast/dom/DOMException/stack-trace-expected.txt	2012-11-14 02:53:24 UTC (rev 134517)
@@ -0,0 +1,13 @@
+PASS "stack" in e is true
+PASS typeof e.stack is "string"
+PASS e.stack.contains("innerFunction") is true
+PASS e.stack.contains("outerFunction") is true
+PASS Object.prototype.toString.call(e) is "[object DOMException]"
+PASS e.name is "HierarchyRequestError"
+PASS e.message is "HierarchyRequestError: DOM Exception 3"
+PASS e.code is 3
+FAIL e.stack === 42 should be true. Was false.
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Added: trunk/LayoutTests/platform/efl-wk2/dom/xhtml/level3/core/documentnormalizedocument10-expected.txt (0 => 134517)


--- trunk/LayoutTests/platform/efl-wk2/dom/xhtml/level3/core/documentnormalizedocument10-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/efl-wk2/dom/xhtml/level3/core/documentnormalizedocument10-expected.txt	2012-11-14 02:53:24 UTC (rev 134517)
@@ -0,0 +1,3 @@
+Test	http://www.w3.org/2001/DOM-Test-Suite/level3/core/documentnormalizedocument10
+Status	error
+Message	Line 112: HierarchyRequestError

Added: trunk/LayoutTests/platform/efl-wk2/fast/dom/DOMException/prototype-object-expected.txt (0 => 134517)


--- trunk/LayoutTests/platform/efl-wk2/fast/dom/DOMException/prototype-object-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/efl-wk2/fast/dom/DOMException/prototype-object-expected.txt	2012-11-14 02:53:24 UTC (rev 134517)
@@ -0,0 +1,22 @@
+This tests the prototype chain of DOMException objects.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS e.toString() is "Error: HierarchyRequestError: DOM Exception 3"
+PASS Object.prototype.toString.call(e) is "[object DOMException]"
+PASS Object.prototype.toString.call(e.__proto__) is "[object DOMExceptionPrototype]"
+PASS Object.prototype.toString.call(e.__proto__.__proto__) is "[object Error]"
+PASS e.constructor.toString() is "[object DOMExceptionConstructor]"
+PASS e instanceof DOMException is true
+PASS e instanceof Error is true
+PASS e.constructor is window.DOMException
+PASS e.HIERARCHY_REQUEST_ERR is e.constructor.HIERARCHY_REQUEST_ERR
+PASS e.HIERARCHY_REQUEST_ERR is 3
+PASS e.code is 3
+PASS e.name is "HierarchyRequestError"
+PASS e.message is "HierarchyRequestError: DOM Exception 3"
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Added: trunk/LayoutTests/platform/efl-wk2/fast/dom/DOMException/stack-trace-expected.txt (0 => 134517)


--- trunk/LayoutTests/platform/efl-wk2/fast/dom/DOMException/stack-trace-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/efl-wk2/fast/dom/DOMException/stack-trace-expected.txt	2012-11-14 02:53:24 UTC (rev 134517)
@@ -0,0 +1,13 @@
+PASS "stack" in e is true
+PASS typeof e.stack is "string"
+PASS e.stack.contains("innerFunction") is true
+PASS e.stack.contains("outerFunction") is true
+PASS Object.prototype.toString.call(e) is "[object DOMException]"
+PASS e.name is "HierarchyRequestError"
+PASS e.message is "HierarchyRequestError: DOM Exception 3"
+PASS e.code is 3
+FAIL e.stack === 42 should be true. Was false.
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to