Changeset 251705 in webkit
- Timestamp:
- Oct 29, 2019, 9:09:10 AM (6 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 1 deleted
- 3 edited
- 1 copied
-
ChangeLog (modified) (1 diff)
-
imported/w3c/ChangeLog (modified) (1 diff)
-
imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt (modified) (2 diffs)
-
platform/mac-wk2/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt (copied) (copied from trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt )
-
platform/mac-wk2/imported/w3c/web-platform-tests/html/dom/idlharness.https.html (deleted)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r251701 r251705 1 2019-10-29 Wenson Hsieh <wenson_hsieh@apple.com> 2 3 Unreviewed, add missing platform-specific test expectations after r251686 4 5 Add mac-wk2-specific baselines. 6 7 * platform/mac-wk2/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt: Added. 8 * platform/mac-wk2/imported/w3c/web-platform-tests/html/dom/idlharness.https.html: Removed. 9 1 10 2019-10-29 Simon Fraser <simon.fraser@apple.com> 2 11 -
trunk/LayoutTests/imported/w3c/ChangeLog
r251699 r251705 1 2019-10-29 Wenson Hsieh <wenson_hsieh@apple.com> 2 3 Unreviewed, add missing platform-specific test expectations after r251686 4 5 Revert changes to these test expectations. 6 7 * web-platform-tests/html/dom/idlharness.https-expected.txt: 8 1 9 2019-10-28 Chris Dumez <cdumez@apple.com> 2 10 -
trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt
r251686 r251705 193 193 FAIL HTMLElement interface: attribute onpaste assert_own_property: expected property "onpaste" missing 194 194 PASS HTMLElement interface: attribute contentEditable 195 PASS HTMLElement interface: attribute enterKeyHint 195 FAIL HTMLElement interface: attribute enterKeyHint assert_true: The prototype object must have a property "enterKeyHint" expected true got false 196 196 PASS HTMLElement interface: attribute isContentEditable 197 197 PASS HTMLElement interface: attribute inputMode … … 283 283 PASS HTMLElement interface: document.createElement("noscript") must inherit property "onpaste" with the proper type 284 284 PASS HTMLElement interface: document.createElement("noscript") must inherit property "contentEditable" with the proper type 285 PASS HTMLElement interface: document.createElement("noscript") must inherit property "enterKeyHint" with the proper type 285 FAIL HTMLElement interface: document.createElement("noscript") must inherit property "enterKeyHint" with the proper type assert_inherits: property "enterKeyHint" not found in prototype chain 286 286 PASS HTMLElement interface: document.createElement("noscript") must inherit property "isContentEditable" with the proper type 287 287 PASS HTMLElement interface: document.createElement("noscript") must inherit property "inputMode" with the proper type
Note:
See TracChangeset
for help on using the changeset viewer.