diff options
Diffstat (limited to 'tests/wpt/web-platform-tests/css/css-overflow')
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; |