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

Unified Diff: LayoutTests/fast/text-autosizing/grid-dbcat.html

Issue 948343003: Move rendering/RenderGrid to layout/LayoutGrid (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/text-autosizing/grid-dbcat.html
diff --git a/LayoutTests/fast/text-autosizing/grid-dbcat.html b/LayoutTests/fast/text-autosizing/grid-dbcat.html
index 5162a7a6df7cb3bfcf9b223521a408d6e77a82c4..f044042e7ceaa2dbb63514ce13ab1f62c2e6adf6 100644
--- a/LayoutTests/fast/text-autosizing/grid-dbcat.html
+++ b/LayoutTests/fast/text-autosizing/grid-dbcat.html
@@ -11,7 +11,7 @@
<body>
<div style="display: grid">
<div>
- This tests that RenderGrid creates an autosizing layout scope.
+ This tests that LayoutGrid creates an autosizing layout scope.
The test passes if it does not crash.
</div>
<div>

Powered by Google App Engine
This is Rietveld 408576698