Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /infrastructure/reftest/reftest_fuzzy_ini_full.html - WPT Dashboard Interop Dashboard
<!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>