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

Unified Diff: LayoutTests/imported/web-platform-tests/html/syntax/parsing/html5lib_isindex-expected.txt

Issue 1164243002: W3C Test: Import web-platform-tests/html/syntax. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/imported/web-platform-tests/html/syntax/parsing/html5lib_isindex-expected.txt
diff --git a/LayoutTests/imported/web-platform-tests/html/syntax/parsing/html5lib_isindex-expected.txt b/LayoutTests/imported/web-platform-tests/html/syntax/parsing/html5lib_isindex-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..78cbeb1b1b95ee752845ec761f3f0aadc1f14b05
--- /dev/null
+++ b/LayoutTests/imported/web-platform-tests/html/syntax/parsing/html5lib_isindex-expected.txt
@@ -0,0 +1,6 @@
+This is a testharness.js-based test.
+FAIL html5lib_isindex.html 579ca96e69c47b3d2ac83f1aa79a450b745d21f3 assert_equals: expected "#document\n| <html>\n| <head>\n| <body>\n| <form>\n| <hr>\n| <label>\n| \"This is a searchable index. Enter search keywords: \"\n| <input>\n| name=\"isindex\"\n| <hr>" but got "#document\n| <html>\n| <head>\n| <body>\n| <isindex>"
+FAIL html5lib_isindex.html cb91f67071d81dd18d7ba9990de8f0f845c375f0 assert_equals: expected "#document\n| <html>\n| <head>\n| <body>\n| <form>\n| action=\"B\"\n| <hr>\n| <label>\n| \"C\"\n| <input>\n| foo=\"D\"\n| name=\"isindex\"\n| <hr>" but got "#document\n| <html>\n| <head>\n| <body>\n| <isindex>\n| action=\"B\"\n| foo=\"D\"\n| name=\"A\"\n| prompt=\"C\""
+FAIL html5lib_isindex.html bd8ac64cc8f1422fac94bbe1c8828c0b51dca3f2 assert_equals: expected "#document\n| <html>\n| <head>\n| <body>\n| <form>" but got "#document\n| <html>\n| <head>\n| <body>\n| <form>\n| <isindex>"
+Harness: the test ran to completion.
+

Powered by Google App Engine
This is Rietveld 408576698