CEF4Delphi/bin/test.html
Salvador Díaz Fau 9e12b2258b Bug fix #154
Fixed an issue in SchemeRegistrationBrowser with big streams. Now THelloScheme.ReadResponse copies the stream in chunks correctly.
2019-01-17 14:53:02 +01:00

20 lines
466 B
HTML

<!DOCTYPE html>
<html>
<body>
<p>
<img src='emoji.png'><br>Local image</p>
<p>
<img src='dontexist.png'><br>Non existing local image</p>
<p><img src='http://www.briskbard.com/images/logo2.png'><br>Remote image</p>
<p><object width="150" height="150" data="helloworld.swf"></object><br>
Local SWF file.<br>
You need to install the Adobe Flash PPAPI plugin to view the SWF file.</p>
<p><img src='jupiter.png'><br>Bigger image</p>
</body>
</html>