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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac/fast/borders/bidi-002-expected.txt

Issue 1721373002: UTF-8 detector for pages missing encoding info (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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/mac/fast/borders/bidi-002-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac/fast/borders/bidi-002-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/fast/borders/bidi-002-expected.txt
index 384bf1f01c5d3867990ac7cd9ae1f2a146d920ac..92b0c6944a99b4b5f63c452128bfc0c3242e3fc5 100644
--- a/third_party/WebKit/LayoutTests/platform/mac/fast/borders/bidi-002-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac/fast/borders/bidi-002-expected.txt
@@ -1,12 +1,14 @@
layer at (0,0) size 800x600
LayoutView at (0,0) size 800x600
-layer at (0,0) size 800x258
- LayoutBlockFlow {HTML} at (0,0) size 800x258
- LayoutBlockFlow {BODY} at (8,16) size 784x226
- LayoutBlockFlow {P} at (0,0) size 784x18
- LayoutText {#text} at (0,0) size 520x18
- text run at (0,0) width 520: "The following two blocks should be identical, including overflow. (Force bidi: \x{D7}\x{90})"
- LayoutBlockFlow {DIV} at (0,34) size 784x192
+layer at (0,0) size 800x259
+ LayoutBlockFlow {HTML} at (0,0) size 800x259
+ LayoutBlockFlow {BODY} at (8,16) size 784x227
+ LayoutBlockFlow {P} at (0,0) size 784x19
+ LayoutText {#text} at (0,1) size 521x18
+ text run at (0,1) width 506: "The following two blocks should be identical, including overflow. (Force bidi: "
+ text run at (505,1) width 11 RTL: "\x{5D0}"
+ text run at (515,1) width 6: ")"
+ LayoutBlockFlow {DIV} at (0,35) size 784x192
LayoutBlockFlow {P} at (16,0) size 294x88 [bgcolor=#FFFFCC] [border: (3px solid #000000)]
LayoutInline {SPAN} at (0,0) size 118x38 [color=#000080] [border: (3px solid #000080) none (3px solid #000080)]
LayoutText {#text} at (30,26) size 99x18

Powered by Google App Engine
This is Rietveld 408576698