Changeset 251705 in webkit


Ignore:
Timestamp:
Oct 29, 2019, 9:09:10 AM (6 years ago)
Author:
Wenson Hsieh
Message:

Unreviewed, add missing platform-specific test expectations after r251686

LayoutTests/imported/w3c:

Revert changes to these test expectations.

  • web-platform-tests/html/dom/idlharness.https-expected.txt:

LayoutTests:

Add mac-wk2-specific baselines.

  • platform/mac-wk2/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt: Added.
  • platform/mac-wk2/imported/w3c/web-platform-tests/html/dom/idlharness.https.html: Removed.
Location:
trunk/LayoutTests
Files:
1 deleted
3 edited
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r251701 r251705  
     12019-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
    1102019-10-29  Simon Fraser  <simon.fraser@apple.com>
    211
  • trunk/LayoutTests/imported/w3c/ChangeLog

    r251699 r251705  
     12019-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
    192019-10-28  Chris Dumez  <cdumez@apple.com>
    210
  • trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt

    r251686 r251705  
    193193FAIL HTMLElement interface: attribute onpaste assert_own_property: expected property "onpaste" missing
    194194PASS HTMLElement interface: attribute contentEditable
    195 PASS HTMLElement interface: attribute enterKeyHint
     195FAIL HTMLElement interface: attribute enterKeyHint assert_true: The prototype object must have a property "enterKeyHint" expected true got false
    196196PASS HTMLElement interface: attribute isContentEditable
    197197PASS HTMLElement interface: attribute inputMode
     
    283283PASS HTMLElement interface: document.createElement("noscript") must inherit property "onpaste" with the proper type
    284284PASS 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
     285FAIL HTMLElement interface: document.createElement("noscript") must inherit property "enterKeyHint" with the proper type assert_inherits: property "enterKeyHint" not found in prototype chain
    286286PASS HTMLElement interface: document.createElement("noscript") must inherit property "isContentEditable" with the proper type
    287287PASS HTMLElement interface: document.createElement("noscript") must inherit property "inputMode" with the proper type
Note: See TracChangeset for help on using the changeset viewer.