mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
18 lines
327 B
HTML
18 lines
327 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>minified testcase</title>
|
|
<style type="text/css"><!--
|
|
body{background:white;}div{font-size:4em;color:red}
|
|
--></style>
|
|
<style type="text/css">body { background: red; }
|
|
div {
|
|
font-size: 5em;
|
|
color: red
|
|
}</style>
|
|
</head>
|
|
<body>
|
|
<div>minified <span>testcase</span></div>
|
|
</body>
|
|
</html>
|