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

Unified Diff: LayoutTests/fast/repaint/inline-color-change.html

Issue 926193003: Move rendering/RenderBox to layout/LayoutBox. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 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
Index: LayoutTests/fast/repaint/inline-color-change.html
diff --git a/LayoutTests/fast/repaint/inline-color-change.html b/LayoutTests/fast/repaint/inline-color-change.html
index a339156e8cc1264a7f686b1cd795cbab486e968b..a52e9f64fe2226960c2580984d90d78ce1dc656e 100644
--- a/LayoutTests/fast/repaint/inline-color-change.html
+++ b/LayoutTests/fast/repaint/inline-color-change.html
@@ -14,7 +14,7 @@
<body onload="runRepaintTest();">
<p>
Repaint test for <i><a href="rdar://problem/6518850">rdar://problem/6518850</a></i>
- Make sure that an inline repaints using its line boxes and not using RenderBox width()/height().
+ Make sure that an inline repaints using its line boxes and not using LayoutBox width()/height().
</p>
<p><span id="target" style="background-color:red; color:red">PASS</span></p>
</body>

Powered by Google App Engine
This is Rietveld 408576698