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

Side by Side Diff: LayoutTests/fast/regions/invalid-first-region-with-writing-mode.html

Issue 159933010: Remove everything region-specific from LayoutTests. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 10 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
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>Invalid region specifying writing-mode</title>
5 </head>
6 <body style="background:white; color:black; overflow:hidden;">
7 <p>You should see the word 'PASS' below.</p>
8 <div style="-webkit-flow-into:thread; color:white;">
9 <div style="height:100px;"></div>
10 PASS
11 <div style="-webkit-flow-from:thread; height:1000px; -webkit-writing -mode:vertical-rl;"></div>
12 </div>
13 <div style="-webkit-flow-from:thread; height:100px;"></div>
14 <div style="-webkit-flow-from:thread; width:4em; height:2em; background: black;"></div>
15 </body>
16 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698