Commit e457d074 authored by fs's avatar fs Committed by Commit bot

Tweak css3/masking/clip-path-reference-userSpaceOnUse.html

Turn the <svg> into a block to avoid having to compensate for the
baseline of an inline.

BUG=397255

Review-Url: https://codereview.chromium.org/2303043003
Cr-Commit-Position: refs/heads/master@{#416271}
parent 0de9faf1
......@@ -8,7 +8,7 @@
height: 180px;
border: 1px solid black;
background-color: red;
margin-top: 104px;
margin-top: 100px;
}
#clip-ref {
width: 32px;
......@@ -21,4 +21,4 @@
<body>
<div id="d"><div id="clip-ref"></div></div>
</body>
</html>
\ No newline at end of file
</html>
......@@ -22,6 +22,7 @@
margin: 74px;
background-color: green;
}
svg { display: block; }
</style>
</head>
<body>
......@@ -32,4 +33,4 @@
</svg>
<div id="d"><div id="clip"></div></div>
</body>
</html>
\ No newline at end of file
</html>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment