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

Unified Diff: LayoutTests/fast/borders/outline-negative-start-expected.html

Issue 1343773002: Compute outline mid-line in way that works with negative start-values (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/fast/borders/outline-negative-start.html ('k') | Source/core/paint/ObjectPainter.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/borders/outline-negative-start-expected.html
diff --git a/LayoutTests/fast/borders/outline-negative-start-expected.html b/LayoutTests/fast/borders/outline-negative-start-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..1029d1f4c0e5185f293d932a2321e23f931cbcde
--- /dev/null
+++ b/LayoutTests/fast/borders/outline-negative-start-expected.html
@@ -0,0 +1,22 @@
+<!DOCTYPE html>
+<style>
+.square {
+ background-color: lightblue;
+ width: 50px;
+ height: 50px;
+ display: inline-block;
+ margin: 5px;
+}
+.dashed {
+ outline: 1px dashed black;
+}
+.dotted {
+ outline: 1px dotted black;
+}
+.solid {
+ outline: 1px solid black;
+}
+</style>
+<div class="square solid"></div>
+<div class="square dashed"></div>
+<div class="square dotted"></div>
« no previous file with comments | « LayoutTests/fast/borders/outline-negative-start.html ('k') | Source/core/paint/ObjectPainter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698