Changeset 181896 in webkit
- Timestamp:
- Mar 24, 2015, 10:06:38 AM (11 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 4 edited
-
ChangeLog (modified) (1 diff)
-
platform/win/css3/selectors3/xhtml/css3-modsel-15c-expected.txt (modified) (1 diff)
-
platform/win/css3/selectors3/xml/css3-modsel-15c-expected.txt (modified) (1 diff)
-
platform/win/fast/dom/NavigatorContentUtils/is-protocol-handler-registered-expected.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r181895 r181896 1 2015-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 1 10 2015-03-24 Chris Dumez <cdumez@apple.com> 2 11 -
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)')1 CONSOLE 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) 2 2 layer at (0,0) size 800x600 3 3 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)')1 CONSOLE 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) 2 2 layer at (0,0) size 800x600 3 3 RenderView at (0,0) size 800x600 -
trunk/LayoutTests/platform/win/fast/dom/NavigatorContentUtils/is-protocol-handler-registered-expected.txt
r173901 r181896 7 7 PASS Invalid scheme "magnet:+" failed. 8 8 PASS 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")')".9 FAIL 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)". 10 10
Note:
See TracChangeset
for help on using the changeset viewer.