Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(212)

Side by Side Diff: LayoutTests/platform/qt/fast/dom/Window/window-properties-expected.txt

Issue 3509008: Merge 68345 - document.nodesFromRect() needs to be removed from Document.idl... (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/517/
Patch Set: Created 10 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « LayoutTests/platform/qt/Skipped ('k') | LayoutTests/platform/win/Skipped » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 This test dumps all of the properties that are reachable from the window object, along with their types. 1 This test dumps all of the properties that are reachable from the window object, along with their types.
2 2
3 window [object DOMWindow] 3 window [object DOMWindow]
4 window.Array [function] 4 window.Array [function]
5 window.Attr [object AttrConstructor] 5 window.Attr [object AttrConstructor]
6 window.Attr.prototype [object AttrPrototype] 6 window.Attr.prototype [object AttrPrototype]
7 window.Attr.prototype.ATTRIBUTE_NODE [number] 7 window.Attr.prototype.ATTRIBUTE_NODE [number]
8 window.Attr.prototype.CDATA_SECTION_NODE [number] 8 window.Attr.prototype.CDATA_SECTION_NODE [number]
9 window.Attr.prototype.COMMENT_NODE [number] 9 window.Attr.prototype.COMMENT_NODE [number]
10 window.Attr.prototype.DOCUMENT_FRAGMENT_NODE [number] 10 window.Attr.prototype.DOCUMENT_FRAGMENT_NODE [number]
(...skipping 606 matching lines...) Expand 10 before | Expand all | Expand 10 after
617 window.Document.prototype.hasAttributes [function] 617 window.Document.prototype.hasAttributes [function]
618 window.Document.prototype.hasChildNodes [function] 618 window.Document.prototype.hasChildNodes [function]
619 window.Document.prototype.importNode [function] 619 window.Document.prototype.importNode [function]
620 window.Document.prototype.insertBefore [function] 620 window.Document.prototype.insertBefore [function]
621 window.Document.prototype.isDefaultNamespace [function] 621 window.Document.prototype.isDefaultNamespace [function]
622 window.Document.prototype.isEqualNode [function] 622 window.Document.prototype.isEqualNode [function]
623 window.Document.prototype.isSameNode [function] 623 window.Document.prototype.isSameNode [function]
624 window.Document.prototype.isSupported [function] 624 window.Document.prototype.isSupported [function]
625 window.Document.prototype.lookupNamespaceURI [function] 625 window.Document.prototype.lookupNamespaceURI [function]
626 window.Document.prototype.lookupPrefix [function] 626 window.Document.prototype.lookupPrefix [function]
627 window.Document.prototype.nodesFromRect [function]
628 window.Document.prototype.normalize [function] 627 window.Document.prototype.normalize [function]
629 window.Document.prototype.queryCommandEnabled [function] 628 window.Document.prototype.queryCommandEnabled [function]
630 window.Document.prototype.queryCommandIndeterm [function] 629 window.Document.prototype.queryCommandIndeterm [function]
631 window.Document.prototype.queryCommandState [function] 630 window.Document.prototype.queryCommandState [function]
632 window.Document.prototype.queryCommandSupported [function] 631 window.Document.prototype.queryCommandSupported [function]
633 window.Document.prototype.queryCommandValue [function] 632 window.Document.prototype.queryCommandValue [function]
634 window.Document.prototype.querySelector [function] 633 window.Document.prototype.querySelector [function]
635 window.Document.prototype.querySelectorAll [function] 634 window.Document.prototype.querySelectorAll [function]
636 window.Document.prototype.removeChild [function] 635 window.Document.prototype.removeChild [function]
637 window.Document.prototype.removeEventListener [function] 636 window.Document.prototype.removeEventListener [function]
(...skipping 1729 matching lines...) Expand 10 before | Expand all | Expand 10 after
2367 window.getSelection().isCollapsed [boolean] 2366 window.getSelection().isCollapsed [boolean]
2368 window.getSelection().modify [function] 2367 window.getSelection().modify [function]
2369 window.getSelection().rangeCount [number] 2368 window.getSelection().rangeCount [number]
2370 window.getSelection().removeAllRanges [function] 2369 window.getSelection().removeAllRanges [function]
2371 window.getSelection().selectAllChildren [function] 2370 window.getSelection().selectAllChildren [function]
2372 window.getSelection().setBaseAndExtent [function] 2371 window.getSelection().setBaseAndExtent [function]
2373 window.getSelection().setPosition [function] 2372 window.getSelection().setPosition [function]
2374 window.getSelection().toString [function] 2373 window.getSelection().toString [function]
2375 window.getSelection().type [string] 2374 window.getSelection().type [string]
2376 2375
OLDNEW
« no previous file with comments | « LayoutTests/platform/qt/Skipped ('k') | LayoutTests/platform/win/Skipped » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698