⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 181896 in webkit


Ignore:
Timestamp:
Mar 24, 2015, 10:06:38 AM (11 years ago)
Author:
Brent Fulgham
Message:

[Win] Update baselines after r181889.
https://bugs.webkit.org/show_bug.cgi?id=141869

  • platform/win/css3/selectors3/xhtml/css3-modsel-15c-expected.txt:
  • platform/win/css3/selectors3/xml/css3-modsel-15c-expected.txt:
  • platform/win/fast/dom/NavigatorContentUtils/is-protocol-handler-registered-expected.txt:
Location:
trunk/LayoutTests
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r181895 r181896  
     12015-03-24  Brent Fulgham  <bfulgham@apple.com>
     2
     3        [Win] Update baselines after r181889.
     4        https://bugs.webkit.org/show_bug.cgi?id=141869
     5
     6        * platform/win/css3/selectors3/xhtml/css3-modsel-15c-expected.txt:
     7        * platform/win/css3/selectors3/xml/css3-modsel-15c-expected.txt:
     8        * platform/win/fast/dom/NavigatorContentUtils/is-protocol-handler-registered-expected.txt:
     9
    1102015-03-24  Chris Dumez  <cdumez@apple.com>
    211
  • trunk/LayoutTests/platform/win/css3/selectors3/xhtml/css3-modsel-15c-expected.txt

    r180176 r181896  
    1 CONSOLE MESSAGE: line 27: TypeError: undefined is not a function (evaluating 'document.getElementsByTagNameNS('http://www.w3.org/1999/xhtml', 'div')[0].setIdAttribute('title', true)')
     1CONSOLE MESSAGE: line 27: TypeError: document.getElementsByTagNameNS('http://www.w3.org/1999/xhtml', 'div')[0].setIdAttribute is not a function. (In 'document.getElementsByTagNameNS('http://www.w3.org/1999/xhtml', 'div')[0].setIdAttribute('title', true)', 'document.getElementsByTagNameNS('http://www.w3.org/1999/xhtml', 'div')[0].setIdAttribute' is undefined)
    22layer at (0,0) size 800x600
    33  RenderView at (0,0) size 800x600
  • trunk/LayoutTests/platform/win/css3/selectors3/xml/css3-modsel-15c-expected.txt

    r180176 r181896  
    1 CONSOLE MESSAGE: line 9: TypeError: undefined is not a function (evaluating 'document.getElementsByTagNameNS('http://www.w3.org/1999/xhtml', 'div')[0].setIdAttribute('title', true)')
     1CONSOLE MESSAGE: line 9: TypeError: document.getElementsByTagNameNS('http://www.w3.org/1999/xhtml', 'div')[0].setIdAttribute is not a function. (In 'document.getElementsByTagNameNS('http://www.w3.org/1999/xhtml', 'div')[0].setIdAttribute('title', true)', 'document.getElementsByTagNameNS('http://www.w3.org/1999/xhtml', 'div')[0].setIdAttribute' is undefined)
    22layer at (0,0) size 800x600
    33  RenderView at (0,0) size 800x600
  • trunk/LayoutTests/platform/win/fast/dom/NavigatorContentUtils/is-protocol-handler-registered-expected.txt

    r173901 r181896  
    77PASS Invalid scheme "magnet:+" failed.
    88PASS Invalid scheme "tel:sip" failed.
    9 FAIL window.navigator.isProtocolHandlerRegistered call is failed: "undefined is not a function (evaluating 'window.navigator.isProtocolHandlerRegistered("bitcoin", "valid protocol %s")')".
     9FAIL window.navigator.isProtocolHandlerRegistered call is failed: "window.navigator.isProtocolHandlerRegistered is not a function. (In 'window.navigator.isProtocolHandlerRegistered("bitcoin", "valid protocol %s")', 'window.navigator.isProtocolHandlerRegistered' is undefined)".
    1010
Note: See TracChangeset for help on using the changeset viewer.