PHP WebShell

Текущая директория: /opt/bitgo-express/node_modules/domhandler/test/cases

Просмотр файла: 07-unescaped_in_style.json

{
  "name": "Unescaped chars in style",
  "options": {},
  "html": "<style type=\"text/css\">\n body > p\n\t{ font-weight: bold; }</style>",
  "expected": [
    {
      "type": "style",
      "name": "style",
      "attribs": {
        "type": "text/css"
      },
      "children": [
        {
          "data": "\n body > p\n\t{ font-weight: bold; }",
          "type": "text"
        }
      ]
    }
  ]
}

Выполнить команду


Для локальной разработки. Не используйте в интернете!