From e2650587689f9db5f5c9c7d078b7a1a520d988ac Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Wed, 18 Mar 2020 15:28:22 +0100 Subject: [PATCH] LibWeb: Fire "mousedown" and "mousemove" events in the DOM :^) --- Base/home/anon/www/events.html | 25 +++++++++++++++++++++++++ Base/home/anon/www/welcome.html | 7 +------ Libraries/LibWeb/HtmlView.cpp | 2 ++ 3 files changed, 28 insertions(+), 6 deletions(-) create mode 100644 Base/home/anon/www/events.html diff --git a/Base/home/anon/www/events.html b/Base/home/anon/www/events.html new file mode 100644 index 0000000000..42f6ed948b --- /dev/null +++ b/Base/home/anon/www/events.html @@ -0,0 +1,25 @@ + + + + + + +
Hello there!
+ + diff --git a/Base/home/anon/www/welcome.html b/Base/home/anon/www/welcome.html index b76f32aac4..f611edb944 100644 --- a/Base/home/anon/www/welcome.html +++ b/Base/home/anon/www/welcome.html @@ -17,18 +17,13 @@ h1 { color: #a00; } -

Welcome to the Serenity Browser!

This is a very simple browser built on the LibWeb engine.

Some small test pages: