1 <!DOCTYPE html PUBLIC
"-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
2 <html xmlns=
"http://www.w3.org/1999/xhtml">
4 <title>Content Inserted in Pagination after ::before
</title>
6 <style type=
"text/css">
17 border: 3px solid silver
;
28 border-bottom: 4px solid blue
;
33 border-top: 4px solid blue
;
38 <body onload=
"document.getElementById('x').insertBefore(document.createTextNode('This must be in the second column between two 4px blue lines.'), document.getElementById('shift'))">
41 <div id=
"x"><div id=
"shift"></div></div>