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

Side by Side Diff: pkg/third_party/html5lib/test/data/tree-construction/isindex.dat

Issue 22375011: move html5lib code into dart svn repo (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: change location of html5lib to pkg/third_party/html5lib Created 7 years, 4 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
OLDNEW
(Empty)
1 #data
2 <isindex>
3 #errors
4 #document
5 | <html>
6 | <head>
7 | <body>
8 | <form>
9 | <hr>
10 | <label>
11 | "This is a searchable index. Enter search keywords: "
12 | <input>
13 | name="isindex"
14 | <hr>
15
16 #data
17 <isindex name="A" action="B" prompt="C" foo="D">
18 #errors
19 #document
20 | <html>
21 | <head>
22 | <body>
23 | <form>
24 | action="B"
25 | <hr>
26 | <label>
27 | "C"
28 | <input>
29 | foo="D"
30 | name="isindex"
31 | <hr>
32
33 #data
34 <form><isindex>
35 #errors
36 #document
37 | <html>
38 | <head>
39 | <body>
40 | <form>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698