mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
4b3635c0bb
Move major DevTools files to new directories using the following steps: hg mv browser/devtools devtools/client hg mv toolkit/devtools/server devtools/server hg mv toolkit/devtools devtools/shared No other changes are made.
12 lines
327 B
HTML
12 lines
327 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>missing stylesheet testcase</title>
|
|
<link rel="stylesheet" charset="utf-8" type="text/css" media="screen" href="missing-stylesheet.css"/>
|
|
<link rel="stylesheet" charset="utf-8" type="text/css" media="screen" href="simple.css"/>
|
|
</head>
|
|
<body>
|
|
</body>
|
|
</html>
|