https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 962d90000cca374f4756bc65ea024e06c0150499 authored by Philip Jägenstedt on 22 December 2018, 11:59:40 UTC
DO NOT MERGE: probe for idlharness.js flakiness
Tip revision: 962d900
style-map-multi-ref.html
<!DOCTYPE html>
<style>
.result {
  background: green;
  margin: 10px;
  margin-left: 2px;

  width: 100px;
  height: 100px;
}
</style>

<div class="result"></div>
back to top