mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-13 17:14:02 +03:00
16 lines
296 B
HTML
16 lines
296 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="vscode-file://style.css">
|
|
<style>
|
|
@import url("vscode-file://imported.css");
|
|
button {
|
|
background: url(background.png);
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<button>Click me</button>
|
|
</body>
|
|
</html>
|