mirror of
https://github.com/servo/servo.git
synced 2025-10-15 16:00:28 +01:00
11 lines
222 B
HTML
11 lines
222 B
HTML
<!DOCTYPE html>
|
|
<!-- This will only match with the fuzzy set in the ini file -->
|
|
<link rel="match" href="fuzzy-ref-2a.html">
|
|
<style>
|
|
div {
|
|
width: 100px;
|
|
height: 100px;
|
|
background-color: green;
|
|
}
|
|
</style>
|
|
<div></div>
|