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

Side by Side Diff: LayoutTests/imported/csswg-test/css-writing-modes-3/value-all-and-inherit-001-expected.htm

Issue 1188583004: update-w3c-deps import using blink 9d3793ee56e5bb1aa1eef078d848e1b0e6e4d355: (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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 | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <title>CSS Writing Modes Test: text-combine-upright :all </title> 4 <title>CSS Writing Modes Test: text-combine-upright :all </title>
5 <link rel="author" title="Shinsuke Matsuki" href="mailto:shinsuke.matsuki@ac cess-company.com"> 5 <link rel="author" title="Shinsuke Matsuki" href="mailto:shinsuke.matsuki@ac cess-company.com">
6 <meta charset="utf-8"> 6 <meta charset="utf-8">
7 <style type="text/css"> 7 <style type="text/css">
8 @font-face { 8 @font-face {
9 font-family: 'tcu-font'; 9 font-family: 'tcu-font';
10 src: url('support/tcu-font.woff'); 10 src: url('support/tcu-font.woff');
(...skipping 14 matching lines...) Expand all
25 <div style="display: inline-block"> 25 <div style="display: inline-block">
26 <p>3<span>3</span></p> 26 <p>3<span>3</span></p>
27 </div> 27 </div>
28 </div> 28 </div>
29 </td> 29 </td>
30 </tr> 30 </tr>
31 </table> 31 </table>
32 </div> 32 </div>
33 </body> 33 </body>
34 </html> 34 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698