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

Unified Diff: LayoutTests/html5lib/generated/run-tests19-data-expected.txt

Issue 96653004: Remove support for the obsolete <isindex> tag. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Test. Created 6 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/html5lib/generated/run-tests19-data-expected.txt
diff --git a/LayoutTests/html5lib/generated/run-tests19-data-expected.txt b/LayoutTests/html5lib/generated/run-tests19-data-expected.txt
index 7c647f0498a5095eb3c1b1e3fbcc46195e6d0e68..6aacf43a6ce4f681f4ce6e073f013739529a1873 100644
--- a/LayoutTests/html5lib/generated/run-tests19-data-expected.txt
+++ b/LayoutTests/html5lib/generated/run-tests19-data-expected.txt
@@ -1 +1,112 @@
-../resources/tests19.dat: PASS
+../resources/tests19.dat:
+8
+9
+10
+11
+12
+
+Test 8 of 104 in ../resources/tests19.dat failed. Input:
+<!doctype html><form><isindex>
+Got:
+| <!DOCTYPE html>
+| <html>
+| <head>
+| <body>
+| <form>
+| <isindex>
+Expected:
+| <!DOCTYPE html>
+| <html>
+| <head>
+| <body>
+| <form>
+
+Test 9 of 104 in ../resources/tests19.dat failed. Input:
+<!doctype html><isindex action="POST">
+Got:
+| <!DOCTYPE html>
+| <html>
+| <head>
+| <body>
+| <isindex>
+| action="POST"
+Expected:
+| <!DOCTYPE html>
+| <html>
+| <head>
+| <body>
+| <form>
+| action="POST"
+| <hr>
+| <label>
+| "This is a searchable index. Enter search keywords: "
+| <input>
+| name="isindex"
+| <hr>
+
+Test 10 of 104 in ../resources/tests19.dat failed. Input:
+<!doctype html><isindex prompt="this is isindex">
+Got:
+| <!DOCTYPE html>
+| <html>
+| <head>
+| <body>
+| <isindex>
+| prompt="this is isindex"
+Expected:
+| <!DOCTYPE html>
+| <html>
+| <head>
+| <body>
+| <form>
+| <hr>
+| <label>
+| "this is isindex"
+| <input>
+| name="isindex"
+| <hr>
+
+Test 11 of 104 in ../resources/tests19.dat failed. Input:
+<!doctype html><isindex type="hidden">
+Got:
+| <!DOCTYPE html>
+| <html>
+| <head>
+| <body>
+| <isindex>
+| type="hidden"
+Expected:
+| <!DOCTYPE html>
+| <html>
+| <head>
+| <body>
+| <form>
+| <hr>
+| <label>
+| "This is a searchable index. Enter search keywords: "
+| <input>
+| name="isindex"
+| type="hidden"
+| <hr>
+
+Test 12 of 104 in ../resources/tests19.dat failed. Input:
+<!doctype html><isindex name="foo">
+Got:
+| <!DOCTYPE html>
+| <html>
+| <head>
+| <body>
+| <isindex>
+| name="foo"
+Expected:
+| <!DOCTYPE html>
+| <html>
+| <head>
+| <body>
+| <form>
+| <hr>
+| <label>
+| "This is a searchable index. Enter search keywords: "
+| <input>
+| name="isindex"
+| <hr>

Powered by Google App Engine
This is Rietveld 408576698