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

Side by Side Diff: LayoutTests/fast/dom/document-set-title-no-reuse-expected.txt

Issue 107513013: Remove children of title node before updating (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: remove children before updateTitle for less title update dispatches Created 7 years 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 unified diff | Download patch
OLDNEW
(Empty)
1 Test that setting document.title does not reuse <title>'s textnode child
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS successfullyParsed is true
7
8 TEST COMPLETE
9 PASS oldnode.textContent != "bbb" is true
10 PASS oldnode != document.getElementsByTagName("title")[0].firstChild is true
11
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/document-set-title-no-reuse.html ('k') | LayoutTests/fast/dom/title-text-property-2-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698