mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 23:37:36 +00:00
LibWeb: Fix regression of "contenteditable" attribute
This commit is contained in:
parent
95331ea864
commit
08359ba578
3 changed files with 5 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
<html contenteditable="true">
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<title>Welcome!</title>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue