OLD | NEW |
---|---|
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 Loading... | |
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 | |
OLD | NEW |