aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/web-platform-tests/css/css-overflow
diff options
context:
space:
mode:
authorWPT Sync Bot <josh+wptsync@joshmatthews.net>2019-06-12 10:23:46 +0000
committerWPT Sync Bot <josh+wptsync@joshmatthews.net>2019-06-12 14:00:17 +0000
commitba8922cc76cf1d01f925b2502d0a6a03dc3ba2fc (patch)
treede7d147e013b1ed5c78331d00385215b647c8bdf /tests/wpt/web-platform-tests/css/css-overflow
parent8e783577d24cac2983fbea1b46d5452ffa5fb44f (diff)
downloadservo-ba8922cc76cf1d01f925b2502d0a6a03dc3ba2fc.tar.gz
servo-ba8922cc76cf1d01f925b2502d0a6a03dc3ba2fc.zip
Update web-platform-tests to revision bbfea06cb188fbe7b7004bd838ccbfb4f50f429c
Diffstat (limited to 'tests/wpt/web-platform-tests/css/css-overflow')
-rw-r--r--tests/wpt/web-platform-tests/css/css-overflow/input-scrollable-region-001.html1
-rw-r--r--tests/wpt/web-platform-tests/css/css-overflow/reference/input-scrollable-region-001-ref.html1
-rw-r--r--tests/wpt/web-platform-tests/css/css-overflow/webkit-line-clamp/webkit-line-clamp-with-line-height-ref.html1
-rw-r--r--tests/wpt/web-platform-tests/css/css-overflow/webkit-line-clamp/webkit-line-clamp-with-line-height.tentative.html1
4 files changed, 4 insertions, 0 deletions
diff --git a/tests/wpt/web-platform-tests/css/css-overflow/input-scrollable-region-001.html b/tests/wpt/web-platform-tests/css/css-overflow/input-scrollable-region-001.html
index 016f9b9278c..96fedfed746 100644
--- a/tests/wpt/web-platform-tests/css/css-overflow/input-scrollable-region-001.html
+++ b/tests/wpt/web-platform-tests/css/css-overflow/input-scrollable-region-001.html
@@ -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;
diff --git a/tests/wpt/web-platform-tests/css/css-overflow/reference/input-scrollable-region-001-ref.html b/tests/wpt/web-platform-tests/css/css-overflow/reference/input-scrollable-region-001-ref.html
index de894fab610..d7125ee2ef3 100644
--- a/tests/wpt/web-platform-tests/css/css-overflow/reference/input-scrollable-region-001-ref.html
+++ b/tests/wpt/web-platform-tests/css/css-overflow/reference/input-scrollable-region-001-ref.html
@@ -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;
diff --git a/tests/wpt/web-platform-tests/css/css-overflow/webkit-line-clamp/webkit-line-clamp-with-line-height-ref.html b/tests/wpt/web-platform-tests/css/css-overflow/webkit-line-clamp/webkit-line-clamp-with-line-height-ref.html
index 5c27ecce55e..c2c8914161a 100644
--- a/tests/wpt/web-platform-tests/css/css-overflow/webkit-line-clamp/webkit-line-clamp-with-line-height-ref.html
+++ b/tests/wpt/web-platform-tests/css/css-overflow/webkit-line-clamp/webkit-line-clamp-with-line-height-ref.html
@@ -1,4 +1,5 @@
<!DOCTYPE html>
+<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
#test {
width: 100px;
diff --git a/tests/wpt/web-platform-tests/css/css-overflow/webkit-line-clamp/webkit-line-clamp-with-line-height.tentative.html b/tests/wpt/web-platform-tests/css/css-overflow/webkit-line-clamp/webkit-line-clamp-with-line-height.tentative.html
index 2cd7177ece8..94a62a5b3fa 100644
--- a/tests/wpt/web-platform-tests/css/css-overflow/webkit-line-clamp/webkit-line-clamp-with-line-height.tentative.html
+++ b/tests/wpt/web-platform-tests/css/css-overflow/webkit-line-clamp/webkit-line-clamp-with-line-height.tentative.html
@@ -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;