Changeset 189579 in webkit


Ignore:
Timestamp:
Sep 10, 2015 11:15:45 AM (9 years ago)
Author:
Dewei Zhu
Message:

Update windows platform expected results for bug 148810.
https://bugs.webkit.org/show_bug.cgi?id=149038

Reviewed by Alexey Proskuryakov.

  • platform/win/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt: Updated.
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r189576 r189579  
     12015-09-10  Dewei Zhu  <dewei_zhu@apple.com>
     2
     3        Update windows platform expected results for bug 148810.
     4        https://bugs.webkit.org/show_bug.cgi?id=149038
     5
     6        Reviewed by Alexey Proskuryakov.
     7
     8        * platform/win/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt: Updated.
     9
    1102015-09-10  Chris Dumez  <cdumez@apple.com>
    211
  • trunk/LayoutTests/platform/win/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt

    r189477 r189579  
    12631263PASS Document interface: document.implementation.createDocument(null, "", null) must inherit property "origin" with the proper type (3)
    12641264PASS Document interface: document.implementation.createDocument(null, "", null) must inherit property "compatMode" with the proper type (4)
    1265 FAIL Document interface: document.implementation.createDocument(null, "", null) must inherit property "characterSet" with the proper type (5) assert_equals: expected "string" but got "object"
    1266 FAIL Document interface: document.implementation.createDocument(null, "", null) must inherit property "inputEncoding" with the proper type (6) assert_equals: expected "string" but got "object"
     1265PASS Document interface: document.implementation.createDocument(null, "", null) must inherit property "characterSet" with the proper type (5)
     1266PASS Document interface: document.implementation.createDocument(null, "", null) must inherit property "inputEncoding" with the proper type (6)
    12671267PASS Document interface: document.implementation.createDocument(null, "", null) must inherit property "contentType" with the proper type (7)
    12681268PASS Document interface: document.implementation.createDocument(null, "", null) must inherit property "doctype" with the proper type (8)
Note: See TracChangeset for help on using the changeset viewer.