Update web-platform-tests to revision 0d318188757a9c996e20b82db201fd04de5aa255

This commit is contained in:
James Graham 2015-03-27 09:15:38 +00:00
parent b2a5225831
commit 1a81b18b9f
12321 changed files with 544385 additions and 6 deletions

View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>screen</title>
<link href='foo' media='screen' rel='stylesheet'>
</head>
<body>
<p>screen</p>
</body>
</html>

View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>screen and</title>
<link href='foo' media='screen and' rel='stylesheet'>
</head>
<body>
<p>screen and</p>
</body>
</html>

View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title> screen</title>
<link href='foo' media=' screen' rel='stylesheet'>
</head>
<body>
<p> screen</p>
</body>
</html>

View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>alla</title>
<link href='foo' media='alla' rel='stylesheet'>
</head>
<body>
<p>alla</p>
</body>
</html>

View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>all</title>
<link href='foo' media='all' rel='stylesheet'>
</head>
<body>
<p>all</p>
</body>
</html>

View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>PROJECTİON</title>
<link href='foo' media='PROJECTİON' rel='stylesheet'>
</head>
<body>
<p>PROJECTİON</p>
</body>
</html>

View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>projection</title>
<link href='foo' media='projection' rel='stylesheet'>
</head>
<body>
<p>projection</p>
</body>
</html>

View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>notscreen</title>
<link href='foo' media='notscreen' rel='stylesheet'>
</head>
<body>
<p>notscreen</p>
</body>
</html>

View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>not screen</title>
<link href='foo' media='not screen' rel='stylesheet'>
</head>
<body>
<p>not screen</p>
</body>
</html>

View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>onlyscreen</title>
<link href='foo' media='onlyscreen' rel='stylesheet'>
</head>
<body>
<p>onlyscreen</p>
</body>
</html>

View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>only screen</title>
<link href='foo' media='only screen' rel='stylesheet'>
</head>
<body>
<p>only screen</p>
</body>
</html>

View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>screenand (min-width: 400px)</title>
<link href='foo' media='screenand (min-width: 400px)' rel='stylesheet'>
</head>
<body>
<p>screenand (min-width: 400px)</p>
</body>
</html>

View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>screen and (min-width: 400px)</title>
<link href='foo' media='screen and (min-width: 400px)' rel='stylesheet'>
</head>
<body>
<p>screen and (min-width: 400px)</p>
</body>
</html>

View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>screen and(min-width: 400px)</title>
<link href='foo' media='screen and(min-width: 400px)' rel='stylesheet'>
</head>
<body>
<p>screen and(min-width: 400px)</p>
</body>
</html>

View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>screen and (min-width:400px)</title>
<link href='foo' media='screen and (min-width:400px)' rel='stylesheet'>
</head>
<body>
<p>screen and (min-width:400px)</p>
</body>
</html>

View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>screen and (min-width: 400px;)</title>
<link href='foo' media='screen and (min-width: 400px;)' rel='stylesheet'>
</head>
<body>
<p>screen and (min-width: 400px;)</p>
</body>
</html>

View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>screen and ( min-width: 400px )</title>
<link href='foo' media='screen and ( min-width: 400px )' rel='stylesheet'>
</head>
<body>
<p>screen and ( min-width: 400px )</p>
</body>
</html>

View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>screen and (min-width: 400uu)</title>
<link href='foo' media='screen and (min-width: 400uu)' rel='stylesheet'>
</head>
<body>
<p>screen and (min-width: 400uu)</p>
</body>
</html>

View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>screen and ( min-width : 400px )</title>
<link href='foo' media='screen and ( min-width : 400px )' rel='stylesheet'>
</head>
<body>
<p>screen and ( min-width : 400px )</p>
</body>
</html>

View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>screen and (min-width: 400)</title>
<link href='foo' media='screen and (min-width: 400)' rel='stylesheet'>
</head>
<body>
<p>screen and (min-width: 400)</p>
</body>
</html>

View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>screen and (min-width: 400px)</title>
<link href='foo' media='screen and (min-width: 400px)' rel='stylesheet'>
</head>
<body>
<p>screen and (min-width: 400px)</p>
</body>
</html>

View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>screen and (min-width: 400dpi)</title>
<link href='foo' media='screen and (min-width: 400dpi)' rel='stylesheet'>
</head>
<body>
<p>screen and (min-width: 400dpi)</p>
</body>
</html>

View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>screen and ( min-width: 400px)</title>
<link href='foo' media='screen and ( min-width: 400px)' rel='stylesheet'>
</head>
<body>
<p>screen and ( min-width: 400px)</p>
</body>
</html>

View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>screen and (min-width: 400px)and (max-width: 600px)</title>
<link href='foo' media='screen and (min-width: 400px)and (max-width: 600px)' rel='stylesheet'>
</head>
<body>
<p>screen and (min-width: 400px)and (max-width: 600px)</p>
</body>
</html>

View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>screen and (min-width: 400px )</title>
<link href='foo' media='screen and (min-width: 400px )' rel='stylesheet'>
</head>
<body>
<p>screen and (min-width: 400px )</p>
</body>
</html>

View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>screen and (min-width:</title>
<link href='foo' media='screen and (min-width:' rel='stylesheet'>
</head>
<body>
<p>screen and (min-width:</p>
</body>
</html>

View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>screen and (min-width: 400px)</title>
<link href='foo' media='screen and (min-width: 400px)' rel='stylesheet'>
</head>
<body>
<p>screen and (min-width: 400px)</p>
</body>
</html>

View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>screen and (min-width: 400px) and</title>
<link href='foo' media='screen and (min-width: 400px) and' rel='stylesheet'>
</head>
<body>
<p>screen and (min-width: 400px) and</p>
</body>
</html>

View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>screen and (min-width: 400px)</title>
<link href='foo' media='screen and (min-width: 400px)' rel='stylesheet'>
</head>
<body>
<p>screen and (min-width: 400px)</p>
</body>
</html>

View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>tv and (scan: 1)</title>
<link href='foo' media='tv and (scan: 1)' rel='stylesheet'>
</head>
<body>
<p>tv and (scan: 1)</p>
</body>
</html>

View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>screen and (min-width: 400px)</title>
<link href='foo' media='screen and (min-width: 400px)' rel='stylesheet'>
</head>
<body>
<p>screen and (min-width: 400px)</p>
</body>
</html>

View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>tv and (scan: İNTERLACE)</title>
<link href='foo' media='tv and (scan: İNTERLACE)' rel='stylesheet'>
</head>
<body>
<p>tv and (scan: İNTERLACE)</p>
</body>
</html>

View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>screen and (min-width: 400px)</title>
<link href='foo' media='screen and (min-width: 400px)' rel='stylesheet'>
</head>
<body>
<p>screen and (min-width: 400px)</p>
</body>
</html>

View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>screen and (device-aspect-ratio: 16px/9pt)</title>
<link href='foo' media='screen and (device-aspect-ratio: 16px/9pt)' rel='stylesheet'>
</head>
<body>
<p>screen and (device-aspect-ratio: 16px/9pt)</p>
</body>
</html>

View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Check that device-aspect-ratio warns about U+000C before/after slash in value</title>
<link href='foo' media='screen and (device-aspect-ratio: 16 / 9)' rel='stylesheet'><!-- U+000C before & after slash -->
</head>
<body>
<p>screen and (device-aspect-ratio: 16 / 9)</p>
</body>
</html>

View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>screen and (min-width: 400px) and (max-width: 600px)</title>
<link href='foo' media='screen and (min-width: 400px) and (max-width: 600px)' rel='stylesheet'>
</head>
<body>
<p>screen and (min-width: 400px) and (max-width: 600px)</p>
</body>
</html>

View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>screen and (min-width: 400px) and (max-width: 600px)</title>
<link href='foo' media='screen and (min-width: 400px) and (max-width: 600px)' rel='stylesheet'>
</head>
<body>
<p>screen and (min-width: 400px) and (max-width: 600px)</p>
</body>
</html>

View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>screen and (color: 1em)</title>
<link href='foo' media='screen and (color: 1em)' rel='stylesheet'>
</head>
<body>
<p>screen and (color: 1em)</p>
</body>
</html>

View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>screen and (min-width: 400px) and (max-width: 600px)</title>
<link href='foo' media='screen and (min-width: 400px) and (max-width: 600px)' rel='stylesheet'>
</head>
<body>
<p>screen and (min-width: 400px) and (max-width: 600px)</p>
</body>
</html>

View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>,</title>
<link href='foo' media=',' rel='stylesheet'>
</head>
<body>
<p>,</p>
</body>
</html>

View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>tv and (scan: progressive)</title>
<link href='foo' media='tv and (scan: progressive)' rel='stylesheet'>
</head>
<body>
<p>tv and (scan: progressive)</p>
</body>
</html>

View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>screen,,print</title>
<link href='foo' media='screen,,print' rel='stylesheet'>
</head>
<body>
<p>screen,,print</p>
</body>
</html>

View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>tv and (scan: interlace)</title>
<link href='foo' media='tv and (scan: interlace)' rel='stylesheet'>
</head>
<body>
<p>tv and (scan: interlace)</p>
</body>
</html>

View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>screen,</title>
<link href='foo' media='screen,' rel='stylesheet'>
</head>
<body>
<p>screen,</p>
</body>
</html>

View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>screen and (device-aspect-ratio: 16/9)</title>
<link href='foo' media='screen and (device-aspect-ratio: 16/9)' rel='stylesheet'>
</head>
<body>
<p>screen and (device-aspect-ratio: 16/9)</p>
</body>
</html>

View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>,screen</title>
<link href='foo' media=',screen' rel='stylesheet'>
</head>
<body>
<p>,screen</p>
</body>
</html>

View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>screen and (min-width: 400)</title>
<link href='foo' media='screen and (min-width: 400)' rel='stylesheet'>
</head>
<body>
<p>screen and (min-width: 400)</p>
</body>
</html>

View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>screen and (color: 1)</title>
<link href='foo' media='screen and (color: 1)' rel='stylesheet'>
</head>
<body>
<p>screen and (color: 1)</p>
</body>
</html>

View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>screen and (color: 2)</title>
<link href='foo' media='screen and (color: 2)' rel='stylesheet'>
</head>
<body>
<p>screen and (color: 2)</p>
</body>
</html>

View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>screen and (color: 0)</title>
<link href='foo' media='screen and (color: 0)' rel='stylesheet'>
</head>
<body>
<p>screen and (color: 0)</p>
</body>
</html>

View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>print and (min-resolution: 100dpi)</title>
<link href='foo' media='print and (min-resolution: 100dpi)' rel='stylesheet'>
</head>
<body>
<p>print and (min-resolution: 100dpi)</p>
</body>
</html>

View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>screen and (min-width: 400px), print</title>
<link href='foo' media='screen and (min-width: 400px), print' rel='stylesheet'>
</head>
<body>
<p>screen and (min-width: 400px), print</p>
</body>
</html>

View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>screen and (min-width: 0)</title>
<link href='foo' media='screen and (min-width: 0)' rel='stylesheet'>
</head>
<body>
<p>screen and (min-width: 0)</p>
</body>
</html>

View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>screen and (min-width: 0.0)</title>
<link href='foo' media='screen and (min-width: 0.0)' rel='stylesheet'>
</head>
<body>
<p>screen and (min-width: 0.0)</p>
</body>
</html>

View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>screen and (min-width: 00)</title>
<link href='foo' media='screen and (min-width: 00)' rel='stylesheet'>
</head>
<body>
<p>screen and (min-width: 00)</p>
</body>
</html>

View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>screen and (min-width: .0)</title>
<link href='foo' media='screen and (min-width: .0)' rel='stylesheet'>
</head>
<body>
<p>screen and (min-width: .0)</p>
</body>
</html>

View file

@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Check that device-aspect-ratio allows space, tab, or LF before & after slash</title>
<link href='foo' media='screen and (device-aspect-ratio: 16
/
9)' rel='stylesheet'> <!-- space, tab, or LF before & after slash -->
</head>
<body>
<p>Check that device-aspect-ratio allows space, tab, or LF before & after slash</p>
</body>
</html>

View file

@ -0,0 +1,33 @@
screen
screen
all
projection
not screen
only screen
screen and (min-width: 400px)
screen and (min-width:400px)
screen and ( min-width: 400px )
screen and ( min-width : 400px )
screen and (min-width: 400px)
screen and ( min-width: 400px)
screen and (min-width: 400px )
screen and (min-width: 400px)
screen and (min-width: 400px)
screen and (min-width: 400px)
screen and (min-width: 400px)
screen and (min-width: 400px) and (max-width: 600px)
screen and (min-width: 400px) and (max-width: 600px)
screen and (min-width: 400px) and (max-width: 600px)
tv and (scan: progressive)
tv and (scan: interlace)
screen and (device-aspect-ratio: 16/9)
screen and (device-aspect-ratio: -16/-9)
screen and (color: 1)
screen and (color: 2)
screen and (color: 0)
print and (min-resolution: 100dpi)
screen and (min-width: 400px), print
screen and (min-width: 0)
screen and (min-width: 0.0)
screen and (min-width: 00)
screen and (min-width: .0)

View file

@ -0,0 +1,24 @@
screen and
alla
PROJECTİON
notscreen
onlyscreen
screenand (min-width: 400px)
screen and(min-width: 400px)
screen and (min-width: 400px;)
screen and (min-width: 400uu)
screen and (min-width: 400)
screen and (min-width: 400dpi)
screen and (min-width: 400px)and (max-width: 600px)
screen and (min-width:
screen and (min-width: 400px) and
tv and (scan: 1)
tv and (scan: İNTERLACE)
screen and (device-aspect-ratio: 16px/9pt)
screen and (device-aspect-ratio: 16 / 9)
screen and (color: 1em)
,
screen,,print
screen,
,screen
screen and (min-width: 400)