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

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

Issue 1176013002: Move attributes and methods from HTMLDocument to Document (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Updated to latest master Created 5 years, 5 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
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 ca24bc4b55012cc7016f9a0adb28fae86f745c0c..7781c68a0bfa992dcfd682bea237557c88a1bfd0 100644
--- a/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt
+++ b/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt
@@ -762,6 +762,7 @@ interface Document
getter xmlVersion
method adoptNode
method caretRangeFromPoint
+ method close
method constructor
method createAttribute
method createAttributeNS
@@ -794,6 +795,7 @@ interface Document
method getSelection
method hasFocus
method importNode
+ method open
method queryCommandEnabled
method queryCommandIndeterm
method queryCommandState
@@ -804,6 +806,8 @@ interface Document
method registerElement
method webkitCancelFullScreen
method webkitExitFullscreen
+ method write
+ method writeln
setter body
setter cookie
setter designMode
@@ -1423,12 +1427,8 @@ interface HTMLDocument
getter vlinkColor
method captureEvents
method clear
- method close
method constructor
- method open
method releaseEvents
- method write
- method writeln
setter alinkColor
setter all
setter bgColor

Powered by Google App Engine
This is Rietveld 408576698