mirror of
https://github.com/servo/servo
synced 2026-05-03 12:52:25 +02:00
Update CSS tests to revision b9c63d615a65c4d96f26969bcd504d4e1c3cdab8
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user