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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/domparsing/insert_adjacent_html-expected.txt

Issue 2696083004: Do not commit: Remove testharness.js test results that are all-PASS, ignoring console output (Closed)
Patch Set: Created 3 years, 10 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
OLDNEW
(Empty)
1 This is a testharness.js-based test.
2 PASS beforeBegin content without next sibling
3 PASS Afterbegin content without next sibling
4 PASS BeforeEnd content without next sibling
5 PASS afterend content without next sibling
6 PASS beforeBegin content again, with next sibling
7 PASS Afterbegin content again, with next sibling
8 PASS BeforeEnd content again, with next sibling
9 PASS afterend content again, with next sibling
10 PASS Should throw when inserting with invalid position string
11 PASS When the parent node is null, insertAdjacentHTML should throw for beforebeg in and afterend (text)
12 PASS When the parent node is null, insertAdjacentHTML should throw for beforebeg in and afterend (comments)
13 PASS When the parent node is null, insertAdjacentHTML should throw for beforebeg in and afterend (elements)
14 PASS When the parent node is a document, insertAdjacentHTML should throw for bef orebegin and afterend (text)
15 PASS When the parent node is a document, insertAdjacentHTML should throw for bef orebegin and afterend (comments)
16 PASS When the parent node is a document, insertAdjacentHTML should throw for bef orebegin and afterend (elements)
17 PASS Inserting after being and before end should order things correctly
18 PASS beforeBegin child node not in tree but has parent
19 PASS Afterbegin child node not in tree but has parent
20 PASS BeforeEnd child node not in tree but has parent
21 PASS afterend child node not in tree but has parent
22 PASS Should not run script when appending things which have descendant <script> inserted via insertAdjacentHTML
23 PASS beforeBegin content2 without next sibling
24 PASS Afterbegin content2 without next sibling
25 PASS BeforeEnd content2 without next sibling
26 PASS afterend content2 without next sibling
27 PASS beforeBegin content2 test again, now that there's a next sibling
28 PASS Afterbegin content2 test again, now that there's a next sibling
29 PASS BeforeEnd content2 test again, now that there's a next sibling
30 PASS afterend content2 test again, now that there's a next sibling
31 FAIL Inserting kids of the <html> element should not do weird things with implie d <body>/<head> tags assert_equals: Should still have one head expected 1 but go t 3
32 Harness: the test ran to completion.
33
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698