mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-02 03:49:37 +00:00
006cccd339
When we want to use Servo binaries outside of their `target` build directory, `./resources` is what we’ll need to ship with them. r? @jdm Source-Repo: https://github.com/servo/servo Source-Revision: 8312fde154768c4a5ce133a1aaaf1293529a5558 --HG-- rename : servo/tests/html/failure.html => servo/resources/failure.html rename : servo/components/style/user-agent.css => servo/resources/user-agent.css
9 lines
102 B
HTML
9 lines
102 B
HTML
<html>
|
|
<head>
|
|
<title>about:failure</title>
|
|
</head>
|
|
<body>
|
|
<img src="itried.jpg"/>
|
|
</body>
|
|
</html>
|