Update web-platform-tests to revision 1aaada4bbc936024441fe7995b77c21a2c554da1

This commit is contained in:
WPT Sync Bot 2018-09-16 21:28:15 -04:00
parent 1e1eca07ed
commit 5e9d150c07
140 changed files with 3413 additions and 553 deletions

View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<title>fieldset border gap with negative margin</title>
<link rel=match href=no-red-ref.html>
<style>
fieldset { border:none; border-left: 100px solid red; margin: 0; padding: 0; height:100px; }
legend { padding: 0; margin-left: -100px; width: 100px; height: 100px; transform: rotate(45deg); }
</style>
<p>There should be no red.</p>
<fieldset>
<legend></legend>
</fieldset>

View file

@ -1,6 +1,6 @@
<!doctype html>
<title>fieldset border gap</title>
<link rel=match href=fieldset-border-gap-ref.html>
<link rel=match href=fieldset-border-gap-position-relative-ref.html>
<style>
fieldset, legend { margin: 0; padding: 0; }
fieldset { border: none; border-top: 100px solid red; width: 100px; }

View file

@ -0,0 +1,3 @@
<!doctype html>
<title>Reference there should be no red</title>
<p>There should be no red.</p>