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

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

Issue 3403012: Merge 67357 (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/platform/mac/http/tests/navigation/post-goback1-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 383 matching lines...) Expand 10 before | Expand all | Expand 10 after
394 #data 394 #data
395 <head></head> <style></style>ddd 395 <head></head> <style></style>ddd
396 #errors 396 #errors
397 #document 397 #document
398 | <html> 398 | <html>
399 | <head> 399 | <head>
400 | <style> 400 | <style>
401 | " " 401 | " "
402 | <body> 402 | <body>
403 | "ddd" 403 | "ddd"
404
405 #data
406 <a><li><style></style><title></title></a>
407 #errors
408 #document
409 | <html>
410 | <head>
411 | <body>
412 | <a>
413 | <li>
414 | <a>
415 | <style>
416 | <title>
417
418 #data
419 <font></p><p><meta><title></title></font>
420 #errors
421 #document
422 | <html>
423 | <head>
424 | <body>
425 | <font>
426 | <p>
427 | <p>
428 | <font>
429 | <meta>
430 | <title>
431
432 #data
433 <a><center><title></title><a>
434 #errors
435 #document
436 | <html>
437 | <head>
438 | <body>
439 | <a>
440 | <center>
441 | <a>
442 | <title>
443 | <a>
444
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/platform/mac/http/tests/navigation/post-goback1-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698