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

Unified Diff: third_party/WebKit/LayoutTests/fast/text/whitespace/whitespace-in-pre-expected.html

Issue 2790263002: Deflake text-align-justify-and-whitespace-pre.html (Closed)
Patch Set: Rebase w/HEAD Created 3 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
« no previous file with comments | « third_party/WebKit/LayoutTests/fast/text/whitespace/whitespace-in-pre.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/text/whitespace/whitespace-in-pre-expected.html
diff --git a/third_party/WebKit/LayoutTests/fast/text/whitespace/whitespace-in-pre-expected.html b/third_party/WebKit/LayoutTests/fast/text/whitespace/whitespace-in-pre-expected.html
index f152e99ed73606b844040b2b9d1a6b3be95b0362..7f6931815050d1accbd0151791265fcd05cabb14 100644
--- a/third_party/WebKit/LayoutTests/fast/text/whitespace/whitespace-in-pre-expected.html
+++ b/third_party/WebKit/LayoutTests/fast/text/whitespace/whitespace-in-pre-expected.html
@@ -1,5 +1,9 @@
<!DOCTYPE html>
<style>
+@font-face {
+ font-family: Ahem;
+ src: url('../../../resources/Ahem.woff2') format('woff2');
+}
body {
font: 10px Ahem;
}
@@ -32,3 +36,11 @@ body {
<div>
<p class="test">A B<span style="white-space:pre"> </span><br>C</p>
</div>
+<script>
+ if (window.testRunner) {
+ testRunner.waitUntilDone();
+ window.onload = function () {
+ document.fonts.ready.then(function () { testRunner.notifyDone(); });
+ };
+ }
+</script>
« no previous file with comments | « third_party/WebKit/LayoutTests/fast/text/whitespace/whitespace-in-pre.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698