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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/backgrounds/unrenderable-rrect-crash.html

Issue 2112643002: Reinstate BoxPainter's unrederable background rrect logic (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: test tweak Created 4 years, 5 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
3 <style>
4 .box {
5 width: 400px;
6 height: 200px;
7 box-sizing: border-box;
8
9 border-bottom-right-radius: 200px;
10 border: 60px solid green;
11 background-color: yellow;
12 </style>
13
14 <div class="box"></div>
15
16 PASS: did not crash.
17
18 <script>
19 if (window.testRunner)
20 testRunner.dumpAsText();
21 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698