mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
Update web-platform-tests to revision 1aaada4bbc936024441fe7995b77c21a2c554da1
This commit is contained in:
parent
1e1eca07ed
commit
5e9d150c07
140 changed files with 3413 additions and 553 deletions
|
@ -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>
|
|
@ -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; }
|
|
@ -0,0 +1,3 @@
|
|||
<!doctype html>
|
||||
<title>Reference there should be no red</title>
|
||||
<p>There should be no red.</p>
|
Loading…
Add table
Add a link
Reference in a new issue