Index: third_party/WebKit/LayoutTests/paint/invalidation/compositing/newly-composited-repaint-rect.html |
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/compositing/newly-composited-repaint-rect.html b/third_party/WebKit/LayoutTests/paint/invalidation/compositing/newly-composited-repaint-rect.html |
index 29dcf6deec736c03a27064e4c420b1beae82f205..51598bacd516b2829132134a419c5bf5032dd7c1 100644 |
--- a/third_party/WebKit/LayoutTests/paint/invalidation/compositing/newly-composited-repaint-rect.html |
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/compositing/newly-composited-repaint-rect.html |
@@ -60,7 +60,7 @@ |
function repaintTest() { |
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(); |
// Force DumpRenderTree to do a layout and repaint here, this is where the repaintRect |