https://github.com/web-platform-tests/wpt
Revision 12b6163dada31f7883839c25903e69566b9ef8b0 authored by Eugene Kim on 28 November 2018, 11:15:33 UTC, committed by Chromium WPT Sync on 28 November 2018, 11:15:33 UTC
Element <area>'s default visiblity is hidden[display: none] per spec,
but [display: inline] currently.

SPEC:
https://html.spec.whatwg.org/multipage/rendering.html#hidden-elements

Bug: 689361
Change-Id: I3d4c38713e0a9f3e879815dadbc1cf8a212c0d7a
1 parent a82d438
Raw File
Tip revision: 12b6163dada31f7883839c25903e69566b9ef8b0 authored by Eugene Kim on 28 November 2018, 11:15:33 UTC
Change <area> element's style to display:none
Tip revision: 12b6163
testharness_runner.html
<!doctype html>
<title></title>
<script>
var timeout_multiplier = 1;
var win = null;
</script>
back to top