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

Fix typos in LayoutTests/paint/invalidation.

Review-Url: https://codereview.chromium.org/2605353002
Cr-Commit-Position: refs/heads/master@{#442005}
parent 6b14ddf2
...@@ -60,7 +60,7 @@ ...@@ -60,7 +60,7 @@
function repaintTest() { function repaintTest() {
runAfterLayoutAndPaint(function() { runAfterLayoutAndPaint(function() {
// Changing the position will cause the scrolldiv to become composited becuase it overlaps another compostied element. // Changing the position will cause the scrolldiv to become composited because it overlaps another compostied element.
changeDivPosition(); changeDivPosition();
// Force DumpRenderTree to do a layout and repaint here, this is where the repaintRect // Force DumpRenderTree to do a layout and repaint here, this is where the repaintRect
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
#absolute { #absolute {
position: absolute; position: absolute;
top: 2000px; top: 2000px;
font: 50px/1 Sherif; font: 50px/1 Sheriff;
} }
</style> </style>
<div id="container"> <div id="container">
......
...@@ -15,7 +15,7 @@ div { ...@@ -15,7 +15,7 @@ div {
</head> </head>
<body> <body>
<p>Repaint test for <rdar><!-- <p>Repaint test for <rdar><!--
An explaination as to why this is here. In the beginning, there was an An explanation as to why this is here. In the beginning, there was an
<rdar:://problem/6869687> link to rdar. However, that link was invisible <rdar:://problem/6869687> link to rdar. However, that link was invisible
because it was enclosed in angle brackets. because it was enclosed in angle brackets.
......
...@@ -28,7 +28,7 @@ function repaintTest() ...@@ -28,7 +28,7 @@ function repaintTest()
</head> </head>
<body onload="runRepaintAndPixelTest()"> <body onload="runRepaintAndPixelTest()">
<p>Repaint test for <rdar><!-- <p>Repaint test for <rdar><!--
An explaination as to why this is here. In the beginning, there was an An explanation as to why this is here. In the beginning, there was an
<rdar:://problem/6869687> link to rdar. However, that link was invisible <rdar:://problem/6869687> link to rdar. However, that link was invisible
because it was enclosed in angle brackets. because it was enclosed in angle brackets.
......
...@@ -35,8 +35,8 @@ ...@@ -35,8 +35,8 @@
<!--======================================================================--> <!--======================================================================-->
<g id="test-body-content" font-size="16"> <g id="test-body-content" font-size="16">
<defs> <defs>
<font id="embeded" horiz-adv-x="224"> <font id="embedded" horiz-adv-x="224">
<font-face font-family="embeded" units-per-em="1000" panose-1="0 0 0 0 0 0 0 0 0 0" ascent="917" descent="-250" alphabetic="0"/> <font-face font-family="embedded" units-per-em="1000" panose-1="0 0 0 0 0 0 0 0 0 0" ascent="917" descent="-250" alphabetic="0"/>
<missing-glyph horiz-adv-x="800" d="M50 0V800H750V0H50ZM700 50V750H100V50H700Z"/> <missing-glyph horiz-adv-x="800" d="M50 0V800H750V0H50ZM700 50V750H100V50H700Z"/>
<glyph unicode="1" glyph-name="gl_1" horiz-adv-x="1500" d="M 0 0 L 250 0 L 250 250 L 0 250 Z"/> <glyph unicode="1" glyph-name="gl_1" horiz-adv-x="1500" d="M 0 0 L 250 0 L 250 250 L 0 250 Z"/>
<glyph unicode="2" glyph-name="gl_2" horiz-adv-x="1500" d="M 0 0 L 500 0 L 500 500 L 0 500 Z"/> <glyph unicode="2" glyph-name="gl_2" horiz-adv-x="1500" d="M 0 0 L 500 0 L 500 500 L 0 500 Z"/>
...@@ -73,19 +73,19 @@ ...@@ -73,19 +73,19 @@
<g id="textContent"> <g id="textContent">
<!-- 1.x 1.y --> <!-- 1.x 1.y -->
<use y="30" xlink:href="#marker" fill="#8888ff"/> <use y="30" xlink:href="#marker" fill="#8888ff"/>
<text x="0" y="30" font-family="embeded" font-size="10">1234</text> <text x="0" y="30" font-family="embedded" font-size="10">1234</text>
<!-- 4.x 1.y : four text chunks --> <!-- 4.x 1.y : four text chunks -->
<use x="10" y="60" xlink:href="#marker" fill="#8888ff"/> <use x="10" y="60" xlink:href="#marker" fill="#8888ff"/>
<use x="20" y="60" xlink:href="#marker" fill="#8888ff"/> <use x="20" y="60" xlink:href="#marker" fill="#8888ff"/>
<use x="30" y="60" xlink:href="#marker" fill="#8888ff"/> <use x="30" y="60" xlink:href="#marker" fill="#8888ff"/>
<use x="40" y="60" xlink:href="#marker" fill="#8888ff"/> <use x="40" y="60" xlink:href="#marker" fill="#8888ff"/>
<text x="10 20 30 40" y="60" font-family="embeded" font-size="10">1234</text> <text x="10 20 30 40" y="60" font-family="embedded" font-size="10">1234</text>
<!-- 2.x 1.y : two text chunks --> <!-- 2.x 1.y : two text chunks -->
<use x="10" y="90" xlink:href="#marker" fill="#8888ff"/> <use x="10" y="90" xlink:href="#marker" fill="#8888ff"/>
<use x="60" y="90" xlink:href="#marker" fill="#8888ff"/> <use x="60" y="90" xlink:href="#marker" fill="#8888ff"/>
<text x="10 60" y="90" font-family="embeded" font-size="10">1234</text> <text x="10 60" y="90" font-family="embedded" font-size="10">1234</text>
<!-- 1.x 4.y : four text chunks --> <!-- 1.x 4.y : four text chunks -->
<g transform="translate(0, 120)"> <g transform="translate(0, 120)">
...@@ -93,7 +93,7 @@ ...@@ -93,7 +93,7 @@
<use x="15" y="-5" xlink:href="#marker" fill="#8888ff"/> <use x="15" y="-5" xlink:href="#marker" fill="#8888ff"/>
<use x="30" y="5" xlink:href="#marker" fill="#8888ff"/> <use x="30" y="5" xlink:href="#marker" fill="#8888ff"/>
<use x="45" y="10" xlink:href="#marker" fill="#8888ff"/> <use x="45" y="10" xlink:href="#marker" fill="#8888ff"/>
<text x="0" y="-10 -5 5 10" font-family="embeded" font-size="10">1234</text> <text x="0" y="-10 -5 5 10" font-family="embedded" font-size="10">1234</text>
</g> </g>
<!-- 4.x 4.y : four text chunks --> <!-- 4.x 4.y : four text chunks -->
...@@ -102,7 +102,7 @@ ...@@ -102,7 +102,7 @@
<use x="20" y="-5" xlink:href="#marker" fill="#8888ff"/> <use x="20" y="-5" xlink:href="#marker" fill="#8888ff"/>
<use x="30" y="5" xlink:href="#marker" fill="#8888ff"/> <use x="30" y="5" xlink:href="#marker" fill="#8888ff"/>
<use x="40" y="10" xlink:href="#marker" fill="#8888ff"/> <use x="40" y="10" xlink:href="#marker" fill="#8888ff"/>
<text x="10 20 30 40" y="-10 -5 5 10" font-family="embeded" font-size="10">1234</text> <text x="10 20 30 40" y="-10 -5 5 10" font-family="embedded" font-size="10">1234</text>
</g> </g>
<!-- 2.x 4.y : four text chunks --> <!-- 2.x 4.y : four text chunks -->
...@@ -111,14 +111,14 @@ ...@@ -111,14 +111,14 @@
<use x="20" y="-5" xlink:href="#marker" fill="#8888ff"/> <use x="20" y="-5" xlink:href="#marker" fill="#8888ff"/>
<use x="35" y="5" xlink:href="#marker" fill="#8888ff"/> <use x="35" y="5" xlink:href="#marker" fill="#8888ff"/>
<use x="50" y="10" xlink:href="#marker" fill="#8888ff"/> <use x="50" y="10" xlink:href="#marker" fill="#8888ff"/>
<text x="10 20" y="-10 -5 5 10" font-family="embeded" font-size="10">1234</text> <text x="10 20" y="-10 -5 5 10" font-family="embedded" font-size="10">1234</text>
</g> </g>
<!-- 1.x 2.y : two text chunks --> <!-- 1.x 2.y : two text chunks -->
<g transform="translate(0, 210)"> <g transform="translate(0, 210)">
<use x="0" y="-10" xlink:href="#marker" fill="#8888ff"/> <use x="0" y="-10" xlink:href="#marker" fill="#8888ff"/>
<use x="15" y="5" xlink:href="#marker" fill="#8888ff"/> <use x="15" y="5" xlink:href="#marker" fill="#8888ff"/>
<text x="0" y="-10 5" font-family="embeded" font-size="10">1234</text> <text x="0" y="-10 5" font-family="embedded" font-size="10">1234</text>
</g> </g>
<!-- 4.x 2.y : four text chunks --> <!-- 4.x 2.y : four text chunks -->
...@@ -127,14 +127,14 @@ ...@@ -127,14 +127,14 @@
<use x="20" y="-5" xlink:href="#marker" fill="#8888ff"/> <use x="20" y="-5" xlink:href="#marker" fill="#8888ff"/>
<use x="30" y="-5" xlink:href="#marker" fill="#8888ff"/> <use x="30" y="-5" xlink:href="#marker" fill="#8888ff"/>
<use x="40" y="-5" xlink:href="#marker" fill="#8888ff"/> <use x="40" y="-5" xlink:href="#marker" fill="#8888ff"/>
<text x="10 20 30 40" y="-10 -5" font-family="embeded" font-size="10">1234</text> <text x="10 20 30 40" y="-10 -5" font-family="embedded" font-size="10">1234</text>
</g> </g>
<!-- 2.x 2.y : two text chunks --> <!-- 2.x 2.y : two text chunks -->
<g transform="translate(0, 270)"> <g transform="translate(0, 270)">
<use x="10" y="-10" xlink:href="#marker" fill="#8888ff"/> <use x="10" y="-10" xlink:href="#marker" fill="#8888ff"/>
<use x="60" y="-5" xlink:href="#marker" fill="#8888ff"/> <use x="60" y="-5" xlink:href="#marker" fill="#8888ff"/>
<text x="10 60" y="-10 -5" font-family="embeded" font-size="10">1234</text> <text x="10 60" y="-10 -5" font-family="embedded" font-size="10">1234</text>
</g> </g>
</g> </g>
......
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