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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/gc-dom-tree-lifetime-expected.txt

Issue 2025773002: Remove node count checks from fast/dom/gc-dom-tree-lifetime.html (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | « third_party/WebKit/LayoutTests/fast/dom/gc-dom-tree-lifetime.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/dom/gc-dom-tree-lifetime-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/dom/gc-dom-tree-lifetime-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/gc-dom-tree-lifetime-expected.txt
index c83eede1b413d647ee7816e65cabf0096c7a8540..6b7184412c9646b919672cdd92aaa1df7d741f43 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/gc-dom-tree-lifetime-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/dom/gc-dom-tree-lifetime-expected.txt
@@ -30,7 +30,6 @@ PASS globalDiv.id is "div2"
PASS globalDiv.parentNode.id is "div2-parent"
PASS globalDiv.firstChild.id is "div2-child"
=== After clearing innerHTML, divX, divY and divZ ===
-PASS All <div> objects in a DOM tree are successfully destructed.
=== Initial state ===
PASS globalDiv.id is "div0"
PASS globalDiv.parentNode.id is "div0-parent"
@@ -63,7 +62,6 @@ PASS globalDiv.id is "div1"
PASS globalDiv.parentNode.id is "div1-parent"
PASS globalDiv.firstChild.id is "div1-child"
=== After clearing innerHTML, divX, divY and divZ ===
-PASS All <div> objects in a DOM tree are successfully destructed.
=== Initial state ===
PASS globalDiv.id is "div1"
PASS globalDiv.parentNode.id is "div1-parent"
@@ -96,7 +94,6 @@ PASS globalDiv.id is "div2"
PASS globalDiv.parentNode.id is "div2-parent"
PASS globalDiv.firstChild.id is "div2-child"
=== After clearing innerHTML, divX, divY and divZ ===
-PASS All <div> objects in a DOM tree are successfully destructed.
=== Initial state ===
PASS globalDiv.id is "div1"
PASS globalDiv.parentNode.id is "div1-parent"
@@ -129,7 +126,6 @@ PASS globalDiv.id is "div0"
PASS globalDiv.parentNode.id is "div0-parent"
PASS globalDiv.firstChild.id is "div0-child"
=== After clearing innerHTML, divX, divY and divZ ===
-PASS All <div> objects in a DOM tree are successfully destructed.
=== Initial state ===
PASS globalDiv.id is "div2"
PASS globalDiv.parentNode.id is "div2-parent"
@@ -162,7 +158,6 @@ PASS globalDiv.id is "div1"
PASS globalDiv.parentNode.id is "div1-parent"
PASS globalDiv.firstChild.id is "div1-child"
=== After clearing innerHTML, divX, divY and divZ ===
-PASS All <div> objects in a DOM tree are successfully destructed.
=== Initial state ===
PASS globalDiv.id is "div2"
PASS globalDiv.parentNode.id is "div2-parent"
@@ -195,7 +190,6 @@ PASS globalDiv.id is "div0"
PASS globalDiv.parentNode.id is "div0-parent"
PASS globalDiv.firstChild.id is "div0-child"
=== After clearing innerHTML, divX, divY and divZ ===
-PASS All <div> objects in a DOM tree are successfully destructed.
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « third_party/WebKit/LayoutTests/fast/dom/gc-dom-tree-lifetime.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698