/
githubmirror
/
servo
Обзор
Документация
Войти
/
githubmirror
/
servo
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tests/html/test_inline_border.html
16 строк
386 B
Simon Martin
Issue #12421: tidy should also check .html files
09 авг 2016, 23:04
09 авг 2016, 23:04
1e60c91
Код
Авторство
О чём код?
<html> <head> <title>hi there?</title> </head> <body> <p style="background:gray"> <span style="background:red;font-size:35px;border: black solid 15px"> <img src="test.jpeg" style="border:blue 30px solid;" /> kitty? <em style="background:blue;font-size:15px;border:yellow 15px solid"> this is em </em> </span> </p> </body> </html>