try to inline linked stylesheet when in same origin

This commit is contained in:
Yanzhen Yu
2018-10-05 23:06:51 +08:00
parent c24e0c6a2f
commit 8b82981b62
6 changed files with 110 additions and 33 deletions

View File

@@ -13,4 +13,23 @@
</body>
</html>
<!-- TEST_DIVIDER -->
<!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>
<style>body { margin: 0px; }p { color: red; }</style>
</head>
<body>
</body>
</html>