mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Update web-platform-tests to revision 9919d0f04266001686c09d47ff6e25c98b48d91f
This commit is contained in:
parent
026e550d35
commit
e7fcc8e274
453 changed files with 7751 additions and 2288 deletions
|
@ -2,7 +2,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>CSS Positioned Layout Module Level 3: getComputedValue().bottom</title>
|
||||
<title>CSS Positioned Layout Module Level 3: getComputedStyle().bottom</title>
|
||||
<link rel="help" href="https://drafts.csswg.org/css-position/#propdef-bottom">
|
||||
<meta name="assert" content="bottom lengths are made absolute.">
|
||||
<script src="/resources/testharness.js"></script>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>CSS Positioned Layout Module Level 3: getComputedValue().insetAfter</title>
|
||||
<title>CSS Positioned Layout Module Level 3: getComputedStyle().insetAfter</title>
|
||||
<link rel="help" href="https://drafts.csswg.org/css-position/#propdef-inset-after">
|
||||
<meta name="assert" content="inset-after lengths are made absolute.">
|
||||
<script src="/resources/testharness.js"></script>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>CSS Positioned Layout Module Level 3: getComputedValue().insetBefore</title>
|
||||
<title>CSS Positioned Layout Module Level 3: getComputedStyle().insetBefore</title>
|
||||
<link rel="help" href="https://drafts.csswg.org/css-position/#propdef-inset-before">
|
||||
<meta name="assert" content="inset-before lengths are made absolute.">
|
||||
<script src="/resources/testharness.js"></script>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>CSS Positioned Layout Module Level 3: getComputedValue().insetEnd</title>
|
||||
<title>CSS Positioned Layout Module Level 3: getComputedStyle().insetEnd</title>
|
||||
<link rel="help" href="https://drafts.csswg.org/css-position/#propdef-inset-end">
|
||||
<meta name="assert" content="inset-end lengths are made absolute.">
|
||||
<script src="/resources/testharness.js"></script>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>CSS Positioned Layout Module Level 3: getComputedValue().insetStart</title>
|
||||
<title>CSS Positioned Layout Module Level 3: getComputedStyle().insetStart</title>
|
||||
<link rel="help" href="https://drafts.csswg.org/css-position/#propdef-inset-start">
|
||||
<meta name="assert" content="inset-start lengths are made absolute.">
|
||||
<script src="/resources/testharness.js"></script>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>CSS Positioned Layout Module Level 3: getComputedValue().left</title>
|
||||
<title>CSS Positioned Layout Module Level 3: getComputedStyle().left</title>
|
||||
<link rel="help" href="https://drafts.csswg.org/css-position/#propdef-left">
|
||||
<meta name="assert" content="left lengths are made absolute.">
|
||||
<script src="/resources/testharness.js"></script>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>CSS Positioned Layout Module Level 3: getComputedValue().position</title>
|
||||
<title>CSS Positioned Layout Module Level 3: getComputedStyle().position</title>
|
||||
<link rel="help" href="https://drafts.csswg.org/css-position/#propdef-position">
|
||||
<meta name="assert" content="position computed value is as specified.">
|
||||
<script src="/resources/testharness.js"></script>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>CSS Positioned Layout Module Level 3: getComputedValue().right</title>
|
||||
<title>CSS Positioned Layout Module Level 3: getComputedStyle().right</title>
|
||||
<link rel="help" href="https://drafts.csswg.org/css-position/#propdef-right">
|
||||
<meta name="assert" content="right lengths are made absolute.">
|
||||
<script src="/resources/testharness.js"></script>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>CSS Positioned Layout Module Level 3: getComputedValue().top</title>
|
||||
<title>CSS Positioned Layout Module Level 3: getComputedStyle().top</title>
|
||||
<link rel="help" href="https://drafts.csswg.org/css-position/#propdef-top">
|
||||
<meta name="assert" content="top lengths are made absolute.">
|
||||
<script src="/resources/testharness.js"></script>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>CSS Positioned Layout Module Level 3: getComputedValue().zIndex</title>
|
||||
<title>CSS Positioned Layout Module Level 3: getComputedStyle().zIndex</title>
|
||||
<link rel="help" href="https://drafts.csswg.org/css-position/#propdef-z-index">
|
||||
<meta name="assert" content="z-index computed value is the keyword auto or an integer.">
|
||||
<script src="/resources/testharness.js"></script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue