added cssText check (#23)

* added cssText check

* added testing
This commit is contained in:
Filip Slatinac
2019-11-27 01:17:00 -05:00
committed by yz-yu
parent acb53f2ef1
commit f1cae2f68c
3 changed files with 24 additions and 23 deletions

View File

@@ -1,16 +1,15 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>with style sheet</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/pure@2.85.0/index.css">
</head>
<body>
</body>
</html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>with style sheet</title>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/pure@2.85.0/index.css"
/>
<link rel="stylesheet" href />
</head>
<body></body>
</html>