Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
michael@0 | 1 | #data |
michael@0 | 2 | <!doctype html><p>foo<main>bar<p>baz |
michael@0 | 3 | #errors |
michael@0 | 4 | (1,36): expected-closing-tag-but-got-eof |
michael@0 | 5 | #document |
michael@0 | 6 | | <!DOCTYPE html> |
michael@0 | 7 | | <html> |
michael@0 | 8 | | <head> |
michael@0 | 9 | | <body> |
michael@0 | 10 | | <p> |
michael@0 | 11 | | "foo" |
michael@0 | 12 | | <main> |
michael@0 | 13 | | "bar" |
michael@0 | 14 | | <p> |
michael@0 | 15 | | "baz" |
michael@0 | 16 | |
michael@0 | 17 | #data |
michael@0 | 18 | <!doctype html><main><p>foo</main>bar |
michael@0 | 19 | #errors |
michael@0 | 20 | #document |
michael@0 | 21 | | <!DOCTYPE html> |
michael@0 | 22 | | <html> |
michael@0 | 23 | | <head> |
michael@0 | 24 | | <body> |
michael@0 | 25 | | <main> |
michael@0 | 26 | | <p> |
michael@0 | 27 | | "foo" |
michael@0 | 28 | | "bar" |
michael@0 | 29 | |
michael@0 | 30 | #data |
michael@0 | 31 | <!DOCTYPE html>xxx<svg><x><g><a><main><b> |
michael@0 | 32 | #errors |
michael@0 | 33 | #document |
michael@0 | 34 | | <!DOCTYPE html> |
michael@0 | 35 | | <html> |
michael@0 | 36 | | <head> |
michael@0 | 37 | | <body> |
michael@0 | 38 | | "xxx" |
michael@0 | 39 | | <svg svg> |
michael@0 | 40 | | <svg x> |
michael@0 | 41 | | <svg g> |
michael@0 | 42 | | <svg a> |
michael@0 | 43 | | <svg main> |
michael@0 | 44 | | <b> |