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

Side by Side Diff: LayoutTests/fast/parser/fragment-parser-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, 9 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
1 Test that fragment parsing does not affect the host document. 1 Test that fragment parsing does not affect the host document.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS parse('<span><body bgcolor=red>') is ['<span></span>','<html><body></body>< /html>'] 6 PASS parse('<span><body bgcolor=red>') is ['<span></span>','<html><body></body>< /html>']
7 PASS parse('<span><html bgcolor=red>') is ['<span></span>','<html><body></body>< /html>'] 7 PASS parse('<span><html bgcolor=red>') is ['<span></span>','<html><body></body>< /html>']
8 PASS parse('<span><meta>') is ['<span><meta></span>','<html><body></body></html> '] 8 PASS parse('<span><meta>') is ['<span><meta></span>','<html><body></body></html> ']
9 PASS parse('<span><base>') is ['<span><base></span>','<html><body></body></html> '] 9 PASS parse('<span><base>') is ['<span><base></span>','<html><body></body></html> ']
10 PASS parse('<html><script>') is ['<script></script>','<html><body></body></html> '] 10 PASS parse('<html><script>') is ['<script></script>','<html><body></body></html> ']
11 PASS parse('<html><style>') is ['<style></style>','<html><body></body></html>'] 11 PASS parse('<html><style>') is ['<style></style>','<html><body></body></html>']
12 PASS parse('<html><meta>') is ['<meta>','<html><body></body></html>'] 12 PASS parse('<html><meta>') is ['<meta>','<html><body></body></html>']
13 PASS parse('<html><link>') is ['<link>','<html><body></body></html>'] 13 PASS parse('<html><link>') is ['<link>','<html><body></body></html>']
14 PASS parse('<html><object>') is ['<object></object>','<html><body></body></html> '] 14 PASS parse('<html><object>') is ['<object></object>','<html><body></body></html> ']
15 PASS parse('<html><embed>') is ['<embed>','<html><body></body></html>'] 15 PASS parse('<html><embed>') is ['<embed>','<html><body></body></html>']
16 PASS parse('<html><title>') is ['<title></title>','<html><body></body></html>'] 16 PASS parse('<html><title>') is ['<title></title>','<html><body></body></html>']
17 PASS parse('<html><isindex>') is ['<form><hr><label>This is a searchable index. Enter search keywords: <input name="isindex"></label><hr></form>','<html><body>< /body></html>'] 17 PASS parse('<html><isindex>') is ['<isindex></isindex>','<html><body></body></ht ml>']
18 FAIL parse('<html><base>') should be ,<html><body></body></html>. Was <base>,<ht ml><body></body></html>. 18 FAIL parse('<html><base>') should be ,<html><body></body></html>. Was <base>,<ht ml><body></body></html>.
19 PASS parse('<html><div>') is ['<div></div>','<html><body></body></html>'] 19 PASS parse('<html><div>') is ['<div></div>','<html><body></body></html>']
20 PASS parse('<frameset>') is ['','<html><body></body></html>'] 20 PASS parse('<frameset>') is ['','<html><body></body></html>']
21 PASS parse('<html>x', true) is ['x','no document element'] 21 PASS parse('<html>x', true) is ['x','no document element']
22 PASS successfullyParsed is true 22 PASS successfullyParsed is true
23 23
24 TEST COMPLETE 24 TEST COMPLETE
25 25
OLDNEW
« no previous file with comments | « LayoutTests/fast/forms/text-style-color.html ('k') | LayoutTests/fast/parser/script-tests/fragment-parser.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698