Bug 1496891 [wpt PR 13404] - cc Update messages.json, a=testonly

Automatic update from web-platform-testscc Update messages.json

--

wpt-commits: c2b30ef30749b6a8f2cc832761dfe011e63d5e94
wpt-pr: 13404
This commit is contained in:
Michael[tm] Smith 2018-10-11 09:31:20 +00:00 коммит произвёл moz-wptsync-bot
Родитель 6fdacd57b2
Коммит d3c5205441
3 изменённых файлов: 0 добавлений и 10 удалений

Просмотреть файл

@ -1,4 +0,0 @@
<!DOCTYPE html>
<meta charset=utf-8>
<title>invalid pattern</title>
<p><input pattern='*'></p>

Просмотреть файл

@ -1,4 +0,0 @@
<!DOCTYPE html>
<meta charset=utf-8>
<title>invalid pattern</title>
<p><input pattern='('></p>

Просмотреть файл

@ -967,8 +967,6 @@
"html/elements/img/usemap-bad-value-novalid.html": "Bad value \u201c#\u201d for attribute \u201cusemap\u201d on element \u201cimg\u201d: Bad hash-name reference: A hash-name reference must have at least one character after \u201c#\u201d.",
"html/elements/img/width-height-negative-novalid.html": "Bad value \u201c-1\u201d for attribute \u201cwidth\u201d on element \u201cimg\u201d: Bad non-negative integer: Expected a digit but saw \u201c-\u201d instead.",
"html/elements/input/list-novalid.html": "The \u201clist\u201d attribute of the \u201cinput\u201d element must refer to a \u201cdatalist\u201d element.",
"html/elements/input/pattern-asterisk-novalid.html": "Bad value \u201c*\u201d for attribute \u201cpattern\u201d on element \u201cinput\u201d: Bad pattern: Dangling meta character '*' near index 0",
"html/elements/input/pattern-paren-novalid.html": "Bad value \u201c(\u201d for attribute \u201cpattern\u201d on element \u201cinput\u201d: Bad pattern: Unclosed group near index 1",
"html/elements/input/type-image-formaction-empty-novalid.html": "Bad value \u201c\u201d for attribute \u201cformaction\u201d on element \u201cinput\u201d: Bad URL: Must be non-empty.",
"html/elements/input/type-image-formaction-whitespace-only-novalid.html": "Bad value \u201c\t \n\u201d for attribute \u201cformaction\u201d on element \u201cinput\u201d: Bad URL: Must be non-empty.",
"html/elements/input/type-image-formaction/fragment-backslash-novalid.html": "Bad value \u201c#\\\u201d for attribute \u201cformaction\u201d on element \u201cinput\u201d: Bad URL: Illegal character in fragment: \u201c\\\u201d is not allowed.",