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

@@ -7,7 +7,7 @@
<meta name="flags" content="paged"/>
<meta name="assert" content="The right and left pages of a document may use differing margin styles that yield different page area widths, but the UA may adjust the margins such that the page area widths are the same. "/>
<style type="text/css">
@page :first {
margin: 7%;
}
@@ -29,11 +29,11 @@
padding: 1%;
page-break-after: always;
}
.style1 {
background-color: #ececff;
}
</style>
</head>
<body>
@@ -44,12 +44,12 @@
This page should have typical right and left margins. This content is completely enclosed by a blue border and has a pale blue background. A page break follows.
</div>
<div class="edged">
This content should be entirely on the right side of the page (but might instead
This content should be entirely on the right side of the page (but might instead
have margins like the first page). It is completely enclosed by a blue border and has a pale blue background. A page break follows.
</div>
<div class="edged">
This page should have a wide right margin and narrow left margin (but might
instead have margins like the first page). This content has a blue border on all sides and a pale blue background.
This page should have a wide right margin and narrow left margin (but might
instead have margins like the first page). This content has a blue border on all sides and a pale blue background.
</div>
</body>
</html>