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

Unified Diff: LayoutTests/imported/csswg-test/css-writing-modes-3/table-progression-001-vrl-expected.html

Issue 1334653002: update-w3c-deps import using blink 938bf333d1bbab5c7c40f5c574f50807244c587f: (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add NeedsRebaseline Created 5 years, 3 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/imported/csswg-test/css-writing-modes-3/table-progression-001-vrl-expected.html
diff --git a/LayoutTests/imported/csswg-test/css-writing-modes-3/table-progression-001-vrl-expected.html b/LayoutTests/imported/csswg-test/css-writing-modes-3/table-progression-001-vrl-expected.html
index ea3cf5e7e35eebf13325895cbf17c5b5544c8d1e..a47c216b7a9f7590bd90451c55947472f37d089b 100644
--- a/LayoutTests/imported/csswg-test/css-writing-modes-3/table-progression-001-vrl-expected.html
+++ b/LayoutTests/imported/csswg-test/css-writing-modes-3/table-progression-001-vrl-expected.html
@@ -31,13 +31,13 @@
<tr>
<td rowspan=2>
<td class="h">
- <td colspan=3">
+ <td colspan="3">
<td class="a">
<tr>
- <td rowspan=3">
+ <td rowspan="3">
<td class="g">
<td class="f">
- <td rowspan=2">
+ <td rowspan="2">
<td class="b">
<tr>
<td class="c">
@@ -52,13 +52,13 @@
<tr>
<td rowspan=2>
<td class="h">
- <td colspan=3">
+ <td colspan="3">
<td class="a">
<tr>
- <td rowspan=3">
+ <td rowspan="3">
<td class="g">
<td class="f">
- <td rowspan=2">
+ <td rowspan="2">
<td class="b">
<tr>
<td class="c">
@@ -73,13 +73,13 @@
<tr>
<td rowspan=2>
<td class="h">
- <td colspan=3">
+ <td colspan="3">
<td class="a">
<tr>
- <td rowspan=3">
+ <td rowspan="3">
<td class="g">
<td class="f">
- <td rowspan=2">
+ <td rowspan="2">
<td class="b">
<tr>
<td class="c">

Powered by Google App Engine
This is Rietveld 408576698