parser/htmlparser/tests/mochitest/html5lib_tree_construction/tests14.dat

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

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><html><body><xyz:abc></xyz:abc>
michael@0 3 #errors
michael@0 4 #document
michael@0 5 | <!DOCTYPE html>
michael@0 6 | <html>
michael@0 7 | <head>
michael@0 8 | <body>
michael@0 9 | <xyz:abc>
michael@0 10
michael@0 11 #data
michael@0 12 <!DOCTYPE html><html><body><xyz:abc></xyz:abc><span></span>
michael@0 13 #errors
michael@0 14 #document
michael@0 15 | <!DOCTYPE html>
michael@0 16 | <html>
michael@0 17 | <head>
michael@0 18 | <body>
michael@0 19 | <xyz:abc>
michael@0 20 | <span>
michael@0 21
michael@0 22 #data
michael@0 23 <!DOCTYPE html><html><html abc:def=gh><xyz:abc></xyz:abc>
michael@0 24 #errors
michael@0 25 (1,38): non-html-root
michael@0 26 #document
michael@0 27 | <!DOCTYPE html>
michael@0 28 | <html>
michael@0 29 | abc:def="gh"
michael@0 30 | <head>
michael@0 31 | <body>
michael@0 32 | <xyz:abc>
michael@0 33
michael@0 34 #data
michael@0 35 <!DOCTYPE html><html xml:lang=bar><html xml:lang=foo>
michael@0 36 #errors
michael@0 37 (1,53): non-html-root
michael@0 38 #document
michael@0 39 | <!DOCTYPE html>
michael@0 40 | <html>
michael@0 41 | xml:lang="bar"
michael@0 42 | <head>
michael@0 43 | <body>
michael@0 44
michael@0 45 #data
michael@0 46 <!DOCTYPE html><html 123=456>
michael@0 47 #errors
michael@0 48 #document
michael@0 49 | <!DOCTYPE html>
michael@0 50 | <html>
michael@0 51 | 123="456"
michael@0 52 | <head>
michael@0 53 | <body>
michael@0 54
michael@0 55 #data
michael@0 56 <!DOCTYPE html><html 123=456><html 789=012>
michael@0 57 #errors
michael@0 58 (1,43): non-html-root
michael@0 59 #document
michael@0 60 | <!DOCTYPE html>
michael@0 61 | <html>
michael@0 62 | 123="456"
michael@0 63 | 789="012"
michael@0 64 | <head>
michael@0 65 | <body>
michael@0 66
michael@0 67 #data
michael@0 68 <!DOCTYPE html><html><body 789=012>
michael@0 69 #errors
michael@0 70 #document
michael@0 71 | <!DOCTYPE html>
michael@0 72 | <html>
michael@0 73 | <head>
michael@0 74 | <body>
michael@0 75 | 789="012"

mercurial