Diff
Modified: trunk/LayoutTests/ChangeLog (204095 => 204096)
--- trunk/LayoutTests/ChangeLog 2016-08-03 19:10:24 UTC (rev 204095)
+++ trunk/LayoutTests/ChangeLog 2016-08-03 19:40:33 UTC (rev 204096)
@@ -1,3 +1,21 @@
+2016-08-03 Ryan Haddad <ryanhad...@apple.com>
+
+ Rebaseline tests for ios-simulator after r204090.
+
+ Unreviewed test gardening.
+
+ * platform/ios-simulator/imported/w3c/web-platform-tests/html/dom/reflection-embedded-expected.txt:
+ * platform/ios-simulator/imported/w3c/web-platform-tests/html/dom/reflection-forms-expected.txt:
+ * platform/ios-simulator/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-checkValidity-expected.txt:
+ * platform/ios-simulator/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-reportValidity-expected.txt:
+ * platform/ios-simulator/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-rangeOverflow-expected.txt:
+ * platform/ios-simulator/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-rangeUnderflow-expected.txt:
+ * platform/ios-simulator/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-stepMismatch-expected.txt:
+ * platform/ios-simulator/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-valid-expected.txt:
+ * platform/ios-simulator/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-valueMissing-expected.txt:
+ * platform/ios-simulator/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-willValidate-expected.txt: Renamed from LayoutTests/platform/ios-simulator-wk2/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-willValidate-expected.txt.
+ * platform/ios-simulator/imported/w3c/web-platform-tests/html/semantics/forms/form-control-infrastructure/form-expected.txt:
+
2016-08-03 Chris Dumez <cdu...@apple.com>
Fix logging in W3C tests
Modified: trunk/LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/html/dom/reflection-embedded-expected.txt (204095 => 204096)
--- trunk/LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/html/dom/reflection-embedded-expected.txt 2016-08-03 19:10:24 UTC (rev 204095)
+++ trunk/LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/html/dom/reflection-embedded-expected.txt 2016-08-03 19:40:33 UTC (rev 204096)
@@ -8,9 +8,7 @@
Blocked access to external URL http://site.example/path???@#l
Implementers looking to fix bugs might want to use the original version of this suite's test framework, which conveniently aggregates similar errors and only reports failures. This file is (part of) the authoritative conformance test suite, and is suitable for incorporation into automated test suites.
-(Note: missing tests for types tokenlist, settable tokenlist.)
-
PASS img.title: typeof IDL attribute
PASS img.title: IDL get with DOM attribute unset
PASS img.title: setAttribute() to "" followed by getAttribute()
@@ -15324,4 +15322,4 @@
PASS area.noHref: IDL set to object "test-valueOf" should not throw
PASS area.noHref: IDL set to object "test-valueOf" followed by hasAttribute()
PASS area.noHref: IDL set to object "test-valueOf" followed by IDL get
-
+(Note: missing tests for types tokenlist, settable tokenlist.)
Modified: trunk/LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/html/dom/reflection-forms-expected.txt (204095 => 204096)
--- trunk/LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/html/dom/reflection-forms-expected.txt 2016-08-03 19:10:24 UTC (rev 204095)
+++ trunk/LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/html/dom/reflection-forms-expected.txt 2016-08-03 19:40:33 UTC (rev 204096)
@@ -1,8 +1,6 @@
Implementers looking to fix bugs might want to use the original version of this suite's test framework, which conveniently aggregates similar errors and only reports failures. This file is (part of) the authoritative conformance test suite, and is suitable for incorporation into automated test suites.
-(Note: missing tests for types tokenlist, settable tokenlist, limited double.)
-
PASS form.title: typeof IDL attribute
PASS form.title: IDL get with DOM attribute unset
PASS form.title: setAttribute() to "" followed by getAttribute()
@@ -16852,4 +16850,4 @@
PASS meter.tabIndex: IDL set to -2147483648 should not throw
PASS meter.tabIndex: IDL set to -2147483648 followed by getAttribute()
PASS meter.tabIndex: IDL set to -2147483648 followed by IDL get
-
+(Note: missing tests for types tokenlist, settable tokenlist, limited double.)
Modified: trunk/LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-checkValidity-expected.txt (204095 => 204096)
--- trunk/LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-checkValidity-expected.txt 2016-08-03 19:10:24 UTC (rev 204095)
+++ trunk/LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-checkValidity-expected.txt 2016-08-03 19:40:33 UTC (rev 204096)
@@ -1,5 +1,4 @@
-
PASS [INPUT in TEXT status] no constraint
PASS [INPUT in TEXT status] no constraint (in a form)
FAIL [INPUT in TEXT status] suffering from being too long assert_false: The checkValidity method should be false. expected false got true
Modified: trunk/LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-reportValidity-expected.txt (204095 => 204096)
--- trunk/LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-reportValidity-expected.txt 2016-08-03 19:10:24 UTC (rev 204095)
+++ trunk/LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-reportValidity-expected.txt 2016-08-03 19:40:33 UTC (rev 204096)
@@ -1,5 +1,4 @@
-
FAIL [INPUT in TEXT status] no constraint assert_true: The reportValidity method doesn't exist. expected true got false
FAIL [INPUT in TEXT status] no constraint (in a form) assert_true: The reportValidity method doesn't exist. expected true got false
FAIL [INPUT in TEXT status] suffering from being too long assert_true: The reportValidity method doesn't exist. expected true got false
Modified: trunk/LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-rangeOverflow-expected.txt (204095 => 204096)
--- trunk/LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-rangeOverflow-expected.txt 2016-08-03 19:10:24 UTC (rev 204095)
+++ trunk/LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-rangeOverflow-expected.txt 2016-08-03 19:40:33 UTC (rev 204096)
@@ -1,5 +1,4 @@
-
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 DATE status] The max attribute is not set
PASS [INPUT in DATE status] Value is empty string
Modified: trunk/LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-rangeUnderflow-expected.txt (204095 => 204096)
--- trunk/LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-rangeUnderflow-expected.txt 2016-08-03 19:10:24 UTC (rev 204095)
+++ trunk/LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-rangeUnderflow-expected.txt 2016-08-03 19:40:33 UTC (rev 204096)
@@ -1,5 +1,4 @@
-
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 DATE status] The min attribute is not set
PASS [INPUT in DATE status] Value is empty string
Modified: trunk/LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-stepMismatch-expected.txt (204095 => 204096)
--- trunk/LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-stepMismatch-expected.txt 2016-08-03 19:10:24 UTC (rev 204095)
+++ trunk/LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-stepMismatch-expected.txt 2016-08-03 19:40:33 UTC (rev 204096)
@@ -1,5 +1,4 @@
-
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 DATE status] The step attribute is not set
PASS [INPUT in DATE status] The value attibute is empty string
Modified: trunk/LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-valid-expected.txt (204095 => 204096)
--- trunk/LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-valid-expected.txt 2016-08-03 19:10:24 UTC (rev 204095)
+++ trunk/LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-valid-expected.txt 2016-08-03 19:40:33 UTC (rev 204096)
@@ -1,5 +1,4 @@
-
FAIL [INPUT in TEXT status] validity.valid must be false if validity.tooLong is true assert_false: The validity.valid should be false. expected false got true
PASS [INPUT in TEXT status] validity.valid must be false if validity.patternMismatch is true
PASS [INPUT in TEXT status] validity.valid must be false if validity.valueMissing is true
Modified: trunk/LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-valueMissing-expected.txt (204095 => 204096)
--- trunk/LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-valueMissing-expected.txt 2016-08-03 19:10:24 UTC (rev 204095)
+++ trunk/LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-valueMissing-expected.txt 2016-08-03 19:40:33 UTC (rev 204096)
@@ -1,5 +1,4 @@
-
PASS [INPUT in TEXT status] The required attribute is not set
PASS [INPUT in TEXT status] The value is not empty and required is true
PASS [INPUT in TEXT status] The value is empty and required is true
Copied: trunk/LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-willValidate-expected.txt (from rev 204093, trunk/LayoutTests/platform/ios-simulator-wk2/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-willValidate-expected.txt) (0 => 204096)
--- trunk/LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-willValidate-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-willValidate-expected.txt 2016-08-03 19:40:33 UTC (rev 204096)
@@ -0,0 +1,70 @@
+
+PASS [INPUT in HIDDEN status] Must be barred from the constraint validation
+PASS [INPUT in BUTTON status] Must be barred from the constraint validation
+PASS [INPUT in RESET status] Must be barred from the constraint validation
+PASS [BUTTON in BUTTON status] Must be barred from the constraint validation
+PASS [BUTTON in RESET status] Must be barred from the constraint validation
+FAIL [fieldset] Must not be barred from the constraint validation assert_true: The willValidate attribute should be true. expected true got false
+FAIL [output] Must not be barred from the constraint validation assert_true: The willValidate attribute should be true. expected true got false
+PASS [object] Must be barred from the constraint validation
+PASS [keygen] Must be barred from the constraint validation
+PASS [INPUT in TEXT status] Must be barred from the constraint validation if it is disabled
+PASS [INPUT in TEXT status] The willValidate attribute must be true if an element is mutable
+PASS [INPUT in TEXT status] Must be barred from the constraint validation if it is readonly
+PASS [INPUT in TEXT status] The willValidate attribute must be false if it has a datalist ancestor
+PASS [INPUT in SEARCH status] Must be barred from the constraint validation if it is disabled
+PASS [INPUT in SEARCH status] The willValidate attribute must be true if an element is mutable
+PASS [INPUT in SEARCH status] Must be barred from the constraint validation if it is readonly
+PASS [INPUT in SEARCH status] The willValidate attribute must be false if it has a datalist ancestor
+PASS [INPUT in TEL status] Must be barred from the constraint validation if it is disabled
+PASS [INPUT in TEL status] The willValidate attribute must be true if an element is mutable
+PASS [INPUT in TEL status] Must be barred from the constraint validation if it is readonly
+PASS [INPUT in TEL status] The willValidate attribute must be false if it has a datalist ancestor
+PASS [INPUT in URL status] Must be barred from the constraint validation if it is disabled
+PASS [INPUT in URL status] The willValidate attribute must be true if an element is mutable
+PASS [INPUT in URL status] Must be barred from the constraint validation if it is readonly
+PASS [INPUT in URL status] The willValidate attribute must be false if it has a datalist ancestor
+PASS [INPUT in EMAIL status] Must be barred from the constraint validation if it is disabled
+PASS [INPUT in EMAIL status] The willValidate attribute must be true if an element is mutable
+PASS [INPUT in EMAIL status] Must be barred from the constraint validation if it is readonly
+PASS [INPUT in EMAIL status] The willValidate attribute must be false if it has a datalist ancestor
+PASS [INPUT in PASSWORD status] Must be barred from the constraint validation if it is disabled
+PASS [INPUT in PASSWORD status] The willValidate attribute must be true if an element is mutable
+PASS [INPUT in PASSWORD status] Must be barred from the constraint validation if it is readonly
+PASS [INPUT in PASSWORD status] The willValidate attribute must be false if it has a datalist ancestor
+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 DATE status] Must be barred from the constraint validation if it is disabled
+PASS [INPUT in DATE status] The willValidate attribute must be true if an element is mutable
+PASS [INPUT in DATE status] Must be barred from the constraint validation if it is readonly
+PASS [INPUT in DATE status] The willValidate attribute must be false if it has a datalist ancestor
+PASS [INPUT in MONTH status] Must be barred from the constraint validation if it is disabled
+PASS [INPUT in MONTH status] The willValidate attribute must be true if an element is mutable
+PASS [INPUT in MONTH status] Must be barred from the constraint validation if it is readonly
+PASS [INPUT in MONTH status] The willValidate attribute must be false if it has a datalist ancestor
+PASS [INPUT in WEEK status] Must be barred from the constraint validation if it is disabled
+PASS [INPUT in WEEK status] The willValidate attribute must be true if an element is mutable
+PASS [INPUT in WEEK status] Must be barred from the constraint validation if it is readonly
+PASS [INPUT in WEEK status] The willValidate attribute must be false if it has a datalist ancestor
+PASS [INPUT in TIME status] Must be barred from the constraint validation if it is disabled
+PASS [INPUT in TIME status] The willValidate attribute must be true if an element is mutable
+PASS [INPUT in TIME status] Must be barred from the constraint validation if it is readonly
+PASS [INPUT in TIME status] The willValidate attribute must be false if it has a datalist ancestor
+FAIL [INPUT in COLOR status] The color type must be supported. assert_equals: The color type should be supported. expected "color" but got "text"
+PASS [INPUT in FILE status] Must be barred from the constraint validation if it is disabled
+PASS [INPUT in FILE status] The willValidate attribute must be true if an element is mutable
+PASS [INPUT in FILE status] Must be barred from the constraint validation if it is readonly
+PASS [INPUT in FILE status] The willValidate attribute must be false if it has a datalist ancestor
+PASS [INPUT in SUBMIT status] Must be barred from the constraint validation if it is disabled
+PASS [INPUT in SUBMIT status] The willValidate attribute must be true if an element is mutable
+PASS [INPUT in SUBMIT status] Must be barred from the constraint validation if it is readonly
+PASS [INPUT in SUBMIT status] The willValidate attribute must be false if it has a datalist ancestor
+PASS [BUTTON in SUBMIT status] Must be barred from the constraint validation
+PASS [BUTTON in SUBMIT status] The willValidate attribute must be true if an element is mutable
+PASS [BUTTON in SUBMIT status] The willValidate attribute must be false if it has a datalist ancestor
+PASS [select] Must be barred from the constraint validation
+PASS [select] The willValidate attribute must be true if an element is mutable
+PASS [select] The willValidate attribute must be false if it has a datalist ancestor
+PASS [textarea] Must be barred from the constraint validation
+PASS [textarea] The willValidate attribute must be true if an element is mutable
+PASS [textarea] The willValidate attribute must be false if it has a datalist ancestor
+
Modified: trunk/LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/html/semantics/forms/form-control-infrastructure/form-expected.txt (204095 => 204096)
--- trunk/LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/html/semantics/forms/form-control-infrastructure/form-expected.txt 2016-08-03 19:10:24 UTC (rev 204095)
+++ trunk/LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/html/semantics/forms/form-control-infrastructure/form-expected.txt 2016-08-03 19:40:33 UTC (rev 204096)
@@ -1,3 +1,32 @@
+
+PASS button.form
+PASS fieldset.form
+PASS input.form
+PASS keygen.form
+PASS object.form
+PASS output.form
+PASS select.form
+PASS textarea.form
+FAIL label.form assert_equals: label.form expected null but got Element node <form id="form">
+<p><button id="button">button</button>
+<...
+FAIL label-form.form assert_equals: label.form expected null but got Element node <form id="form">
+<p><button id="button">button</button>
+<...
+FAIL label-form-form2.form assert_equals: label.form expected null but got Element node <form id="form2"></form>
+PASS label-with-control.form
+PASS label-for.form
+FAIL label-with-progress.form assert_equals: Sanity check: label.control.form expected (object) null but got (undefined) undefined
+FAIL label-with-meter.form assert_equals: label.form expected null but got Element node <form id="form">
+<p><button id="button">button</button>
+<...
+FAIL label-for-control-form-in-form.form assert_equals: label.form expected Element node <form id="form2"></form> but got Element node <form id="form">
+<p><button id="button">button</button>
+<...
+FAIL label-for-control-form.form assert_equals: label.form expected Element node <form id="form2"></form> but got null
+PASS label-in-table.form
+FAIL label-in-table-with-control.form assert_equals: label.form expected Element node <form id="form3"></form> but got null
+FAIL label-in-table-for.form assert_equals: label.form expected Element node <form id="form3"></form> but got null
button
fieldset
@@ -32,33 +61,3 @@
label-for-control-form
label-in-table label-in-table label-in-table-for
-
-PASS button.form
-PASS fieldset.form
-PASS input.form
-PASS keygen.form
-PASS object.form
-PASS output.form
-PASS select.form
-PASS textarea.form
-FAIL label.form assert_equals: label.form expected null but got Element node <form id="form">
-<p><button id="button">button</button>
-<...
-FAIL label-form.form assert_equals: label.form expected null but got Element node <form id="form">
-<p><button id="button">button</button>
-<...
-FAIL label-form-form2.form assert_equals: label.form expected null but got Element node <form id="form2"></form>
-PASS label-with-control.form
-PASS label-for.form
-FAIL label-with-progress.form assert_equals: Sanity check: label.control.form expected (object) null but got (undefined) undefined
-FAIL label-with-meter.form assert_equals: label.form expected null but got Element node <form id="form">
-<p><button id="button">button</button>
-<...
-FAIL label-for-control-form-in-form.form assert_equals: label.form expected Element node <form id="form2"></form> but got Element node <form id="form">
-<p><button id="button">button</button>
-<...
-FAIL label-for-control-form.form assert_equals: label.form expected Element node <form id="form2"></form> but got null
-PASS label-in-table.form
-FAIL label-in-table-with-control.form assert_equals: label.form expected Element node <form id="form3"></form> but got null
-FAIL label-in-table-for.form assert_equals: label.form expected Element node <form id="form3"></form> but got null
-