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

Unified Diff: LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt

Issue 158713002: Move popular DOM attributes to prototype chains (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | LayoutTests/webexposed/global-interface-listing-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt
diff --git a/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt b/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt
index e649c9553621c4de364638a8e227acd0d4c59d1f..1e488584acb96f60e44cceec0433ba01f89146e8 100644
--- a/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt
+++ b/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt
@@ -433,6 +433,7 @@ interface DeviceOrientationEvent
method constructor
method initDeviceOrientationEvent
interface Document
+ getter body
method adoptNode
method caretRangeFromPoint
method constructor
@@ -477,6 +478,7 @@ interface Document
method registerElement
method webkitCancelFullScreen
method webkitExitFullscreen
+ setter body
interface DocumentFragment
method constructor
method getElementById
@@ -488,6 +490,8 @@ interface DocumentType
interface DynamicsCompressorNode
method constructor
interface Element
+ getter id
+ getter innerHTML
method animate
method blur
method closest
@@ -527,6 +531,8 @@ interface Element
method webkitMatchesSelector
method webkitRequestFullScreen
method webkitRequestFullscreen
+ setter id
+ setter innerHTML
interface Error
attribute message
attribute name
@@ -1202,6 +1208,13 @@ interface Node
attribute NOTATION_NODE
attribute PROCESSING_INSTRUCTION_NODE
attribute TEXT_NODE
+ getter childNodes
+ getter firstChild
+ getter lastChild
+ getter nextSibling
+ getter ownerDocument
+ getter parentNode
+ getter previousSibling
method appendChild
method cloneNode
method compareDocumentPosition
« no previous file with comments | « no previous file | LayoutTests/webexposed/global-interface-listing-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698