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

Side by Side Diff: LayoutTests/fast/parser/foster-parent-expected.txt

Issue 640433002: Update HTML parser's foster-parenting algorithm to match the current spec (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 2 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 | Annotate | Revision Log
« no previous file with comments | « LayoutTests/fast/parser/foster-parent.html ('k') | LayoutTests/html5lib/resources/template.dat » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Otherwise, if there is a table element in the stack of open elements, but the la st table element in the stack of open elements has no parent, or its parent node is not an element, then the foster parent element is the element before the las t table element in the stack of open elements. 1 Tests the HTML foster parenting algorithm when a DocumentFragment is the chosen foster parent
2 2
3 success 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS div.children.length is 0
7 PASS docFragment.firstElementChild.tagName is 'H1'
8 PASS successfullyParsed is true
9
10 TEST COMPLETE
11
OLDNEW
« no previous file with comments | « LayoutTests/fast/parser/foster-parent.html ('k') | LayoutTests/html5lib/resources/template.dat » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698