projecte_ionic/node_modules/selenium-webdriver/lib/test/data/content-editable.html
2022-02-09 18:30:03 +01:00

10 lines
No EOL
180 B
HTML
Executable file

<!DOCTYPE html>
<html>
<head>
<title>Testing content editable</title>
</head>
<body>
<div id="editable" contenteditable="true">
Why <span>hello</span></div>
</body>
</html>