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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/outline-inline-vrl-006-expected.html

Issue 1854503002: Add meta charset tag to unlabelled utf-8 files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: drop two more files unaffected by utf-8 label Created 4 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
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <meta charset="utf-8">
2 <title>CSS Writing Modes Test: outline layout and non-replaced inline and vertic al-rl writing-mode</title> 3 <title>CSS Writing Modes Test: outline layout and non-replaced inline and vertic al-rl writing-mode</title>
3 <link rel="author" title="Koji Ishii" href="mailto:kojiishi@gmail.com" /> 4 <link rel="author" title="Koji Ishii" href="mailto:kojiishi@gmail.com" />
4 <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserB ugsSection/css21testsuite/" /> <!-- 2016-01-14 --> 5 <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserB ugsSection/css21testsuite/" /> <!-- 2016-01-14 -->
5 <meta content="ahem" name="flags" /> 6 <meta content="ahem" name="flags" />
6 <style> 7 <style>
7 .container { 8 .container {
8 color:transparent; 9 color:transparent;
9 font:50px/1 Ahem; 10 font:50px/1 Ahem;
10 } 11 }
11 .outline { 12 .outline {
12 color:orange; 13 color:orange;
13 outline:blue solid 2px; 14 outline:blue solid 2px;
14 } 15 }
15 </style> 16 </style>
16 <p>Test passes if the inside of 2 blue squares is orange. 17 <p>Test passes if the inside of 2 blue squares is orange.
17 <div class="container"> 18 <div class="container">
18 <div>111<span class="outline">1</span></div> 19 <div>111<span class="outline">1</span></div>
19 <div>1</div> 20 <div>1</div>
20 <div>1</div> 21 <div>1</div>
21 <div>1</div> 22 <div>1</div>
22 <div>1111<span class="outline">1</span></div> 23 <div>1111<span class="outline">1</span></div>
23 </div> 24 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698