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

Side by Side Diff: LayoutTests/fast/shapes/shape-outside-floats/shape-outside-uncached-gradient.html

Issue 305173003: Heap-use-after-free in WebCore::GraphicsContext::drawImage (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Removed a spurious .get() Created 6 years, 6 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
« no previous file with comments | « no previous file | LayoutTests/fast/shapes/shape-outside-floats/shape-outside-uncached-gradient-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <!--
4 This is a regression test for https://code.google.com/p/chromium/issues/detail?i d=378469
5 -->
6 <head>
7 <style>
8 #image-shape {
9 float: left;
10 shape-outside: linear-gradient(magenta, currentColor); // currentColor preve nts gradient from being cached
11 width: 100px;
12 height: 100px;
13 }
14 </style>
15 <div>This test should not crash.</div>
16 <div>
17 <div id="image-shape"></div>
18 Hello World
19 </div>
20 <script>
21 if (window.testRunner)
22 testRunner.dumpAsText();
23 </script>
24 </body>
25 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/shapes/shape-outside-floats/shape-outside-uncached-gradient-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698