17 lines
356 B
HTML
17 lines
356 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>[ #431731 ] Inline emphasis inconsistent
|
||
|
propagation</title>
|
||
|
<style type="text/css">
|
||
|
span.c1 {font-size: 70%}
|
||
|
</style>
|
||
|
</head>
|
||
|
<body>
|
||
|
<span class=
|
||
|
"c1"><noscript><span>inside</span></noscript>OUTSIDE</span><br>
|
||
|
<span class=
|
||
|
"c1"><noscript>X<span>inside</span></noscript>OUTSIDE</span>
|
||
|
</body>
|
||
|
</html>
|