mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +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 UI Level 3: getComputedValue().boxSizing</title>
|
||||
<title>CSS UI Level 3: getComputedStyle().boxSizing</title>
|
||||
<link rel="help" href="https://drafts.csswg.org/css-ui-3/#box-sizing">
|
||||
<meta name="assert" content="box-sizing computed value is as specified.">
|
||||
<script src="/resources/testharness.js"></script>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>CSS UI Level 3: getComputedValue().cursor</title>
|
||||
<title>CSS UI Level 3: getComputedStyle().cursor</title>
|
||||
<link rel="help" href="https://drafts.csswg.org/css-ui-3/#cursor">
|
||||
<meta name="assert" content="cursor computed value is as specified for keywords.">
|
||||
<script src="/resources/testharness.js"></script>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>CSS UI Level 3: getComputedValue().outlineOffset</title>
|
||||
<title>CSS UI Level 3: getComputedStyle().outlineOffset</title>
|
||||
<link rel="help" href="https://drafts.csswg.org/css-ui-3/#outline-offset">
|
||||
<meta name="assert" content="outline-offset computed value is absolute length.">
|
||||
<script src="/resources/testharness.js"></script>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>CSS UI Level 3: getComputedValue().outlineStyle</title>
|
||||
<title>CSS UI Level 3: getComputedStyle().outlineStyle</title>
|
||||
<link rel="help" href="https://drafts.csswg.org/css-ui-3/#outline-style">
|
||||
<meta name="assert" content="outline-style computed value is as specified.">
|
||||
<script src="/resources/testharness.js"></script>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>CSS UI Level 3: getComputedValue().outlineWidth</title>
|
||||
<title>CSS UI Level 3: getComputedStyle().outlineWidth</title>
|
||||
<link rel="help" href="https://drafts.csswg.org/css-ui-3/#outline-width">
|
||||
<meta name="assert" content="outline-width computed value is absolute length, 0 if the outline style is none.">
|
||||
<script src="/resources/testharness.js"></script>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>CSS UI Level 3: getComputedValue().resize</title>
|
||||
<title>CSS UI Level 3: getComputedStyle().resize</title>
|
||||
<link rel="help" href="https://drafts.csswg.org/css-ui-3/#resize">
|
||||
<meta name="assert" content="resize computed value is as specified.">
|
||||
<script src="/resources/testharness.js"></script>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>CSS UI Level 3: getComputedValue().textOverflow</title>
|
||||
<title>CSS UI Level 3: getComputedStyle().textOverflow</title>
|
||||
<link rel="help" href="https://drafts.csswg.org/css-ui-3/#text-overflow">
|
||||
<meta name="assert" content="text-overflow computed value is as specified.">
|
||||
<script src="/resources/testharness.js"></script>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>CSS UI Level 4: getComputedValue().userSelect</title>
|
||||
<title>CSS UI Level 4: getComputedStyle().userSelect</title>
|
||||
<link rel="help" href="https://drafts.csswg.org/css-ui-4/#content-selection">
|
||||
<meta name="assert" content="user-select computed value is as specified.">
|
||||
<script src="/resources/testharness.js"></script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue