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

Side by Side Diff: LayoutTests/fast/dom/document-set-body-expected.txt

Issue 7150014: Merge 87863 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/742/
Patch Set: Created 9 years, 6 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 unified diff | Download patch
« no previous file with comments | « LayoutTests/fast/dom/document-set-body.html ('k') | Source/WebCore/dom/Document.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Tests setting document.body 1 Tests setting document.body
2 2
3 PASS document1.body = iframe1 threw exception Error: HIERARCHY_REQUEST_ERR: DOM Exception 3. 3 PASS document1.body = iframe1 threw exception Error: HIERARCHY_REQUEST_ERR: DOM Exception 3.
4 PASS iframe1.parentNode is document.body 4 PASS iframe1.parentNode is document.body
5 PASS document1.body = document1.createElement('iframe') threw exception Error: H IERARCHY_REQUEST_ERR: DOM Exception 3. 5 PASS document1.body = document1.createElement('iframe') threw exception Error: H IERARCHY_REQUEST_ERR: DOM Exception 3.
6 PASS document1.body != document.body is true 6 PASS document1.body != document.body is true
7 PASS document1.body is body1 7 PASS document1.body is body1
8 PASS successfullyParsed is true 8 PASS successfullyParsed is true
9 9
10 TEST COMPLETE 10 TEST COMPLETE
11 11
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/document-set-body.html ('k') | Source/WebCore/dom/Document.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698