/
githubmirror
/
monaco-editor
Обзор
Документация
Войти
/
githubmirror
/
monaco-editor
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/manual/iframe.html
23 строки
450 B
Alex Dima
Add manual test for #3011
29 мар 2022, 13:23
Не верифицирован
29 мар 2022, 13:23
0a5975d
Код
Авторство
О чём код?
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> </head> <body> <h2>Monaco Editor in iframe</h2> <input type="text" style="position: absolute; top: 60px; left: 20px" /> <iframe src="./iframe-inner.html" style=" position: absolute; left: 20px; top: 100px; width: calc(100% - 40px); height: 300px; border: 1px solid silver; " ></iframe> </body> </html>