Title: [168743] trunk/LayoutTests
- Revision
- 168743
- Author
- [email protected]
- Date
- 2014-05-13 14:51:29 -0700 (Tue, 13 May 2014)
Log Message
platform/mac/plugins/testplugin-onnew-onpaint.html failing after r168668
<https://bugs.webkit.org/show_bug.cgi?id=132877>
Reviewed by Brent Fulgham.
* platform/mac/plugins/testplugin-onnew-onpaint.html:
Make the test wait until plug-ins have loaded before finishing.
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (168742 => 168743)
--- trunk/LayoutTests/ChangeLog 2014-05-13 21:45:39 UTC (rev 168742)
+++ trunk/LayoutTests/ChangeLog 2014-05-13 21:51:29 UTC (rev 168743)
@@ -1,3 +1,13 @@
+2014-05-13 Jon Honeycutt <[email protected]>
+
+ platform/mac/plugins/testplugin-onnew-onpaint.html failing after r168668
+ <https://bugs.webkit.org/show_bug.cgi?id=132877>
+
+ Reviewed by Brent Fulgham.
+
+ * platform/mac/plugins/testplugin-onnew-onpaint.html:
+ Make the test wait until plug-ins have loaded before finishing.
+
2014-05-13 Lorenzo Tilve <[email protected]>
[GTK] Unreviewed GTK gardening
Modified: trunk/LayoutTests/platform/mac/plugins/testplugin-onnew-onpaint.html (168742 => 168743)
--- trunk/LayoutTests/platform/mac/plugins/testplugin-onnew-onpaint.html 2014-05-13 21:45:39 UTC (rev 168742)
+++ trunk/LayoutTests/platform/mac/plugins/testplugin-onnew-onpaint.html 2014-05-13 21:51:29 UTC (rev 168743)
@@ -2,6 +2,7 @@
<html>
<head>
+ <script src=""
<script type="text/_javascript_" charset="utf-8">
if (window.testRunner)
testRunner.dumpAsText();
@@ -25,6 +26,8 @@
didPaint = true;
}
}
+
+ runAfterPluginLoad(null, NotifyDone);
</script>
</head>
<body>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes