Title: [134444] trunk/LayoutTests
Revision
134444
Author
[email protected]
Date
2012-11-13 10:58:29 -0800 (Tue, 13 Nov 2012)

Log Message

Revert the changes from r134388 and r134426 as r134345 was rolled out.

* platform/efl/fast/dynamic/insertAdjacentElement-expected.txt:
* platform/gtk/fast/dynamic/insertAdjacentElement-expected.txt:
* platform/mac/fast/dynamic/insertAdjacentElement-expected.txt:
* platform/qt/fast/dynamic/insertAdjacentElement-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (134443 => 134444)


--- trunk/LayoutTests/ChangeLog	2012-11-13 18:53:36 UTC (rev 134443)
+++ trunk/LayoutTests/ChangeLog	2012-11-13 18:58:29 UTC (rev 134444)
@@ -1,3 +1,12 @@
+2012-11-13  Raphael Kubo da Costa  <[email protected]>
+
+        Revert the changes from r134388 and r134426 as r134345 was rolled out.
+
+        * platform/efl/fast/dynamic/insertAdjacentElement-expected.txt:
+        * platform/gtk/fast/dynamic/insertAdjacentElement-expected.txt:
+        * platform/mac/fast/dynamic/insertAdjacentElement-expected.txt:
+        * platform/qt/fast/dynamic/insertAdjacentElement-expected.txt:
+
 2012-11-13  Dimitri Glazkov  <[email protected]>
 
         Unreviewed, rolling out r134367.

Modified: trunk/LayoutTests/platform/efl/fast/dynamic/insertAdjacentElement-expected.txt (134443 => 134444)


--- trunk/LayoutTests/platform/efl/fast/dynamic/insertAdjacentElement-expected.txt	2012-11-13 18:53:36 UTC (rev 134443)
+++ trunk/LayoutTests/platform/efl/fast/dynamic/insertAdjacentElement-expected.txt	2012-11-13 18:58:29 UTC (rev 134444)
@@ -1,5 +1,5 @@
 Caught expected exception: Error: NOT_SUPPORTED_ERR: DOM Exception 9
-Caught expected exception: TypeError: Type error
+Caught expected exception: Error: TYPE_MISMATCH_ERR: DOM Exception 17
 1 (black) 2 (green) 3 (green) 4 (black) 
 
 PASS

Modified: trunk/LayoutTests/platform/gtk/fast/dynamic/insertAdjacentElement-expected.txt (134443 => 134444)


--- trunk/LayoutTests/platform/gtk/fast/dynamic/insertAdjacentElement-expected.txt	2012-11-13 18:53:36 UTC (rev 134443)
+++ trunk/LayoutTests/platform/gtk/fast/dynamic/insertAdjacentElement-expected.txt	2012-11-13 18:58:29 UTC (rev 134444)
@@ -1,5 +1,5 @@
 Caught expected exception: Error: NOT_SUPPORTED_ERR: DOM Exception 9
-Caught expected exception: TypeError: Type error
+Caught expected exception: Error: TYPE_MISMATCH_ERR: DOM Exception 17
 1 (black) 2 (green) 3 (green) 4 (black) 
 
 PASS

Modified: trunk/LayoutTests/platform/mac/fast/dynamic/insertAdjacentElement-expected.txt (134443 => 134444)


--- trunk/LayoutTests/platform/mac/fast/dynamic/insertAdjacentElement-expected.txt	2012-11-13 18:53:36 UTC (rev 134443)
+++ trunk/LayoutTests/platform/mac/fast/dynamic/insertAdjacentElement-expected.txt	2012-11-13 18:58:29 UTC (rev 134444)
@@ -1,5 +1,5 @@
 Caught expected exception: Error: NOT_SUPPORTED_ERR: DOM Exception 9
-Caught expected exception: TypeError: Type error
+Caught expected exception: Error: TYPE_MISMATCH_ERR: DOM Exception 17
 1 (black) 2 (green) 3 (green) 4 (black) 
 
 PASS

Modified: trunk/LayoutTests/platform/qt/fast/dynamic/insertAdjacentElement-expected.txt (134443 => 134444)


--- trunk/LayoutTests/platform/qt/fast/dynamic/insertAdjacentElement-expected.txt	2012-11-13 18:53:36 UTC (rev 134443)
+++ trunk/LayoutTests/platform/qt/fast/dynamic/insertAdjacentElement-expected.txt	2012-11-13 18:58:29 UTC (rev 134444)
@@ -1,5 +1,5 @@
 Caught expected exception: Error: NOT_SUPPORTED_ERR: DOM Exception 9
-Caught expected exception: TypeError: Type error
+Caught expected exception: Error: TYPE_MISMATCH_ERR: DOM Exception 17
 1 (black) 2 (green) 3 (green) 4 (black) 
 
 PASS
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to