Skip to content

issue with test testsuite/bugs/4469.css #487

Description

@tenzap

There is an issue with the autotest or with css-validator servlet.

They are failing with testsuite/bugs/4469.css

<style type="text/css">

body
{
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

</style>

The expected result is 2 errors.
However the testsuite doesn't query the servlet properly.
Actually, so that the servlet returns 2 errors, one has to set the "type" to CSS. If the "type" value is automatic, it will tell that the code is valid.

If it is tested through the jar, then it really reports 2 errors.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions