Update CSS tests to revision b9c63d615a65c4d96f26969bcd504d4e1c3cdab8

This commit is contained in:
Ms2ger
2016-04-22 10:06:45 +02:00
parent 0e0e902edd
commit 4d13f9f5d5
641 changed files with 24127 additions and 11370 deletions

View File

@@ -1,11 +1,10 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<!DOCTYPE html>
<html><head>
<title>CSS Test: Content property attr(x) case sensitivity</title>
<link rel="author" title="Microsoft" href="http://www.microsoft.com/">
<link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#content">
<meta name="flags" content="HTMLonly">
<meta name="assert" content="The attr(x) function selects the attribute even when case does not match.">
<link href="http://www.microsoft.com/" rel="author" title="Microsoft">
<link href="http://www.w3.org/TR/CSS21/generate.html#content" rel="help">
<meta content="HTMLonly" name="flags">
<meta content="The attr(x) function selects the attribute even when case does not match." name="assert">
<style type="text/css">
div:before
{
@@ -17,5 +16,6 @@
<body>
<p>Test passes if there is the word "PASS" below.</p>
<div title="PASS"></div>
</body>
</html>
</body></html>