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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/editing/execCommand/insertImage-expected.txt

Issue 2593263003: Use a non-replaced inline container for image alt text (Closed)
Patch Set: Use a non-replaced inline container for image alt text Created 3 years, 8 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: third_party/WebKit/LayoutTests/platform/linux/editing/execCommand/insertImage-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/editing/execCommand/insertImage-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/editing/execCommand/insertImage-expected.txt
index 0f8bb9db923771e2d0e8b9fe8ede1034d0c17be8..7473f737ee223d5d0128d500d19a4d88743cd865 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/editing/execCommand/insertImage-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/editing/execCommand/insertImage-expected.txt
@@ -15,11 +15,8 @@ layer at (0,0) size 800x600
text run at (0,20) width 369: "passes execCommand a path where no image should exist."
LayoutBlockFlow {DIV} at (0,56) size 784x103
LayoutImage {IMG} at (0,0) size 76x103
- LayoutBlockFlow {IMG} at (76,83) size 20x20
+ LayoutBlockFlow {IMG} at (76,103) size 0x0
+ LayoutInline {SPAN} at (0,0) size 0x0
+ LayoutInline {SPAN} at (0,0) size 0x0
LayoutBlockFlow {UL} at (0,175) size 784x0
-layer at (84,147) size 20x20 clip at (85,148) size 18x18
- LayoutBlockFlow {DIV} at (0,0) size 20x20 [border: (1px solid #C0C0C0)]
- LayoutImage (floating) {IMG} at (2,2) size 16x16
-layer at (102,149) size 0x0
- LayoutBlockFlow {DIV} at (18,2) size 0x0
caret: position 1 of child 1 {IMG} of child 3 {DIV} of body

Powered by Google App Engine
This is Rietveld 408576698