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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/http/tests/security/contentSecurityPolicy/image-blocked-alt-content-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/http/tests/security/contentSecurityPolicy/image-blocked-alt-content-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/http/tests/security/contentSecurityPolicy/image-blocked-alt-content-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/http/tests/security/contentSecurityPolicy/image-blocked-alt-content-expected.txt
index 5c660dd7a52fc2f1f51533bee77978533619d647..3963527617e54ab360ace246991d7b22b5182e8e 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/http/tests/security/contentSecurityPolicy/image-blocked-alt-content-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/http/tests/security/contentSecurityPolicy/image-blocked-alt-content-expected.txt
@@ -1,18 +1,14 @@
layer at (0,0) size 800x600
LayoutView at (0,0) size 800x600
-layer at (0,0) size 800x91
- LayoutBlockFlow {HTML} at (0,0) size 800x91
- LayoutBlockFlow {BODY} at (8,8) size 784x75
- LayoutText {#text} at (0,0) size 737x74
+layer at (0,0) size 800x56
+ LayoutBlockFlow {HTML} at (0,0) size 800x56
+ LayoutBlockFlow {BODY} at (8,8) size 784x40
+ LayoutText {#text} at (0,0) size 737x39
text run at (0,0) width 737: "This test shows what alt content looks like when an image errors out on a page with a CSP that blocks data: URIs for"
- text run at (0,55) width 52: "images. "
- LayoutBlockFlow {IMG} at (52,20) size 50x50
+ text run at (0,20) width 52: "images. "
+ LayoutBlockFlow {IMG} at (52,20) size 42x20
+ LayoutInline {SPAN} at (0,0) size 42x19
+ LayoutInline {SPAN} at (0,0) size 42x19
+ LayoutText {#text} at (0,0) size 42x19
+ text run at (0,0) width 42: "alt text"
LayoutText {#text} at (0,0) size 0x0
-layer at (60,28) size 50x50 clip at (61,29) size 48x48
- LayoutBlockFlow {DIV} at (0,0) size 50x50 [border: (1px solid #C0C0C0)]
- LayoutImage (floating) {IMG} at (2,2) size 16x16
-layer at (78,30) size 30x40
- LayoutBlockFlow {DIV} at (18,2) size 30x40
- LayoutText {#text} at (0,0) size 23x39
- text run at (0,0) width 15: "alt"
- text run at (0,20) width 23: "text"

Powered by Google App Engine
This is Rietveld 408576698