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

Unified Diff: LayoutTests/fast/dom/document-set-title-single-DOMSubtreeModified-expected.txt

Issue 688933002: Make textContent trigger single DOMSubtreeModified event (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Address comments Created 6 years, 1 month 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 | « LayoutTests/fast/dom/document-set-title-single-DOMSubtreeModified.html ('k') | Source/core/dom/Attr.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/dom/document-set-title-single-DOMSubtreeModified-expected.txt
diff --git a/LayoutTests/fast/forms/image-disconnected-during-parse-expected.txt b/LayoutTests/fast/dom/document-set-title-single-DOMSubtreeModified-expected.txt
similarity index 63%
copy from LayoutTests/fast/forms/image-disconnected-during-parse-expected.txt
copy to LayoutTests/fast/dom/document-set-title-single-DOMSubtreeModified-expected.txt
index 470675985db2a17bff05d62d28714db904b2c82b..59f4e3d3f3dd4818963014cc151552d097753e5d 100644
--- a/LayoutTests/fast/forms/image-disconnected-during-parse-expected.txt
+++ b/LayoutTests/fast/dom/document-set-title-single-DOMSubtreeModified-expected.txt
@@ -1,9 +1,10 @@
-Image elements should not be associated with forms in different trees
+On setting document.title, only one DOMSubtreeModified event is created.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS document.forms[0].myimage is undefined.
+PASS document.title is "new"
+PASS i == 1 is true
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « LayoutTests/fast/dom/document-set-title-single-DOMSubtreeModified.html ('k') | Source/core/dom/Attr.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698