Skip to content

Commit

Permalink
Roll Web Platform Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
TimothyGu committed Jan 14, 2020
1 parent d240291 commit b097c0a
Show file tree
Hide file tree
Showing 7 changed files with 773 additions and 460 deletions.
2 changes: 1 addition & 1 deletion test/web-platform-tests/tests
Submodule tests updated 135 files
3 changes: 3 additions & 0 deletions test/web-platform-tests/to-run.yaml
Expand Up @@ -557,6 +557,9 @@ formaction.html: [fail, Unknown]

DIR: html/semantics/forms/constraints

form-validation-validity-rangeOverflow.html: [fail, To be fixed]
form-validation-validity-rangeUnderflow.html: [fail, To be fixed]
form-validation-validity-valueMissing.html: [fail, 'Spec unclear (see https://github.com/whatwg/html/issues/5202)']
infinite_backtracking.html: [timeout, We cannot restrict duration of regex matching from JavaScript]

---
Expand Down
@@ -1,5 +1,6 @@
<!DOCTYPE html>
<meta charset="utf-8" />
<!-- This test should not be upstreamed, as it tests the same thing as html/dom/reflection-forms.html. -->
<title>Input default type</title>
<link
rel="help"
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit b097c0a

Please sign in to comment.