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

Side by Side Diff: LayoutTests/fast/shapes/shape-inside/shape-inside-first-fit-crash.html

Issue 209443007: Remove shape-inside support (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove now unused segmentIsEmpty Created 6 years, 9 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 <html>
3 <head>
4 <!--
5 This is a regression test for https://bugs.webkit.org/show_bug.cgi?id=121455
6 -->
7 <style>
8 #image-shape {
9 color: green;
10 width: 350px;
11 height: 65px;
12 font-size: 20px;
13 line-height: 24px;
14 shape-inside: url("svg-rect400.svg");
15 background-image: url("svg-rect400.svg");
16 background-repeat: no-repeat;
17 }
18 </style>
19 <body>
20 <div>This test should not crash</div>
21 <div id="image-shape">Down the Rabbit-Hole</div>
22 <script>
23 if (window.testRunner)
24 testRunner.dumpAsText();
25 </script>
26 </body>
27 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698