mirror of
https://github.com/servo/servo.git
synced 2025-06-27 18:43:40 +01:00
13 lines
288 B
HTML
13 lines
288 B
HTML
<!DOCTYPE html>
|
|
<meta charset="utf-8">
|
|
<title>CSS Reference</title>
|
|
<style>
|
|
div {
|
|
border: 2px solid black;
|
|
color: green;
|
|
}
|
|
</style>
|
|
<body>
|
|
<p>Test passes if the text "multipart/form-data" appear in the box below.</p>
|
|
<div>multipart/form-data</div>
|
|
</body>
|