mirror of
https://github.com/servo/servo.git
synced 2025-07-12 18:03:49 +01:00
13 lines
268 B
HTML
13 lines
268 B
HTML
<!DOCTYPE html>
|
|
<link rel=match href=fuzzy-ref-1.html>
|
|
<!-- This meta is overridden in the corresponding ini file -->
|
|
<meta name=fuzzy content="fuzzy-ref-1.html:128;100">
|
|
<style>
|
|
div {
|
|
width: 99px;
|
|
height: 100px;
|
|
background-color: green;
|
|
}
|
|
</style>
|
|
<div></div>
|
|
|