Title: [104294] trunk/LayoutTests
Revision
104294
Author
jknot...@chromium.org
Date
2012-01-06 09:03:49 -0800 (Fri, 06 Jan 2012)

Log Message

[Chromium] Set baseline for new test plugins/npruntime/object-from-destroyed-plugin-in-subframe.html
https://bugs.webkit.org/show_bug.cgi?id=75706

Unreviewed.

* platform/chromium/plugins/npruntime/object-from-destroyed-plugin-in-subframe-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (104293 => 104294)


--- trunk/LayoutTests/ChangeLog	2012-01-06 15:42:57 UTC (rev 104293)
+++ trunk/LayoutTests/ChangeLog	2012-01-06 17:03:49 UTC (rev 104294)
@@ -1,3 +1,12 @@
+2012-01-06  John Knottenbelt  <jknot...@chromium.org>
+
+        [Chromium] Set baseline for new test plugins/npruntime/object-from-destroyed-plugin-in-subframe.html
+        https://bugs.webkit.org/show_bug.cgi?id=75706
+
+        Unreviewed.
+
+        * platform/chromium/plugins/npruntime/object-from-destroyed-plugin-in-subframe-expected.txt: Added.
+
 2012-01-06  Elliot Poger  <epo...@google.com>
 
         make canvas-lineWidth test pass even if pixel values vary a tiny bit

Added: trunk/LayoutTests/platform/chromium/plugins/npruntime/object-from-destroyed-plugin-in-subframe-expected.txt (0 => 104294)


--- trunk/LayoutTests/platform/chromium/plugins/npruntime/object-from-destroyed-plugin-in-subframe-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/chromium/plugins/npruntime/object-from-destroyed-plugin-in-subframe-expected.txt	2012-01-06 17:03:49 UTC (rev 104294)
@@ -0,0 +1,10 @@
+Test various operation on an NPObject whose plug-in (that lives in a subframe) has been destroyed
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+ PASS testObject.gettingProperty threw exception ReferenceError: NPObject deleted.
+PASS testObject.settingProperty = 10 threw exception ReferenceError: NPObject deleted.
+PASS testObject() threw exception ReferenceError: NPObject deleted.
+PASS new testObject(); threw exception ReferenceError: NPObject deleted.
+
Property changes on: trunk/LayoutTests/platform/chromium/plugins/npruntime/object-from-destroyed-plugin-in-subframe-expected.txt
___________________________________________________________________

Added: svn:eol-style

_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to