https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 4cf50c52cd23f055fb70838f73ba149cd5174532 authored by Joshua Bell on 05 April 2018, 21:55:25 UTC
Cookie Store: disallow '=' in cookies with empty names
Tip revision: 4cf50c5
lineto_ref.html
<!DOCTYPE html>
<meta charset=utf-8>
<style>
  html, body {
    margin: 0;
    padding: 0;
  }
  div {
    background: #90EE90;
    width: 110px;
    height: 110px;
    margin: 20px;
  }
</style>
<div></div>
back to top