Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector / elements / remove-node-expected.txt
index e519f4e..948667f 100644 (file)
@@ -4,6 +4,15 @@ Tests that elements panel updates dom tree structure upon node removal.
 Running: testDumpInitial
 ========= Original ========
 - <div id="container">
+      <div id="child1">Text</div>
+      <div id="child2"></div>
+      <div id="child3"></div>
+      <div id="child4"></div>
+  </div>
+
+Running: testRemoveTextNode
+===== Removed Text node =====
+- <div id="container">
       <div id="child1"></div>
       <div id="child2"></div>
       <div id="child3"></div>