mirror of
https://github.com/swc-project/swc.git
synced 2025-01-02 10:37:56 +03:00
130 lines
2.6 KiB
HTML
130 lines
2.6 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>Document</title>
|
|
<style>
|
|
a {
|
|
color:red
|
|
}
|
|
</style><style>
|
|
b {
|
|
color:blue
|
|
}
|
|
</style>
|
|
<!-- test -->
|
|
<style>
|
|
p {
|
|
color: white;
|
|
background-color: blue;
|
|
padding: 5px;
|
|
border: 1px solid black;
|
|
}
|
|
</style>
|
|
<style>
|
|
p {
|
|
color: blue;
|
|
background-color: yellow;
|
|
}
|
|
</style>
|
|
<style media="all and (max-width: 500px)">
|
|
p {
|
|
color: blue;
|
|
background-color: yellow;
|
|
}
|
|
</style>
|
|
<style type="text/css">
|
|
.first {
|
|
color: red;
|
|
}
|
|
</style>
|
|
<style type="text/css">
|
|
.second {
|
|
color: red;
|
|
}
|
|
</style>
|
|
<style media="all">
|
|
p {
|
|
color: blue;
|
|
}
|
|
</style>
|
|
<style media="all">
|
|
p {
|
|
color: red;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1>Text</h1>
|
|
<div>Text</div>
|
|
<style>
|
|
a {
|
|
color:red
|
|
}
|
|
</style>
|
|
<style>
|
|
b {
|
|
color:blue
|
|
}
|
|
</style>
|
|
<div>test</div>
|
|
<style>a { color: red }</style>
|
|
<style></style>
|
|
<div>test</div>
|
|
<style></style>
|
|
<style>a { color: red }</style>
|
|
<div>test</div>
|
|
<style>a { color: red }</style>
|
|
<style>html { color: red }</style>
|
|
<style>body { color: red }</style>
|
|
<div>test</div>
|
|
<style type="text/css"></style><style>a { color: red }</style>
|
|
<div>test</div>
|
|
<style type="text/css"></style><style type=" text/css ">a { color: red }</style>
|
|
<div>test</div>
|
|
<style media="screen" title="test">a { display: block }</style><style title="test" media="screen">a { color: red }</style>
|
|
<div>test</div>
|
|
<style type="text/css" media="screen"></style><style media="screen">a { color: red }</style>
|
|
<div>test</div>
|
|
<style title="test" media="screen"></style><style media="screen">a { color: red }</style>
|
|
<div>test</div>
|
|
<style type="unknown">a { color: red }</style><style type="unknown"></style>
|
|
<div>test</div>
|
|
<style type="text/css">a { color: red; }</style><style type=" text/css ">div { color: blue; }</style>
|
|
<div>EMPTY breaker</div>
|
|
<style></style>
|
|
<style></style>
|
|
<div>breaker</div>
|
|
<style></style>
|
|
<style></style>
|
|
<style></style>
|
|
|
|
<div>breaker style tags</div>
|
|
|
|
<style></style>
|
|
|
|
<style></style>
|
|
|
|
<style></style>
|
|
|
|
<style></style>
|
|
|
|
<style></style>
|
|
|
|
<div>breaker style tags</div>
|
|
|
|
<style></style><style></style><style></style><style></style><style></style>
|
|
|
|
<div>breaker</div>
|
|
<style></style>
|
|
<script></script>
|
|
<div>breaker</div>
|
|
<script></script>
|
|
<style></style>
|
|
<div>breaker</div>
|
|
<style></style>
|
|
<span>test</span>
|
|
<div>breaker</div>
|
|
<span>test</span>
|
|
<style></style>
|
|
</body>
|
|
</html> |