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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/borders/degenerate-radius-assert.html

Issue 2606913002: Remove BoxBorderPainter::drawBleedAdjustedDRRect() assert (Closed)
Patch Set: layout test Created 3 years, 11 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 | third_party/WebKit/LayoutTests/fast/borders/degenerate-radius-assert-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
3 <style>
4
5 div {
6 background-image: url("data:image/svg+xml,");
chrishtr 2016/12/29 16:49:04 Put this test in paint/roundedrects/ instead, we'r
f(malita) 2016/12/29 18:51:57 Done.
7 border: rgba(72, 28, 175, 0.237000) double 106px; border-bottom-left-radius: 1 6em 18446744073709551426em;
8 }
9
10 </style>
11
12 <script>
13 if (window.testRunner)
14 testRunner.dumpAsText();
15 </script>
16
17 <div>PASS: did not crash</div>
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/borders/degenerate-radius-assert-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698