Add CSS 2.1 test suite metadata for generated content reftests.

This commit is contained in:
L. David Baron 2010-01-27 15:46:48 -08:00
parent 1f21c7089f
commit a0373c91c6
9 changed files with 43 additions and 0 deletions

View File

@ -1,6 +1,11 @@
<!DOCTYPE HTML>
<html>
<head>
<title>CSS 2.1 Test Suite: generated content</title>
<link rel="author" title="Robert O'Callahan" href="mailto:robert@ocallahan.org" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#before-after-content"/>
<meta name="flags" content="" />
<style>
div { counter-reset:ctr; quotes:"\0022" "\0022" "\0022" "\0022"}

View File

@ -1,6 +1,11 @@
<!DOCTYPE HTML>
<html class="reftest-wait">
<head>
<title>CSS 2.1 Test Suite: generated content</title>
<link rel="author" title="Robert O'Callahan" href="mailto:robert@ocallahan.org" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#content"/>
<meta name="flags" content="dom" />
<style>
body::before {
content:attr(my-attr);

View File

@ -1,6 +1,11 @@
<!DOCTYPE HTML>
<html class="reftest-wait">
<head>
<title>CSS 2.1 Test Suite: generated content</title>
<link rel="author" title="Robert O'Callahan" href="mailto:robert@ocallahan.org" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#content"/>
<meta name="flags" content="dom" />
<style>
body::before {
content:"Before";

View File

@ -1,6 +1,11 @@
<!DOCTYPE HTML>
<html>
<head>
<title>CSS 2.1 Test Suite: generated content</title>
<link rel="author" title="Robert O'Callahan" href="mailto:robert@ocallahan.org" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#before-after-content"/>
<meta name="flags" content="" />
<style>
div { counter-reset:ctr; quotes:"\0022" "\0022" "\0022" "\0022"; }

View File

@ -1,6 +1,11 @@
<!DOCTYPE HTML>
<html>
<head>
<title>CSS 2.1 Test Suite: generated content</title>
<link rel="author" title="Robert O'Callahan" href="mailto:robert@ocallahan.org" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#content"/>
<meta name="flags" content="" />
<style>
div::before {
content:url(missing-image.png);

View File

@ -1,6 +1,11 @@
<!DOCTYPE HTML>
<html>
<head>
<title>CSS 2.1 Test Suite: generated content</title>
<link rel="author" title="Robert O'Callahan" href="mailto:robert@ocallahan.org" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#before-after-content"/>
<meta name="flags" content="" />
<style>
div { counter-reset:ctr; quotes:"\0022" "\0022" "\0022" "\0022"; }

View File

@ -9,6 +9,9 @@ March 5, 2009.
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS and Quotes: Counting Right (Slightly Simpler Version)</title>
<link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch" />
<link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#quotes"/>
<meta name="flags" content="" />
<style type="text/css">
<![CDATA[
.party1 * { display: inline; }

View File

@ -1,6 +1,11 @@
<!DOCTYPE HTML>
<html>
<head>
<title>CSS 2.1 Test Suite: generated content</title>
<link rel="author" title="Robert O'Callahan" href="mailto:robert@ocallahan.org" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#content"/>
<meta name="flags" content="" />
<style>
.gen0::before {
padding:1px;

View File

@ -1,6 +1,11 @@
<!DOCTYPE HTML>
<html>
<head>
<title>CSS 2.1 Test Suite: generated content</title>
<link rel="author" title="Robert O'Callahan" href="mailto:robert@ocallahan.org" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#before-after-content"/>
<meta name="flags" content="" />
<style>
table, div.gen { counter-reset:ctr; quotes:"\0022" "\0022" "\0022" "\0022"; }