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

Side by Side Diff: LayoutTests/fast/lists/parent-box-not-box-crash.html

Issue 53373003: Remove display:run-in as per https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/_tHSX… (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix test Created 7 years, 1 month 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 <html>
2 <head>
3 <style>
4 .test1 {
5 display: list-item;
6 }
7 .test2 {
8 display: run-in;
9 }
10 </style>
11 <script>
12 if (window.testRunner)
13 testRunner.dumpAsText();
14 </script>
15 </head>
16 <body>
17 <div class="test1">
18 <div class="test2">
19 PASS
20 </div>
21 <div>
22 </body>
23 </html>
24
OLDNEW
« no previous file with comments | « LayoutTests/fast/forms/form-hides-table.html ('k') | LayoutTests/fast/lists/parent-box-not-box-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698