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

Side by Side Diff: LayoutTests/html5lib/resources/webkit01.dat

Issue 3402012: Merge 67356 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/517/
Patch Set: Created 10 years, 3 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
« no previous file with comments | « no previous file | LayoutTests/html5lib/runner-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #data 1 #data
2 Test 2 Test
3 #errors 3 #errors
4 Line: 1 Col: 4 Unexpected non-space characters. Expected DOCTYPE. 4 Line: 1 Col: 4 Unexpected non-space characters. Expected DOCTYPE.
5 #document 5 #document
6 | <html> 6 | <html>
7 | <head> 7 | <head>
8 | <body> 8 | <body>
9 | "Test" 9 | "Test"
10 10
(...skipping 424 matching lines...) Expand 10 before | Expand all | Expand 10 after
435 #document 435 #document
436 | <html> 436 | <html>
437 | <head> 437 | <head>
438 | <body> 438 | <body>
439 | <a> 439 | <a>
440 | <center> 440 | <center>
441 | <a> 441 | <a>
442 | <title> 442 | <title>
443 | <a> 443 | <a>
444 444
445 #data
446 <kbd><table></kbd><col><select><tr>
447 #errors
448 #document
449 | <html>
450 | <head>
451 | <body>
452 | <kbd>
453 | <select>
454 | <table>
455 | <colgroup>
456 | <col>
457 | <tbody>
458 | <tr>
459
460 #data
461 <kbd><table></kbd><col><select><tr></table><div>
462 #errors
463 #document
464 | <html>
465 | <head>
466 | <body>
467 | <kbd>
468 | <select>
469 | <table>
470 | <colgroup>
471 | <col>
472 | <tbody>
473 | <tr>
474 | <div>
475
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/html5lib/runner-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698