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>
<html><head>
<html><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.htm" 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>