Update CSS tests to revision 0698c2aa9ead844b6d7d10eafb096cb1118e13ef

This commit is contained in:
Ms2ger 2015-12-09 01:48:05 -05:00
parent 9aa1b1e408
commit 35c74aecc2
11290 changed files with 92400 additions and 49214 deletions

View file

@ -1,5 +1,5 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<title>CSS Backgrounds and Borders Test: background-clip_border-box</title>
<link href="dajiangxiaoyan@126.com" rel="author" title="Xiaoyan Jiang" />
<link href="jinlongz@oupeng.com" rel="reviewer" title="Jinlong Zhang" />
@ -7,7 +7,7 @@
<link href="reference/background_clip_padding-box.xht" rel="match" />
<meta content="Test passes if border is blue and dotted without red background" name="assert" />
<style type="text/css">
/* Positioned container allows for the self-describing statement to still
/* Positioned container allows for the self-describing statement to still
be visible in the case of failure */
.container {
position: absolute;
@ -22,7 +22,7 @@
position: absolute;
background-clip: padding-box;
}
</style>
</head>