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

Side by Side Diff: LayoutTests/fast/text/international/bidi-LDB-2-formatting-characters.html

Issue 249723003: Remove main frame overflow from some non-scrollbar tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Windows expectations Created 6 years, 8 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 PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html4 0/strict.dtd"> 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html4 0/strict.dtd">
2 <HTML><HEAD> 2 <HTML><HEAD>
3 <!-- 3 <!--
4 Based on http://dbaron.org/css/test/bidi2_charcode by Dave Baron, dbaron@dbaron. org 4 Based on http://dbaron.org/css/test/bidi2_charcode by Dave Baron, dbaron@dbaron. org
5 Copied with permission on 2005-09-10 5 Copied with permission on 2005-09-10
6 Modified with permission (rearranged to fit in 800x600 and changed to make more 6 Modified with permission (rearranged to fit in 800x600 and changed to make more
7 testcases have the same expected layout). 7 testcases have the same expected layout).
8 --> 8 -->
9 <TITLE>Bidirectional Text Test 2 - Formatting Characters</TITLE> 9 <TITLE>Bidirectional Text Test 2 - Formatting Characters</TITLE>
10 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> 10 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
11 <meta http-equiv="Content-Style-Type" content="text/css"> 11 <meta http-equiv="Content-Style-Type" content="text/css">
12 <LINK REL="copyright" HREF="/~dbaron/legal.html"> 12 <LINK REL="copyright" HREF="/~dbaron/legal.html">
13 <STYLE TYPE="text/css"> 13 <STYLE TYPE="text/css">
14 body { overflow: hidden; }
14 p { text-align: left; } 15 p { text-align: left; }
15 16
16 table.pair { border-spacing: 0; margin-bottom: 0; } 17 table.pair { border-spacing: 0; margin-bottom: 0; }
17 table.pair td { padding: 0; } 18 table.pair td { padding: 0; }
18 p.pair { margin: 0; } 19 p.pair { margin: 0; }
19 20
20 .rtl { direction: rtl; } 21 .rtl { direction: rtl; }
21 .ltr { direction: ltr; } 22 .ltr { direction: ltr; }
22 23
23 div.box { border:1px green solid; display:inline-block; padding:3px; margin:3px; vertical-align:middle; } 24 div.box { border:1px green solid; display:inline-block; padding:3px; margin:3px; vertical-align:middle; }
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 <!-- 108 <!--
108 <P><A HREF="http://validator.w3.org/check/referer" TITLE="W3C HTML Validator"><i mg src="../../images/vh40" ALT="Valid HTML 4.0!" height="31" width="88"></A></P> 109 <P><A HREF="http://validator.w3.org/check/referer" TITLE="W3C HTML Validator"><i mg src="../../images/vh40" ALT="Valid HTML 4.0!" height="31" width="88"></A></P>
109 --> 110 -->
110 <P>(Back to 111 <P>(Back to
111 <A HREF="./">CSS Testing Information</A>, 112 <A HREF="./">CSS Testing Information</A>,
112 <A HREF="../../">David Baron</A>) 113 <A HREF="../../">David Baron</A>)
113 <P><A HREF="/" TITLE="David Baron's Homepage">LDB</A>, 114 <P><A HREF="/" TITLE="David Baron's Homepage">LDB</A>,
114 <A rev="made" href="mailto:dbaron@dbaron.org" TITLE="Send e-mail to David Baron" >dbaron@dbaron.org</A>, 2001-06-05</P> 115 <A rev="made" href="mailto:dbaron@dbaron.org" TITLE="Send e-mail to David Baron" >dbaron@dbaron.org</A>, 2001-06-05</P>
115 <P>Modified and used with the author&rsquo;s permission.</P> 116 <P>Modified and used with the author&rsquo;s permission.</P>
116 </BODY></HTML> 117 </BODY></HTML>
OLDNEW
« no previous file with comments | « LayoutTests/fast/text/emphasis-vertical.html ('k') | LayoutTests/fast/text/international/bidi-european-terminators.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698