Title: [106309] trunk/LayoutTests
- Revision
- 106309
- Author
- [email protected]
- Date
- 2012-01-30 17:36:46 -0800 (Mon, 30 Jan 2012)
Log Message
Fix typo in test name from my last commit.
Spotted and rubber-stamped by Darin Adler.
* plugins/crash-restoring-plugin-page-from-page-cache-expected.txt: Copied from plugins/crash-restoring-pluging-page-from-page-cache-expected.txt.
* plugins/crash-restoring-plugin-page-from-page-cache.html: Copied from plugins/crash-restoring-pluging-page-from-page-cache.html.
* plugins/crash-restoring-pluging-page-from-page-cache-expected.txt: Removed.
* plugins/crash-restoring-pluging-page-from-page-cache.html: Removed.
Modified Paths
Added Paths
Removed Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (106308 => 106309)
--- trunk/LayoutTests/ChangeLog 2012-01-31 01:36:17 UTC (rev 106308)
+++ trunk/LayoutTests/ChangeLog 2012-01-31 01:36:46 UTC (rev 106309)
@@ -1,5 +1,16 @@
2012-01-30 Brady Eidson <[email protected]>
+ Fix typo in test name from my last commit.
+
+ Spotted and rubber-stamped by Darin Adler.
+
+ * plugins/crash-restoring-plugin-page-from-page-cache-expected.txt: Copied from plugins/crash-restoring-pluging-page-from-page-cache-expected.txt.
+ * plugins/crash-restoring-plugin-page-from-page-cache.html: Copied from plugins/crash-restoring-pluging-page-from-page-cache.html.
+ * plugins/crash-restoring-pluging-page-from-page-cache-expected.txt: Removed.
+ * plugins/crash-restoring-pluging-page-from-page-cache.html: Removed.
+
+2012-01-30 Brady Eidson <[email protected]>
+
<rdar://problem/10707072>
Crashes in WebProcess at WebCore::Node::rendererIsNeeded
Copied: trunk/LayoutTests/plugins/crash-restoring-plugin-page-from-page-cache-expected.txt (from rev 106307, trunk/LayoutTests/plugins/crash-restoring-pluging-page-from-page-cache-expected.txt) (0 => 106309)
--- trunk/LayoutTests/plugins/crash-restoring-plugin-page-from-page-cache-expected.txt (rev 0)
+++ trunk/LayoutTests/plugins/crash-restoring-plugin-page-from-page-cache-expected.txt 2012-01-31 01:36:46 UTC (rev 106309)
@@ -0,0 +1,11 @@
+ALERT: Made it back!
+This test - assuming it will pass - does the following:
+1 - Has nested plugin elements
+2 - Leaves the page, and the page enters the page cache
+3 - Returns, pulling the page from the page cache
+4 - Doesn't crash
+
+If you're not running under DRT, you'll need to leave the page then return to it yourself.
+Some fallback text to force a renderer.
+
+(Yes, the extreme number of object elements are necessary to more reliably reproduce the crash. Leave them.)
Copied: trunk/LayoutTests/plugins/crash-restoring-plugin-page-from-page-cache.html (from rev 106307, trunk/LayoutTests/plugins/crash-restoring-pluging-page-from-page-cache.html) (0 => 106309)
--- trunk/LayoutTests/plugins/crash-restoring-plugin-page-from-page-cache.html (rev 0)
+++ trunk/LayoutTests/plugins/crash-restoring-plugin-page-from-page-cache.html 2012-01-31 01:36:46 UTC (rev 106309)
@@ -0,0 +1,94 @@
+<head>
+<script>
+if (window.layoutTestController) {
+ layoutTestController.dumpAsText();
+ layoutTestController.waitUntilDone();
+ layoutTestController.overridePreference("WebKitUsesPageCachePreferenceKey", 1);
+ layoutTestController.overridePreference("WebKitPageCacheSupportsPluginsPreferenceKey", 1);
+}
+
+function pageShown() {
+ if (event.persisted)
+ setTimeout("testComplete()", 0);
+ else
+ setTimeout("startTest()", 0);
+}
+
+function testComplete() {
+ alert("Made it back!");
+ if (window.layoutTestController)
+ layoutTestController.notifyDone();
+}
+
+function startTest() {
+ document.getElementById("ExamplePlugin").setAttribute("style", "display:none");
+ window.location.href = '';
+}
+
+</script>
+
+<style>
+ object { border-color: red; border-width: 2px; border-style:solid; }
+</style>
+</head>
+
+<body _onpageshow_="pageShown();">
+
+This test - assuming it will pass - does the following:<br>
+1 - Has nested plugin elements<br>
+2 - Leaves the page, and the page enters the page cache<br>
+3 - Returns, pulling the page from the page cache<br>
+4 - Doesn't crash<br>
+<br>
+If you're not running under DRT, you'll need to leave the page then return to it yourself.
+<br>
+<object>
+<object>
+<object>
+<object>
+<object>
+<object>
+<object>
+<object>
+<object>
+<object>
+<object>
+<object>
+<object>
+<object>
+<object>
+<object>
+<object>
+<object>
+<object>
+<object>
+
+<object type="application/x-shockwave-flash" width="500" height="375" id="ExamplePlugin">
+ <img src=""
+</object>
+
+Some fallback text to force a renderer.
+
+</object>
+</object>
+</object>
+</object>
+</object>
+</object>
+</object>
+</object>
+</object>
+</object>
+</object>
+</object>
+</object>
+</object>
+</object>
+</object>
+</object>
+</object>
+</object>
+</object><br><br>
+
+(Yes, the extreme number of object elements are necessary to more reliably reproduce the crash. Leave them.)
+</body>
Deleted: trunk/LayoutTests/plugins/crash-restoring-pluging-page-from-page-cache-expected.txt (106308 => 106309)
--- trunk/LayoutTests/plugins/crash-restoring-pluging-page-from-page-cache-expected.txt 2012-01-31 01:36:17 UTC (rev 106308)
+++ trunk/LayoutTests/plugins/crash-restoring-pluging-page-from-page-cache-expected.txt 2012-01-31 01:36:46 UTC (rev 106309)
@@ -1,11 +0,0 @@
-ALERT: Made it back!
-This test - assuming it will pass - does the following:
-1 - Has nested plugin elements
-2 - Leaves the page, and the page enters the page cache
-3 - Returns, pulling the page from the page cache
-4 - Doesn't crash
-
-If you're not running under DRT, you'll need to leave the page then return to it yourself.
-Some fallback text to force a renderer.
-
-(Yes, the extreme number of object elements are necessary to more reliably reproduce the crash. Leave them.)
Deleted: trunk/LayoutTests/plugins/crash-restoring-pluging-page-from-page-cache.html (106308 => 106309)
--- trunk/LayoutTests/plugins/crash-restoring-pluging-page-from-page-cache.html 2012-01-31 01:36:17 UTC (rev 106308)
+++ trunk/LayoutTests/plugins/crash-restoring-pluging-page-from-page-cache.html 2012-01-31 01:36:46 UTC (rev 106309)
@@ -1,94 +0,0 @@
-<head>
-<script>
-if (window.layoutTestController) {
- layoutTestController.dumpAsText();
- layoutTestController.waitUntilDone();
- layoutTestController.overridePreference("WebKitUsesPageCachePreferenceKey", 1);
- layoutTestController.overridePreference("WebKitPageCacheSupportsPluginsPreferenceKey", 1);
-}
-
-function pageShown() {
- if (event.persisted)
- setTimeout("testComplete()", 0);
- else
- setTimeout("startTest()", 0);
-}
-
-function testComplete() {
- alert("Made it back!");
- if (window.layoutTestController)
- layoutTestController.notifyDone();
-}
-
-function startTest() {
- document.getElementById("ExamplePlugin").setAttribute("style", "display:none");
- window.location.href = '';
-}
-
-</script>
-
-<style>
- object { border-color: red; border-width: 2px; border-style:solid; }
-</style>
-</head>
-
-<body _onpageshow_="pageShown();">
-
-This test - assuming it will pass - does the following:<br>
-1 - Has nested plugin elements<br>
-2 - Leaves the page, and the page enters the page cache<br>
-3 - Returns, pulling the page from the page cache<br>
-4 - Doesn't crash<br>
-<br>
-If you're not running under DRT, you'll need to leave the page then return to it yourself.
-<br>
-<object>
-<object>
-<object>
-<object>
-<object>
-<object>
-<object>
-<object>
-<object>
-<object>
-<object>
-<object>
-<object>
-<object>
-<object>
-<object>
-<object>
-<object>
-<object>
-<object>
-
-<object type="application/x-shockwave-flash" width="500" height="375" id="ExamplePlugin">
- <img src=""
-</object>
-
-Some fallback text to force a renderer.
-
-</object>
-</object>
-</object>
-</object>
-</object>
-</object>
-</object>
-</object>
-</object>
-</object>
-</object>
-</object>
-</object>
-</object>
-</object>
-</object>
-</object>
-</object>
-</object>
-</object><br><br>
-
-(Yes, the extreme number of object elements are necessary to more reliably reproduce the crash. Leave them.)
-</body>
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes