Title: [95788] trunk/LayoutTests
Revision
95788
Author
[email protected]
Date
2011-09-23 02:19:32 -0700 (Fri, 23 Sep 2011)

Log Message

plugins/mouse-click-iframe-to-plugin.html should not use flash plugin
https://bugs.webkit.org/show_bug.cgi?id=68601

Use the test plugin that we always have.

* platform/qt-wk2/Skipped: Unskip the test.
* plugins/mouse-click-iframe-to-plugin.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (95787 => 95788)


--- trunk/LayoutTests/ChangeLog	2011-09-23 07:18:48 UTC (rev 95787)
+++ trunk/LayoutTests/ChangeLog	2011-09-23 09:19:32 UTC (rev 95788)
@@ -1,3 +1,13 @@
+2011-09-23  Balazs Kelemen  <[email protected]>
+
+        plugins/mouse-click-iframe-to-plugin.html should not use flash plugin
+        https://bugs.webkit.org/show_bug.cgi?id=68601
+
+        Use the test plugin that we always have.
+
+        * platform/qt-wk2/Skipped: Unskip the test.
+        * plugins/mouse-click-iframe-to-plugin.html:
+
 2011-09-22  Csaba Osztrogonác  <[email protected]>
 
         [Qt] Unreviewed gardening, update expected file after r95745.

Modified: trunk/LayoutTests/platform/qt-wk2/Skipped (95787 => 95788)


--- trunk/LayoutTests/platform/qt-wk2/Skipped	2011-09-23 07:18:48 UTC (rev 95787)
+++ trunk/LayoutTests/platform/qt-wk2/Skipped	2011-09-23 09:19:32 UTC (rev 95788)
@@ -1813,7 +1813,3 @@
 
 # Missing layoutTestController.setUserStyleSheetEnabled() implementation
 platform/qt/fast/loader/user-stylesheet-qrc-path.html
-
-# [Qt][WK2] plugins/mouse-click-iframe-to-plugin.html fails since enabled in r95626
-# https://bugs.webkit.org/show_bug.cgi?id=68539
-plugins/mouse-click-iframe-to-plugin.html

Modified: trunk/LayoutTests/plugins/mouse-click-iframe-to-plugin.html (95787 => 95788)


--- trunk/LayoutTests/plugins/mouse-click-iframe-to-plugin.html	2011-09-23 07:18:48 UTC (rev 95787)
+++ trunk/LayoutTests/plugins/mouse-click-iframe-to-plugin.html	2011-09-23 09:19:32 UTC (rev 95788)
@@ -23,7 +23,7 @@
 </script>
 </head>
 <body _onload_="runTest();">
-<embed type="application/x-shockwave-flash" src="" width="100" height="100"></embed><br>
+<embed type="application/x-webkit-test-netscape" width="100" height="100"></embed><br>
 <iframe id="frame" width="640"></iframe>
 <div id="output">FAILED</div>
 </body>
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to