Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix canvas wpt test "path-objects/2d.path.end.1.html" #25518

Merged
merged 5 commits into from Jan 16, 2020
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Large diffs are not rendered by default.

@@ -53,6 +53,15 @@ packages = [
# These can be removed once servo is updated to surfman 0.2
"surfman",
"surfman-chains",

# https://github.com/servo/servo/pull/25518
"core-foundation",
"core-foundation-sys",
"core-graphics",
"core-text",
"dirs",
"lyon_geom",
"rand_core",
]
# Files that are ignored for all tidy and lint checks.
files = [
@@ -0,0 +1,2 @@
[canvas_complexshapes_beziercurveto_001.htm]
expected: FAIL
@@ -0,0 +1,4 @@
[2d.path.bezierCurveTo.ensuresubpath.2.html]
[If there is no subpath, the first control point is added]
expected: FAIL

This file was deleted.

This file was deleted.

@@ -0,0 +1,4 @@
[2d.path.rect.zero.4.html]
[Canvas test: 2d.path.rect.zero.4]
expected: FAIL

@@ -0,0 +1,4 @@
[2d.path.bezierCurveTo.ensuresubpath.2.html]
[If there is no subpath, the first control point is added]
expected: FAIL

@@ -0,0 +1,4 @@
[2d.path.bezierCurveTo.ensuresubpath.2.worker.html]
[If there is no subpath, the first control point is added]
expected: FAIL

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

@@ -0,0 +1,4 @@
[2d.path.rect.zero.4.html]
[OffscreenCanvas test: 2d.path.rect.zero.4]
expected: FAIL

@@ -0,0 +1,4 @@
[2d.path.rect.zero.4.worker.html]
[2d]
expected: FAIL

ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.