Commit 6fe4f011 authored by tkent's avatar tkent Committed by Commit bot

Update some expectation files of imported/wpt/html/.

* Check in the result of html/semantics/embedded-content/media-elements/interfaces/HTMLElement/HTMLTrackElement/src.html
  It doesn't contain a local file path any longer.

* Remove html/semantics/forms/constraints/form-validation-validate-expected.txt
  It doesn't contain FAIL lines.

* Remove html/semantics/forms/the-input-element/month-expected.txt
  It doesn't contain FAIL lines.

* Rebaseline platform/win7/imported/wpt/html/semantics/forms/constraints/form-validation-reportValidity-expected.txt

BUG=649258
TBR=nzolghadr@chromium.org

Review-Url: https://codereview.chromium.org/2362963003
Cr-Commit-Position: refs/heads/master@{#420528}
parent eabef685
......@@ -340,7 +340,6 @@ crbug.com/490511 imported/wpt/html/rendering/non-replaced-elements/the-hr-elemen
crbug.com/490511 imported/wpt/html/rendering/non-replaced-elements/the-hr-element-0/width.html [ Failure Pass ]
crbug.com/490511 imported/wpt/html/rendering/replaced-elements/embedded-content-rendering-rules/canvas-fallback.html [ Failure ]
crbug.com/490511 imported/wpt/html/semantics/document-metadata/styling/LinkStyle.html [ Failure Pass ]
crbug.com/490511 imported/wpt/html/semantics/embedded-content/media-elements/interfaces/HTMLElement/HTMLTrackElement/src.html [ Failure ]
crbug.com/627706 imported/wpt/html/semantics/embedded-content/the-img-element/invalid-src.html [ Skip ]
crbug.com/525889 imported/wpt/html/webappapis/scripting/processing-model-2/compile-error-in-setInterval.html [ Failure ]
crbug.com/525889 imported/wpt/html/webappapis/scripting/processing-model-2/compile-error-in-setTimeout.html [ Failure ]
......@@ -786,8 +785,6 @@ crbug.com/498021 [ Linux ] fast/text/international/hindi-spacing.html [ Failure
crbug.com/649158 imported/wpt/custom-elements/HTMLElement-constructor.html [ Failure ]
crbug.com/649159 imported/wpt/shadow-dom/slotchange-event.html [ Failure ]
crbug.com/649258 [ Win ] imported/wpt/html/semantics/forms/constraints/form-validation-reportValidity.html [ Failure ]
# These are the failing tests because Chrome hasn't implemented according to the spec.
crbug.com/645988 imported/wpt/uievents/order-of-events/focus-events/focus-manual.html [ Failure ]
......
This is a testharness.js-based test.
PASS HTMLTrackElement.src missing value
PASS HTMLTrackElement.src empty string in content attribute
PASS HTMLTrackElement.src assigning empty string to IDL attribute
FAIL HTMLTrackElement.src unresolvable value in content attribute assert_equals: expected "http://foo bar" but got "http://foo%20bar/"
FAIL HTMLTrackElement.src assigning unresolvable value to IDL attribute assert_equals: expected "http://foo bar" but got "http://foo%20bar/"
PASS HTMLTrackElement.src resolvable value in content attribute
PASS HTMLTrackElement.src assigning resolvable value to IDL attribute
PASS HTMLTrackElement.src \u0000 in content attribute
PASS HTMLTrackElement.src assigning \u0000 to IDL attribute
PASS HTMLTrackElement.src foo\u0000bar in content attribute
PASS HTMLTrackElement.src assigning foo\u0000bar to IDL attribute
Harness: the test ran to completion.
CONSOLE ERROR: line 79: An invalid form control with name='' is not focusable.
CONSOLE ERROR: line 79: An invalid form control with name='' is not focusable.
CONSOLE ERROR: line 108: An invalid form control with name='' is not focusable.
CONSOLE ERROR: line 114: An invalid form control with name='' is not focusable.
This is a testharness.js-based test.
PASS If there is any invalid submittable element whose form owner is the form, the form.checkValidity must be false
PASS If there is any invalid submittable element whose form owner is the form, the form.reportValidity must be false
PASS If all of the submittable elements whose form owner is the form are valid, the form.checkValidity must be true
PASS If all of the submittable elements whose form owner is the form are valid, the form.reportValidity must be true
PASS Check the checkValidity method of the form element when it has a fieldset child
PASS Check the reportValidity method of the form element when it has a fieldset child
PASS The invalid event must be fired at the invalid controls
PASS The invalid event must not be fired at the invalid controls
Harness: the test ran to completion.
CONSOLE WARNING: line 17: The specified value "invalid-month" does not conform to the required format. The format is "yyyy-MM" where yyyy is year in four or more digits, and MM is 01-12.
CONSOLE WARNING: line 19: The specified value "13-06" does not conform to the required format. The format is "yyyy-MM" where yyyy is year in four or more digits, and MM is 01-12.
CONSOLE WARNING: line 22: The specified value "2013-13" does not conform to the required format. The format is "yyyy-MM" where yyyy is year in four or more digits, and MM is 01-12.
CONSOLE WARNING: line 23: The specified value "2013-00" does not conform to the required format. The format is "yyyy-MM" where yyyy is year in four or more digits, and MM is 01-12.
This is a testharness.js-based test.
PASS month type support on input element
PASS User agents must not allow the user to set the value to a non-empty string that is not a valid month string.
PASS Month value can be empty string.
PASS When value attribute has two digits year value, the value,which is invalid, must return empty string.
PASS When value is set with invalid value, the value must return empty string.
PASS When step attribute is given invalid value, it must ignore the invalid value and use defaul value instead.
PASS Month should be <= 13: If the value of the element is not a valid month string, then set it to the empty string instead.
PASS Month should be > 0: If the value of the element is not a valid month string, then set it to the empty string instead.>
Harness: the test ran to completion.
......@@ -26,6 +26,14 @@ ValidationMessageClient: main-message=Please include an '@' in the email address
ValidationMessageClient: main-message=Please include an '@' in the email address. 'abc' is missing an '@'. sub-message=
ValidationMessageClient: main-message=Please fill out this field. sub-message=
ValidationMessageClient: main-message=Please fill out this field. sub-message=
ValidationMessageClient: main-message=Value must be 01/01/2000 12:00 PM or earlier. sub-message=
ValidationMessageClient: main-message=Value must be 01/01/2000 12:00 PM or earlier. sub-message=
ValidationMessageClient: main-message=Value must be 01/01/2001 12:00 PM or later. sub-message=
ValidationMessageClient: main-message=Value must be 01/01/2001 12:00 PM or later. sub-message=
ValidationMessageClient: main-message=Please enter a valid value. The two nearest valid values are 12/31/2000 5:20 AM and 01/01/2001 2:40 PM. sub-message=
ValidationMessageClient: main-message=Please enter a valid value. The two nearest valid values are 12/31/2000 5:20 AM and 01/01/2001 2:40 PM. sub-message=
ValidationMessageClient: main-message=Please fill out this field. sub-message=
ValidationMessageClient: main-message=Please fill out this field. sub-message=
ValidationMessageClient: main-message=Value must be 01/01/2000 or earlier. sub-message=
ValidationMessageClient: main-message=Value must be 01/01/2000 or earlier. sub-message=
ValidationMessageClient: main-message=Value must be 01/01/2001 or later. sub-message=
......@@ -129,7 +137,16 @@ PASS [INPUT in EMAIL status] suffering from a type mismatch
PASS [INPUT in EMAIL status] suffering from a type mismatch (in a form)
PASS [INPUT in EMAIL status] suffering from being missing
PASS [INPUT in EMAIL status] suffering from being missing (in a form)
FAIL [INPUT in DATETIME status] The datetime type must be supported. assert_equals: The datetime type should be supported. expected "datetime" but got "text"
PASS [INPUT in DATETIME-LOCAL status] no constraint
PASS [INPUT in DATETIME-LOCAL status] no constraint (in a form)
PASS [INPUT in DATETIME-LOCAL status] suffering from an overflow
PASS [INPUT in DATETIME-LOCAL status] suffering from an overflow (in a form)
PASS [INPUT in DATETIME-LOCAL status] suffering from an underflow
PASS [INPUT in DATETIME-LOCAL status] suffering from an underflow (in a form)
PASS [INPUT in DATETIME-LOCAL status] suffering from a step mismatch
PASS [INPUT in DATETIME-LOCAL status] suffering from a step mismatch (in a form)
PASS [INPUT in DATETIME-LOCAL status] suffering from being missing
PASS [INPUT in DATETIME-LOCAL status] suffering from being missing (in a form)
PASS [INPUT in DATE status] no constraint
PASS [INPUT in DATE status] no constraint (in a form)
PASS [INPUT in DATE status] suffering from an overflow
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment