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

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

Issue 1372043002: update-w3c-deps import using blink 0131ca248edfe6c594fa8a6e5780f55c0f4d01eb: (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebaseline 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: third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/table-progression-001-vrl-expected.html
diff --git a/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/table-progression-001-vrl-expected.html b/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/table-progression-001-vrl-expected.html
deleted file mode 100644
index a47c216b7a9f7590bd90451c55947472f37d089b..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/table-progression-001-vrl-expected.html
+++ /dev/null
@@ -1,92 +0,0 @@
-<!DOCTYPE html>
-<title>CSS Reference</title>
-<link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact">
-
-<style>
- table {
- border-spacing: 0;
- margin: 1em;
- }
- td {
- width: 1em;
- height: 1em;
- border: solid gray;
- }
-
- .a { background: navy}
- .b { background: blue }
- .c { background: aqua }
- .d { background: teal }
- .e { background: purple }
- .f { background: fuchsia }
- .g { background: yellow }
- .h { background: orange }
- caption { background: green; }
-</style>
-
-<p>Test passes if the following three tables look identical.
-
-<table>
- <caption></caption>
- <tr>
- <td rowspan=2>
- <td class="h">
- <td colspan="3">
- <td class="a">
- <tr>
- <td rowspan="3">
- <td class="g">
- <td class="f">
- <td rowspan="2">
- <td class="b">
- <tr>
- <td class="c">
- <td rowspan=2 colspan=2>
- <td rowspan=2>
- <tr>
- <td class="d">
- <td class="e">
-</table>
-
-<table>
- <tr>
- <td rowspan=2>
- <td class="h">
- <td colspan="3">
- <td class="a">
- <tr>
- <td rowspan="3">
- <td class="g">
- <td class="f">
- <td rowspan="2">
- <td class="b">
- <tr>
- <td class="c">
- <td rowspan=2 colspan=2>
- <td rowspan=2>
- <tr>
- <td class="d">
- <td class="e">
-</table>
-
-<table>
- <tr>
- <td rowspan=2>
- <td class="h">
- <td colspan="3">
- <td class="a">
- <tr>
- <td rowspan="3">
- <td class="g">
- <td class="f">
- <td rowspan="2">
- <td class="b">
- <tr>
- <td class="c">
- <td rowspan=2 colspan=2>
- <td rowspan=2>
- <tr>
- <td class="d">
- <td class="e">
-</table>
-

Powered by Google App Engine
This is Rietveld 408576698