summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/infrastructure/reftest/reftest_fuzzy_ini_ref_only.html
blob: 7429025798151b620dd72db71a46070aafe6c070 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!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>