mirror of
https://github.com/servo/servo.git
synced 2025-08-10 07:55:33 +01:00
Update web-platform-tests to revision 0d318188757a9c996e20b82db201fd04de5aa255
This commit is contained in:
parent
b2a5225831
commit
1a81b18b9f
12321 changed files with 544385 additions and 6 deletions
|
@ -0,0 +1,12 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>Native checkbox with aria-checked that conflicts with native checked</title>
|
||||
</head>
|
||||
<body>
|
||||
<form>
|
||||
<input type="checkbox" role="checkbox" checked="checked" aria-checked="false" id="test" value="Placeholder content" />
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,12 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>Native checkbox with aria-checked but no role</title>
|
||||
</head>
|
||||
<body>
|
||||
<form>
|
||||
<input type="checkbox" checked="checked" aria-checked="mixed" id="test" value="Placeholder content" />
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,12 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>Native checkbox with aria-checked with role</title>
|
||||
</head>
|
||||
<body>
|
||||
<form>
|
||||
<input type="checkbox" checked="checked" role="checkbox" aria-checked="mixed" id="test" value="Placeholder content" />
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,10 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>valuetext</title>
|
||||
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<input id="test" type="range" min="0" max="100" value="75" aria-valuetext="awesome">
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue