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

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

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> 1 <!DOCTYPE html>
2 <meta charset="utf-8"> 2 <meta charset="utf-8">
3 <title>CSS Writing Modes Test: outline layout and non-replaced inline and vertic al-lr writing-mode</title> 3 <title>CSS Writing Modes Test: outline layout and non-replaced inline and vertic al-lr writing-mode</title>
4 <link rel="author" title="Koji Ishii" href="mailto:kojiishi@gmail.com" /> 4 <link rel="author" title="Koji Ishii" href="mailto:kojiishi@gmail.com" />
5 <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 -->
6 <meta content="ahem" name="flags" /> 6 <meta content="ahem" name="flags" />
7 <style> 7 <style>
8 div { 8 div {
9 color:transparent; 9 color:transparent;
10 font:50px/1 Ahem; 10 font:50px/1 Ahem;
11 width:2em; 11 width:2em;
12 } 12 }
13 .outline { 13 .outline {
14 color:orange; 14 color:orange;
15 outline:blue solid 2px; 15 outline:blue solid 2px;
16 } 16 }
17 </style> 17 </style>
18 <p>Test passes if the inside of 2 blue squares is orange. 18 <p>Test passes if the inside of 2 blue squares is orange.
19 <div>1<span class="outline">2</span> 34 56 78 <span class="outline">9</span>0</d iv> 19 <div>1<span class="outline">2</span> 34 56 78 <span class="outline">9</span>0</d iv>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698