Skip to content

Commit

Permalink
Delete invalid test. (#20547)
Browse files Browse the repository at this point in the history
It seems it expects `transform: rotate(1deg, 20px, 20px)` to somehow be valid.

It was introduced in cdc3032, pointing to https://www.w3.org/TR/css-transforms-1/#svg-transform-functions, which doesn't say anything like that.

Doesn't pass in any browser.
  • Loading branch information
emilio authored and dbaron committed Nov 30, 2019
1 parent d15d6d9 commit 5df56b2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 42 deletions.
Expand Up @@ -2,18 +2,10 @@
transform: rotate(90deg);
}

.rotate-3-args {
transform: rotate(90deg,20px,20px);
}

.translateY {
transform: translateY(-100px);
}

.invalid {
transform: scale(invalid);
}

.rotate-3-args {
transform: rotate(90deg,20px,20px);
}
34 changes: 0 additions & 34 deletions css/css-transforms/external-styles/svg-external-styles-012.html

This file was deleted.

3 comments on commit 5df56b2

@community-tc-integration
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Submitting the task to Taskcluster failed. Details

InterpreterError at template.tasks: object has no property after

@community-tc-integration
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Submitting the task to Taskcluster failed. Details

InterpreterError at template.tasks: object has no property after

@community-tc-integration
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Submitting the task to Taskcluster failed. Details

Schema Validation Failed!
Rejecting Schema: https://community-tc.services.mozilla.com/schemas/queue/v1/create-task-request.json#
Errors:

  • data.metadata.owner should match format "email"

  • method: createTask
  • errorCode: InputValidationError
  • statusCode: 400
  • time: 2019-12-01T00:36:55.086Z

Please sign in to comment.