layout/reftests/outline/outline-and-box-shadow-ref.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/outline/outline-and-box-shadow-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,13 @@
     1.4 +<!DOCTYPE HTML>
     1.5 +<title>outline and box-shadow</title>
     1.6 +<style>
     1.7 +html, body { margin: 0; padding: 0 }
     1.8 +p {
     1.9 +  margin: 48px;
    1.10 +  border: 2px solid blue;
    1.11 +  padding: 5px; /* ensure no font overhang */
    1.12 +  background: yellow; color: black;
    1.13 +  box-shadow: 10px 10px 10px 0px black;
    1.14 +}
    1.15 +</style>
    1.16 +<p>The outline should be adjacent to the background.</p>

mercurial