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