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

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

Issue 1934123002: Implement DOM methods: prepend, append, after, before and replaceWith. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sync test expectations Created 4 years, 8 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: third_party/WebKit/LayoutTests/webexposed/element-instance-property-listing-expected.txt
diff --git a/third_party/WebKit/LayoutTests/webexposed/element-instance-property-listing-expected.txt b/third_party/WebKit/LayoutTests/webexposed/element-instance-property-listing-expected.txt
index 5d0de9e078b7d18744550821a72862fad0977ab0..d5a92af71190491e250e5730e5549590bb469ef8 100644
--- a/third_party/WebKit/LayoutTests/webexposed/element-instance-property-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/webexposed/element-instance-property-listing-expected.txt
@@ -27,12 +27,15 @@ namespace http://www.w3.org/1999/xhtml
property TEXT_NODE
property accessKey
property addEventListener
+ property after
property animate
+ property append
property appendChild
property assignedSlot
property attachShadow
property attributes
property baseURI
+ property before
property blur
property childElementCount
property childNodes
@@ -189,6 +192,7 @@ namespace http://www.w3.org/1999/xhtml
property parentElement
property parentNode
property prefix
+ property prepend
property previousElementSibling
property previousSibling
property querySelector
@@ -200,6 +204,7 @@ namespace http://www.w3.org/1999/xhtml
property removeChild
property removeEventListener
property replaceChild
+ property replaceWith
property requestFullscreen
property requestPointerLock
property rootNode
@@ -1117,12 +1122,15 @@ namespace http://www.w3.org/2000/svg
property TEXT_NODE
property accessKey
property addEventListener
+ property after
property animate
+ property append
property appendChild
property assignedSlot
property attachShadow
property attributes
property baseURI
+ property before
property blur
property childElementCount
property childNodes
@@ -1279,6 +1287,7 @@ namespace http://www.w3.org/2000/svg
property parentElement
property parentNode
property prefix
+ property prepend
property previousElementSibling
property previousSibling
property querySelector
@@ -1290,6 +1299,7 @@ namespace http://www.w3.org/2000/svg
property removeChild
property removeEventListener
property replaceChild
+ property replaceWith
property requestFullscreen
property requestPointerLock
property rootNode

Powered by Google App Engine
This is Rietveld 408576698