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

Side by Side Diff: LayoutTests/fast/css-generated-content/generated-runin.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 <!DOCTYPE html>
2
3 <style>
4 section.run-in:before {
5 display: run-in;
6 content: "This ";
7 }
8 </style>
9
10 <section>
11 <div>
12 should all be on the same line.
13 </div>
14 </section>
15
16 <script>
17 onload = function() {
18 document.querySelector('section').className = 'run-in';
19 }
20 </script>
OLDNEW
« no previous file with comments | « LayoutTests/editing/undo/undo-after-event-edited.html ('k') | LayoutTests/fast/css/run-in-children.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698