| 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>
|
|
|