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

Unified Diff: LayoutTests/fast/forms/date/date-click-on-label.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/forms/date/date-click-on-label.html
diff --git a/LayoutTests/fast/forms/date/date-click-on-label.html b/LayoutTests/fast/forms/date/date-click-on-label.html
index fe6a9d1da7c4a27b7299ffd4f82d950af1ceb458..69326fd1f3cd714f23acd302b21e2e7b6c32f8e9 100644
--- a/LayoutTests/fast/forms/date/date-click-on-label.html
+++ b/LayoutTests/fast/forms/date/date-click-on-label.html
@@ -5,7 +5,7 @@
<label id="label1">Label: <input type="date" id="date1"></label>
<script>
debug('Check if clicking a label focuses on a date input in it.');
-// Force layout because we can't focus on elements without RenderBox.
+// Force layout because we can't focus on elements without LayoutBox.
document.body.offsetLeft;
shouldBeEqualToString('document.activeElement.id', 'body');
debug('Clicking a label.');

Powered by Google App Engine
This is Rietveld 408576698