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

Side by Side Diff: LayoutTests/fast/regions/regions-widows-stack-overflow-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 style="font: 16px/1.25 monospace;">
3 <head>
4 <style>
5 .region {
6 width: 100px;
7 height: 100px;
8 }
9
10 #region1 {
11 border: 5px solid green;
12 }
13
14 #region2 {
15 border: 5px solid blue;
16 height: 65px;
17 }
18
19 #region3 {
20 border: 5px solid purple;
21 }
22
23 </style>
24 </head>
25 <body>
26 <p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=122215">Bug 122215</a>. The test passes if the page doesn't crash or loads indefinitely.</p >
27 <div id="container">
28 <div class="region" id="region1">
29 Linetext1
30 Linetext2
31 Linetext3
32 </div>
33 <div class="region" id="region2">
34 Linetext4
35 Linetext5
36 Linetext6
37 </div>
38 <div class="region" id="region3">
39 Linetext7
40 </div>
41 </div>
42 </body>
43 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/regions/regions-widows-stack-overflow.html ('k') | LayoutTests/fast/regions/remove-box-info-assert.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698