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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/border-conflict-element-vlr-009.xht

Issue 2104493003: Import csswg-test@0589ea025a684e31742740ca3b599230bcc25e5d (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update TestExpectations, delete background Created 4 years, 5 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 unified diff | Download patch
OLDNEW
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/x html1/DTD/xhtml1-strict.dtd"> 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/x html1/DTD/xhtml1-strict.dtd">
2 2
3 <html xmlns="http://www.w3.org/1999/xhtml"> 3 <html xmlns="http://www.w3.org/1999/xhtml">
4 4
5 <head> 5 <head>
6 6
7 <title>CSS Writing Modes Test: Border conflict resolution - adjacent cells wit h same border styles in a 'vertical-lr' table with 'direction: ltr' (complex)</t itle> 7 <title>CSS Writing Modes Test: Border conflict resolution - adjacent cells wit h same border styles in a 'vertical-lr' table with 'direction: ltr' (complex)</t itle>
8 8
9 <!-- 9 <!--
10 Original (and horizontal-tb) test is 10 Original (and horizontal-tb) test is
11 http://test.csswg.org/suites/css2.1/nightly-unstable/html4/border-conflict-ele ment-001c.htm 11 http://test.csswg.org/suites/css2.1/nightly-unstable/html4/border-conflict-ele ment-001c.htm
12 --> 12 -->
13 13
14 <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserB ugsSection/css21testsuite/" /> 14 <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserB ugsSection/css21testsuite/" />
15 <link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#logical-direc tions" title="6.2 Flow-relative Directions" /> 15 <link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#logical-direc tions" title="6.2 Flow-relative Directions" />
16 <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#border-conflict- resolution" title="17.6.2.1 Border conflict resolution" /> 16 <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#border-conflict- resolution" title="17.6.2.1 Border conflict resolution" />
17 <link rel="match" href="../css21/reference/ref-filled-green-100px-square.xht" /> 17 <link rel="match" href="../css21/reference/ref-filled-green-100px-square.xht" />
18 18
19 <meta content="" name="flags" /> 19 <meta content="" name="flags" />
20 <meta content="When two adjacent cells have the same 'border-width' value and the same 'border-style' value in a 'border-collapse: collapse' table, then the c olor of the border of the cell closest to line-left side wins (if the table's 'd irection' is 'ltr'; line-right side, if it is 'rtl') and the color of the border of the cell closest to block-start side wins." name="assert" /> 20 <meta content="When two adjacent cells have the same 'border-width' value and the same 'border-style' value in a 'border-collapse: collapse' table, then the c olor of the border of the cell closest to line-left side wins (if the table's 'd irection' is 'ltr'; line-right side, if it is 'rtl') and the color of the border of the cell closest to block-start side wins." name="assert" />
21 21
22 <style type="text/css"><![CDATA[ 22 <style type="text/css"><![CDATA[
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 </tr> 143 </tr>
144 144
145 <tr> 145 <tr>
146 <td id="thirteen"></td> <td id="fourteen"></td> <td id="fifteen"></td> <td id="sixteen"></td> 146 <td id="thirteen"></td> <td id="fourteen"></td> <td id="fifteen"></td> <td id="sixteen"></td>
147 </tr> 147 </tr>
148 148
149 </table> 149 </table>
150 150
151 </body> 151 </body>
152 </html> 152 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698