content-property.tentative.html (586B)
1 <!DOCTYPE html> 2 <link rel=stylesheet href=/fonts/ahem.css> 3 <link rel=match href=/css/reference/pass_if_square_96px_black.html> 4 <link rel=help href=https://github.com/whatwg/html/issues/2291> 5 <link rel=help href=https://drafts.csswg.org/css-content/#content-property> 6 <style> 7 .test, .ref { 8 font: 16px/1 Ahem; 9 margin: 0; 10 } 11 .test br { 12 /* This should have no affect. Per css-content, <string> when applied to elements. */ 13 content: ""; 14 } 15 </style> 16 <p>Test passes if there is a square below.</p> 17 <p class=test>xxxxxx<br>xxxxxx<br>xxxxxx</p> 18 <p class=ref>xxxxxx<br>xxxxxx<br>xxxxxx</p>