plugins/mouse-click-iframe-to-plugin.html should not use flash plugin
authorkbalazs@webkit.org <kbalazs@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Fri, 23 Sep 2011 09:19:32 +0000 (09:19 +0000)
committerkbalazs@webkit.org <kbalazs@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Fri, 23 Sep 2011 09:19:32 +0000 (09:19 +0000)
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:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@95788 268f45cc-cd09-0410-ab3c-d52691b4dbfc

LayoutTests/ChangeLog
LayoutTests/platform/qt-wk2/Skipped
LayoutTests/plugins/mouse-click-iframe-to-plugin.html

index d39fd6c..a44eb72 100644 (file)
@@ -1,3 +1,13 @@
+2011-09-23  Balazs Kelemen  <kbalazs@webkit.org>
+
+        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  <ossy@webkit.org>
 
         [Qt] Unreviewed gardening, update expected file after r95745.
index 4c7f8f0..d4bb296 100644 (file)
@@ -1813,7 +1813,3 @@ fast/events/media-element-focus-tab.html
 
 # 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
index 66381fb..90e70a2 100644 (file)
@@ -23,7 +23,7 @@ function runTest() {
 </script>
 </head>
 <body onload="runTest();">
-<embed type="application/x-shockwave-flash" src="resources/simple_blank.swf" 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>