mirror of
https://github.com/servo/servo.git
synced 2025-08-02 12:10:29 +01:00
Update web-platform-tests to revision bbfea06cb188fbe7b7004bd838ccbfb4f50f429c
This commit is contained in:
parent
8e783577d2
commit
ba8922cc76
2439 changed files with 5192 additions and 2611 deletions
|
@ -7,6 +7,7 @@
|
|||
<meta name="assert" content="input text is preserved when the (input height
|
||||
minus the input padding minus the input border) is
|
||||
smaller than the height of the text">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
input {
|
||||
font-family: Ahem;
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
<meta charset="utf-8">
|
||||
<title>CSS Basic User Interface Reference File</title>
|
||||
<link rel="author" title="Boaz Sender, Ali Juma, Robert Ma">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
input {
|
||||
font-family: Ahem;
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
#test {
|
||||
width: 100px;
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
<link rel="match" href="webkit-line-clamp-with-line-height-ref.html">
|
||||
<link rel="help" href="https://github.com/w3c/csswg-drafts/issues/2847#issuecomment-468084957">
|
||||
<meta name="assert" content="This test checks that -webkit-line-clamp calculates respects line-height when calculating its block-size.">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
#test {
|
||||
width: 100px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue