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

Side by Side Diff: LayoutTests/fast/block/lineboxcontain/inline-box-vertical.html

Issue 1328673003: Remove -webkit-line-box-contain implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix up a few more tests. Created 5 years, 3 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 style="-webkit-writing-mode:vertical-lr">
3 <head>
4 <title>line-box-contain: inline-box vertical test</title>
5 <style>
6 .test { -webkit-line-box-contain: inline-box; line-box-contain: inline-box; font : 64px/1em Ahem; background-color:red; height:6em; width:3em }
7 .goodline { color: green }
8 </style>
9 </head>
10 <body>
11 You should see a green rectangle below. If you see any red, the test has failed .
12
13 <div class="test">
14 <span style="background-color:green; font-size:64px;padding-top:5em; padding-bot tom:1em;margin-left:0.5em;padding-right:0.5em"></span><br>
15 <div style="display:inline-block; height:6em;width:2em;vertical-align:bottom;bac kground-color:green"></div></div>
16
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698