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

Unified Diff: third_party/WebKit/LayoutTests/fast/table/table-colgroup-present-after-table-row.html

Issue 2564123002: Run spellchecker on fast/table tests. (Closed)
Patch Set: rebaseline-cl Created 4 years 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: third_party/WebKit/LayoutTests/fast/table/table-colgroup-present-after-table-row.html
diff --git a/third_party/WebKit/LayoutTests/fast/table/table-colgroup-present-after-table-row.html b/third_party/WebKit/LayoutTests/fast/table/table-colgroup-present-after-table-row.html
index 279ddb3cc1e52205a494854ec8b46a8b1d25a57e..c5919555f023d03464d1a49f4f587cc965b45a81 100644
--- a/third_party/WebKit/LayoutTests/fast/table/table-colgroup-present-after-table-row.html
+++ b/third_party/WebKit/LayoutTests/fast/table/table-colgroup-present-after-table-row.html
@@ -8,7 +8,7 @@
</head>
<body onload="checkLayout('td')">
<h3>Test for chromium bug : <a href="https://code.google.com/p/chromium/issues/detail?id=305169">305169</a>. &lt;colgroup&gt; is ignored if seen after &lt;tr&gt;.</h3>
-<h4>Columns width are not based on width specified in colGroup becuase colGroup is present after table row and we was supporting it only when colGroup is present at the start in table.</h4>
+<h4>Columns width are not based on width specified in colGroup because colGroup is present after table row and we was supporting it only when colGroup is present at the start in table.</h4>
<table style="width: 100%;" border=1px>
<tbody>
<tr>

Powered by Google App Engine
This is Rietveld 408576698