Commit b6c0a613 authored by qyearsley's avatar qyearsley Committed by Commit bot

Fix one typo (sample CL for rebaseline-with-try-jobs).

The new baselines (-expected.txt and -expected.png) were downloaded by running:

  Tools/Scripts/webkit-patch rebaseline-from-try-jobs

BUG=474273

Review-Url: https://codereview.chromium.org/2106873003
Cr-Commit-Position: refs/heads/master@{#405170}
parent 8a326e54
......@@ -4,7 +4,7 @@
<body>
<script>
if (document.documentElement.nodeType == Node.ELEMENT_NODE)
document.write("SUCESS");
document.write("SUCCESS");
else
document.write("FAIL");
</script>
......
......@@ -3,5 +3,5 @@ layer at (0,0) size 800x600
layer at (0,0) size 800x600
LayoutBlockFlow {HTML} at (0,0) size 800x600
LayoutBlockFlow {BODY} at (8,8) size 784x584
LayoutText {#text} at (0,0) size 58x19
text run at (0,0) width 58: "SUCESS"
LayoutText {#text} at (0,0) size 69x19
text run at (0,0) width 69: "SUCCESS"
......@@ -3,5 +3,5 @@ layer at (0,0) size 800x600
layer at (0,0) size 800x600
LayoutBlockFlow {HTML} at (0,0) size 800x600
LayoutBlockFlow {BODY} at (8,8) size 784x584
LayoutText {#text} at (0,0) size 59x18
text run at (0,0) width 59: "SUCESS"
LayoutText {#text} at (0,0) size 70x18
text run at (0,0) width 70: "SUCCESS"
......@@ -3,5 +3,5 @@ layer at (0,0) size 800x600
layer at (0,0) size 800x600
LayoutBlockFlow {HTML} at (0,0) size 800x600
LayoutBlockFlow {BODY} at (8,8) size 784x584
LayoutText {#text} at (0,0) size 59x17
text run at (0,0) width 59: "SUCESS"
LayoutText {#text} at (0,0) size 70x17
text run at (0,0) width 70: "SUCCESS"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment