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

Side by Side Diff: LayoutTests/fast/shapes/shape-inside/shape-inside-subtract-intervals-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 <style>
5 #shape-inside {
6 shape-inside: polygon(0px 0px, 400px 0px, 200px 175px);
7 }
8 </style>
9 </head>
10 <body>
11 <p>
12 This test caused a crash when run with a bounds checker, see https://code.google .com/p/chromium/issues/detail?id=285788.
13 <pre>
14 Fuzzer: Inferno_layout_test_fuzzer
15 Job Type: Linux_asan_content_shell_drt
16 Crash Type: Heap-buffer-overflow READ 8
17 </pre>
18 </p>
19 <div id="shape-inside"></div>
20 </body>
21 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698