WebCore/manual-tests/plugin-controller-datasource.html
changeset 0 4f2f89ce4247
equal deleted inserted replaced
-1:000000000000 0:4f2f89ce4247
       
     1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
       
     2         "http://www.w3.org/TR/html4/strict.dtd">
       
     3 <html lang="en">
       
     4 <head>
       
     5 </head>
       
     6 <body>
       
     7 <p><b>BUG ID:</b> <a href="http://bugs.webkit.org/show_bug.cgi?id=8658">Bugzilla bug 8658</a> Assertion failure in -[WebPluginContainerCheck _isForbiddenFileLoad] (bridge is null) when clicking QuickTime object with href</p>
       
     8 
       
     9 <p id="test" style="background-color:skyblue; padding:3px;"><b>STEPS TO TEST:</b> 
       
    10 Click the small orange square below.
       
    11 </p>
       
    12 
       
    13 <p id="success" style="background-color:palegreen; padding:3px;"><b>TEST PASS:</b> 
       
    14 QuickTime Player will open <i>orange.mov</i>.
       
    15 </p>
       
    16 
       
    17 <p id="failure" style="background-color:#FF3300; padding:3px;"><b>TEST FAIL:</b>  
       
    18 Nothing will happen in response to clicking the orange square.
       
    19 </p>
       
    20 
       
    21 <EMBED id="e" src="resources/orange.mov" width="15" height="15" controller="false" href="#" target="QuickTimePlayer"></EMBED>
       
    22 </body>
       
    23 </html>