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

Unified Diff: LayoutTests/webexposed/element-instance-property-listing-expected.txt

Issue 1085843002: Implement DOM: prepend, append, before, after & replaceWith (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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/webexposed/element-instance-property-listing-expected.txt
diff --git a/LayoutTests/webexposed/element-instance-property-listing-expected.txt b/LayoutTests/webexposed/element-instance-property-listing-expected.txt
index bf8d99894e663711a89fb41f89928a47e5d2c377..4a6afc6deb9420e13d9f41da1ab6cee8504477d3 100644
--- a/LayoutTests/webexposed/element-instance-property-listing-expected.txt
+++ b/LayoutTests/webexposed/element-instance-property-listing-expected.txt
@@ -26,10 +26,13 @@ namespace http://www.w3.org/1999/xhtml
property TEXT_NODE
property accessKey
property addEventListener
+ property after
property animate
+ property append
property appendChild
property attributes
property baseURI
+ property before
property blur
property childElementCount
property childNodes
@@ -193,6 +196,7 @@ namespace http://www.w3.org/1999/xhtml
property parentElement
property parentNode
property prefix
+ property prepend
property previousElementSibling
property previousSibling
property querySelector
@@ -204,6 +208,7 @@ namespace http://www.w3.org/1999/xhtml
property removeChild
property removeEventListener
property replaceChild
+ property replaceWith
property requestFullscreen
property requestPointerLock
property scroll
@@ -1126,10 +1131,13 @@ namespace http://www.w3.org/2000/svg
property TEXT_NODE
property accessKey
property addEventListener
+ property after
property animate
+ property append
property appendChild
property attributes
property baseURI
+ property before
property blur
property childElementCount
property childNodes
@@ -1293,6 +1301,7 @@ namespace http://www.w3.org/2000/svg
property parentElement
property parentNode
property prefix
+ property prepend
property previousElementSibling
property previousSibling
property querySelector
@@ -1304,6 +1313,7 @@ namespace http://www.w3.org/2000/svg
property removeChild
property removeEventListener
property replaceChild
+ property replaceWith
property requestFullscreen
property requestPointerLock
property scroll
« no previous file with comments | « LayoutTests/fast/dom/ParentNode/prepend-on-document.html ('k') | LayoutTests/webexposed/global-interface-listing-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698