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/none.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: none</title>
4 <style>
5 .test { -webkit-line-box-contain: none; line-box-contain: none; font: 64px/1em A hem; background-color:red; margin-top:1em }
6 .badline { color:red }
7 .goodline { color: green }
8 </style>
9 </head>
10 <body>
11 You should see a green line below. If you see any red, the test has failed.
12
13 <div class="test">
14 <span class="badline">xxxxx</span><br>
15 <span class="badline">xxxxx</span><br>
16 <span class="badline">xxxxx</span><br>
17 <span class="badline">xxxxx</span><br>
18 <span class="goodline">xxxxx</span>
19 </div>
OLDNEW
« no previous file with comments | « LayoutTests/fast/block/lineboxcontain/inline-replaced.html ('k') | LayoutTests/fast/block/lineboxcontain/parsing-invalid.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698