mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
a7060d94f3
--HG-- rename : browser/devtools/styleeditor/StyleEditorPanel.jsm => browser/devtools/styleeditor/styleeditor-panel.js
12 lines
287 B
HTML
12 lines
287 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>testcase for testing CSS source maps</title>
|
|
<link rel="stylesheet" type="text/css" href="simple.css"/>
|
|
<link rel="stylesheet" type="text/css" href="sourcemaps.css"/>
|
|
</head>
|
|
<body>
|
|
<div>source maps <span>testcase</span></div>
|
|
</body>
|
|
</html>
|