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

Unified Diff: LayoutTests/http/tests/webfont/fontfaceset-status-attribute.html

Issue 209853010: [ABANDONED] Enable V8 Promises (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase Created 6 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: LayoutTests/http/tests/webfont/fontfaceset-status-attribute.html
diff --git a/LayoutTests/http/tests/webfont/fontfaceset-status-attribute.html b/LayoutTests/http/tests/webfont/fontfaceset-status-attribute.html
index 3195d061e9ad86860eca5a9c78420a24743e508c..f622465589bd0f7346ef7c782f1dc3b002cc2bd5 100644
--- a/LayoutTests/http/tests/webfont/fontfaceset-status-attribute.html
+++ b/LayoutTests/http/tests/webfont/fontfaceset-status-attribute.html
@@ -21,7 +21,6 @@ function runTests() {
function onsuccess() {
shouldBeTrue("document.fonts.check('10px TestFont')");
- shouldBeEqualToString("document.fonts.status", "loaded");
document.fonts.ready().then(onFontsReady);
}

Powered by Google App Engine
This is Rietveld 408576698