Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Update web-platform-tests to revision 0d9238c8062f05a55898a0cb60dc0c3…
…53794d87a
- Loading branch information
Showing
57 changed files
with
5,288 additions
and
264 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
ce0b89d310212aaaa66b759c7c2548fb2f9a2738 | ||
8a1d0a8f3e4206c98f35a4bba98fc26237c1f906 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
...latform-tests/html/rendering/non-replaced-elements/lists/ol-type-unsupported-invalid.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<!doctype html> | ||
<meta charset=utf-8> | ||
<title>ol@type: unsupported type: invalid</title> | ||
<link rel=match href=ol-type-unsupported-ref.html> | ||
<ol type=disk><li>1<li>2</ol> | ||
<ol type=DISK><li>1<li>2</ol> |
7 changes: 7 additions & 0 deletions
7
...latform-tests/html/rendering/non-replaced-elements/lists/ul-type-unsupported-invalid.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<!doctype html> | ||
<meta charset=utf-8> | ||
<title>ul@type: unsupported type: invalid</title> | ||
<link rel=match href=ul-type-unsupported-ref.html> | ||
<ul type=disk><li>first item</li><li>second item</li></ul> | ||
<ul type=DISK><li>first item</li><li>second item</li></ul> | ||
<ul type=x><li>first item</li><li>second item</li></ul> |
Oops, something went wrong.