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

Unified Diff: LayoutTests/fast/css/anonymous-block-continuation-outline-expected.txt

Issue 1224933002: Combine outline and focus ring code paths (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix empty focus ring on Mac Created 5 years, 4 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
Index: LayoutTests/fast/css/anonymous-block-continuation-outline-expected.txt
diff --git a/LayoutTests/fast/css/anonymous-block-continuation-outline-expected.txt b/LayoutTests/fast/css/anonymous-block-continuation-outline-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..28d4e912b7df51dbba174cb51ed7be3dbbc7d5b6
--- /dev/null
+++ b/LayoutTests/fast/css/anonymous-block-continuation-outline-expected.txt
@@ -0,0 +1,16 @@
+layer at (0,0) size 800x600
+ LayoutView at (0,0) size 800x600
+layer at (0,0) size 800x56
+ LayoutBlockFlow {HTML} at (0,0) size 800x56
+ LayoutBlockFlow {BODY} at (8,8) size 784x40
+ LayoutBlockFlow (anonymous) at (0,0) size 784x20
+ LayoutInline {SPAN} at (0,0) size 43x19
+ LayoutText {#text} at (0,0) size 43x19
+ text run at (0,0) width 43: "ABCD"
+ LayoutBlockFlow (anonymous) at (0,20) size 784x20
+ LayoutBlockFlow {DIV} at (0,0) size 784x20
+ LayoutText {#text} at (0,0) size 40x19
+ text run at (0,0) width 40: "EFGH"
+ LayoutBlockFlow (anonymous) at (0,40) size 784x0
+ LayoutInline {SPAN} at (0,0) size 0x0
+ LayoutText {#text} at (0,0) size 0x0

Powered by Google App Engine
This is Rietveld 408576698