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

Side by Side Diff: LayoutTests/fast/regions/firstletter-inside-flowthread-expected.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>Test for https://bugs.webkit.org/show_bug.cgi?id=102957</title>
5 <style>
6 .region {
7 color: green;
8 font-size: 50px;
9 font-family: Ahem;
10 height: 50px;
11 }
12 </style>
13 </head>
14 <body>
15 <p>Test case for <a href="https://bugs.webkit.org/show_bug.cgi?id=102957 ">102957</a>.</p>
16 <p>Testing that the removal of the first-letter pseudo render object wil l not crash the flow thread logic.</p>
17 <p>You should see a green rectangle. There should be no red or yellow.</ p>
18 <div class="region">aaaa</div>
19 </body>
20 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/regions/firstletter-inside-flowthread.html ('k') | LayoutTests/fast/regions/fit-content-height-region.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698