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

Unified Diff: third_party/WebKit/LayoutTests/fast/css/fontface-arraybuffer-expected.txt

Issue 2610593002: Make CSSFontFace::setLoadStatus post a task (Closed)
Patch Set: Change loading logic for fonts from array buffers Created 3 years, 11 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/fast/css/fontface-arraybuffer-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/css/fontface-arraybuffer-expected.txt b/third_party/WebKit/LayoutTests/fast/css/fontface-arraybuffer-expected.txt
index 549324c57c32933f26ed336340e29404353f0787..2b4c89ae81d760b2c854cc13190891ac2dce1578 100644
--- a/third_party/WebKit/LayoutTests/fast/css/fontface-arraybuffer-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/css/fontface-arraybuffer-expected.txt
@@ -3,10 +3,12 @@ Tests ArrayBuffer / ArrayBufferView constructors of FontFace.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS face1.status is "loaded"
-PASS face2.status is "loaded"
+PASS face1.status is "loading"
+PASS face2.status is "loading"
PASS face3.status is "error"
PASS rejectionValue.name is "SyntaxError"
+PASS face1.status is "loaded"
+PASS face2.status is "loaded"
PASS document.getElementById('FontFromArrayBuffer').offsetWidth is document.getElementById('ref').offsetWidth
PASS document.getElementById('FontFromArrayBufferView').offsetWidth is document.getElementById('ref').offsetWidth
PASS successfullyParsed is true

Powered by Google App Engine
This is Rietveld 408576698