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

Side by Side Diff: LayoutTests/fast/block/lineboxcontain/inline.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 <head>
3 <title>line-box-contain: inline</title>
4 <style>
5 .test { -webkit-line-box-contain: inline; line-box-contain: inline; font: 64px/1 em Ahem; background-color:red; width:6em; }
6 .goodline { color: green }
7 </style>
8 </head>
9 <body>
10 You should see a green rectangle below. If you see any red, the test has failed .
11
12 <div class="test">
13 <span style="background-color:green; font-size:128px; line-height:normal; paddin g-left:2.5em; padding-right:0.5em"></span><br>
14 <div style="display:inline-block; width:1em;height:2em;vertical-align:bottom;bac kground-color:green"></div><span class="goodline">xxxxx</span>
15 </div>
OLDNEW
« no previous file with comments | « LayoutTests/fast/block/lineboxcontain/glyphs-clipping.html ('k') | LayoutTests/fast/block/lineboxcontain/inline-box.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698