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

Unified Diff: LayoutTests/fast/css-grid-layout/grid-element-remove-svg-child.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/css-grid-layout/grid-element-remove-svg-child.html
diff --git a/LayoutTests/fast/css-grid-layout/grid-element-remove-svg-child.html b/LayoutTests/fast/css-grid-layout/grid-element-remove-svg-child.html
index 3087634a8aeb91e165bc5a4d704793f4aab94579..3a719068fd5bc33ce22d3e1893bb8f4d3fec34ce 100644
--- a/LayoutTests/fast/css-grid-layout/grid-element-remove-svg-child.html
+++ b/LayoutTests/fast/css-grid-layout/grid-element-remove-svg-child.html
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<link href="resources/grid.css" rel="stylesheet">
-<p>This test checks that removing a non-RenderBox grid item doesn't make us crash.</p>
+<p>This test checks that removing a non-LayoutBox grid item doesn't make us crash.</p>
<p>This test has PASSED if it didn't crash and you see PASSED below.</p>
<div class="grid">
<svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='190'>

Powered by Google App Engine
This is Rietveld 408576698