Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(64)

Side by Side Diff: LayoutTests/fast/shapes/shape-outside-floats/shape-outside-negative-block-width.html

Issue 1036653002: Clamp shape-margin to zero (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Address review comment Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <style>
3 * {
4 shape-margin: 52%;
5 shape-outside: circle(20px at 20px 20px);
6 width: 0.8%;
7 float: left;
8 overflow-y: scroll;
9 }
10 </style>
11 <img src="">
12 <script>
13 if (window.testRunner)
14 testRunner.dumpAsText();
15 </script>
16 <div>Test passes if it does not crash.</div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698