Title: [104454] trunk/LayoutTests
Revision
104454
Author
[email protected]
Date
2012-01-09 06:05:23 -0800 (Mon, 09 Jan 2012)

Log Message

Fix expected files for new test: fast/dom/insertAdjacentHTML-DocumentFragment-crash.html
https://bugs.webkit.org/show_bug.cgi?id=75847

Reviewed by Philippe Normand.

* fast/dom/insertAdjacentHTML-DocumentFragment-crash-expected.txt: Add JSC specifix expected file as generic expected file.
* platform/chromium/fast/dom/insertAdjacentHTML-DocumentFragment-crash-expected.txt: Add V8 specifix expected file.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (104453 => 104454)


--- trunk/LayoutTests/ChangeLog	2012-01-09 14:00:08 UTC (rev 104453)
+++ trunk/LayoutTests/ChangeLog	2012-01-09 14:05:23 UTC (rev 104454)
@@ -1,3 +1,13 @@
+2012-01-09  Csaba Osztrogonác  <[email protected]>
+
+        Fix expected files for new test: fast/dom/insertAdjacentHTML-DocumentFragment-crash.html
+        https://bugs.webkit.org/show_bug.cgi?id=75847
+
+        Reviewed by Philippe Normand.
+
+        * fast/dom/insertAdjacentHTML-DocumentFragment-crash-expected.txt: Add JSC specifix expected file as generic expected file.
+        * platform/chromium/fast/dom/insertAdjacentHTML-DocumentFragment-crash-expected.txt: Add V8 specifix expected file.
+
 2012-01-09  John Knottenbelt  <[email protected]>
 
         [Chromium] Update test expectations.

Modified: trunk/LayoutTests/fast/dom/insertAdjacentHTML-DocumentFragment-crash-expected.txt (104453 => 104454)


--- trunk/LayoutTests/fast/dom/insertAdjacentHTML-DocumentFragment-crash-expected.txt	2012-01-09 14:00:08 UTC (rev 104453)
+++ trunk/LayoutTests/fast/dom/insertAdjacentHTML-DocumentFragment-crash-expected.txt	2012-01-09 14:05:23 UTC (rev 104454)
@@ -1,2 +1,2 @@
-CONSOLE MESSAGE: line 9: Uncaught Error: NO_MODIFICATION_ALLOWED_ERR: DOM Exception 7
+CONSOLE MESSAGE: line 9: NO_MODIFICATION_ALLOWED_ERR: DOM Exception 7: An attempt was made to modify an object where modifications are not allowed.
 This test passes if it doesn't crash (or ASSERT).

Copied: trunk/LayoutTests/platform/chromium/fast/dom/insertAdjacentHTML-DocumentFragment-crash-expected.txt (from rev 104453, trunk/LayoutTests/fast/dom/insertAdjacentHTML-DocumentFragment-crash-expected.txt) (0 => 104454)


--- trunk/LayoutTests/platform/chromium/fast/dom/insertAdjacentHTML-DocumentFragment-crash-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/chromium/fast/dom/insertAdjacentHTML-DocumentFragment-crash-expected.txt	2012-01-09 14:05:23 UTC (rev 104454)
@@ -0,0 +1,2 @@
+CONSOLE MESSAGE: line 9: Uncaught Error: NO_MODIFICATION_ALLOWED_ERR: DOM Exception 7
+This test passes if it doesn't crash (or ASSERT).
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to