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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/fast/parser/foster-parent.html ('k') | LayoutTests/html5lib/resources/template.dat » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/parser/foster-parent-expected.txt
diff --git a/LayoutTests/fast/parser/foster-parent-expected.txt b/LayoutTests/fast/parser/foster-parent-expected.txt
index 3f5e359c9a819e308daccbfee04149e5337c7a9a..23b5eac6a059d9611ccd3847a6bd8bb1a50e752a 100644
--- a/LayoutTests/fast/parser/foster-parent-expected.txt
+++ b/LayoutTests/fast/parser/foster-parent-expected.txt
@@ -1,3 +1,11 @@
-Otherwise, if there is a table element in the stack of open elements, but the last 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 last table element in the stack of open elements.
+Tests the HTML foster parenting algorithm when a DocumentFragment is the chosen foster parent
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS div.children.length is 0
+PASS docFragment.firstElementChild.tagName is 'H1'
+PASS successfullyParsed is true
+
+TEST COMPLETE
-success
« 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