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

Side by Side Diff: LayoutTests/fast/regions/listmarker-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 height: 50px;
8 }
9
10 .region ul {
11 margin: 0px;
12 }
13
14 #target {
15 font-size: 50px;
16 color: green;
17 font-family: Ahem;
18 color: green;
19 list-style-type: none;
20 }
21 </style>
22 </head>
23 <body onload="removeFirstLetter()">
24 <p>Test case for <a href="https://bugs.webkit.org/show_bug.cgi?id=102957 ">102957</a>.</p>
25 <p>Testing that the removal of the list-marker render object will not cr ash the flow thread logic.</p>
26 <p>You should see a green rectangle. There should be no red.</p>
27 <div class="region">
28 <ul>
29 <li id="target">aaaa</li>
30 </ul>
31 </div>
32 </body>
33 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/regions/listmarker-inside-flowthread.html ('k') | LayoutTests/fast/regions/mathml-crash.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698