layout/reftests/bugs/378535-1.html

Thu, 15 Jan 2015 15:55:04 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 15:55:04 +0100
branch
TOR_BUG_9701
changeset 9
a63d609f5ebe
permissions
-rw-r--r--

Back out 97036ab72558 which inappropriately compared turds to third parties.

michael@0 1 <!DOCTYPE html>
michael@0 2 <html xmlns="http://www.w3.org/1999/xhtml">
michael@0 3 <head>
michael@0 4 <style type="text/css">
michael@0 5 #div1:before { content: "PASS1"; }
michael@0 6 #div2:before { content: "FAIL2"; content: "PASS2" }
michael@0 7 #div3:before { content: "FAIL3"; content: normal; }
michael@0 8 #div4:before { content: normal; content: "PASS4"; }
michael@0 9 #div5:before { content: "FAIL5"; content: none; }
michael@0 10 #div6:before { content: "PASS6"; content: none none; }
michael@0 11 #div7:before { content: "PASS7"; content: normal none; }
michael@0 12 #div8:before { content: "PASS8"; content: none normal; }
michael@0 13 #div9:before { content: "PASS9"; content: "FAIL8" none; }
michael@0 14 #div10:before { content: "PASS10"; content: no-open-quote none; }
michael@0 15 #div11:before { content: "FAIL11"; content: no-open-quote no-close-quote; }
michael@0 16 #div12:before { content: "PASS12"; content: none "FAIL12"; }
michael@0 17
michael@0 18 </style>
michael@0 19 </head>
michael@0 20 <body>
michael@0 21 <div id="div1"></div>
michael@0 22 <div id="div2"></div>
michael@0 23 <div id="div3"></div>
michael@0 24 <div id="div4"></div>
michael@0 25 <div id="div5"></div>
michael@0 26 <div id="div6"></div>
michael@0 27 <div id="div7"></div>
michael@0 28 <div id="div8"></div>
michael@0 29 <div id="div9"></div>
michael@0 30 <div id="div10"></div>
michael@0 31 <div id="div11"></div>
michael@0 32 <div id="div12"></div>
michael@0 33 </body>
michael@0 34 </html>

mercurial