parser/htmlparser/tests/mochitest/html5lib_tree_construction/main-element.dat

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/parser/htmlparser/tests/mochitest/html5lib_tree_construction/main-element.dat	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,44 @@
     1.4 +#data
     1.5 +<!doctype html><p>foo<main>bar<p>baz
     1.6 +#errors
     1.7 +(1,36): expected-closing-tag-but-got-eof
     1.8 +#document
     1.9 +| <!DOCTYPE html>
    1.10 +| <html>
    1.11 +|   <head>
    1.12 +|   <body>
    1.13 +|     <p>
    1.14 +|       "foo"
    1.15 +|     <main>
    1.16 +|       "bar"
    1.17 +|       <p>
    1.18 +|         "baz"
    1.19 +
    1.20 +#data
    1.21 +<!doctype html><main><p>foo</main>bar
    1.22 +#errors
    1.23 +#document
    1.24 +| <!DOCTYPE html>
    1.25 +| <html>
    1.26 +|   <head>
    1.27 +|   <body>
    1.28 +|     <main>
    1.29 +|       <p>
    1.30 +|         "foo"
    1.31 +|     "bar"
    1.32 +
    1.33 +#data
    1.34 +<!DOCTYPE html>xxx<svg><x><g><a><main><b>
    1.35 +#errors
    1.36 +#document
    1.37 +| <!DOCTYPE html>
    1.38 +| <html>
    1.39 +|   <head>
    1.40 +|   <body>
    1.41 +|     "xxx"
    1.42 +|     <svg svg>
    1.43 +|       <svg x>
    1.44 +|         <svg g>
    1.45 +|           <svg a>
    1.46 +|             <svg main>
    1.47 +|     <b>

mercurial