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

Side by Side Diff: LayoutTests/editing/undo/undo-after-event-edited.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
1 <!DOCTYPE HTML> 1 <!DOCTYPE HTML>
2 <html> 2 <html>
3 <head> 3 <head>
4 <style> 4 <style>
5 * { display:run-in; } 5 * { display:block; }
6 .collapse { visibility:collapse; } 6 .collapse { visibility:collapse; }
7 </style> 7 </style>
8 <script> 8 <script>
9 9
10 if (window.testRunner) { 10 if (window.testRunner) {
11 window.testRunner.dumpAsText(); 11 window.testRunner.dumpAsText();
12 window.testRunner.waitUntilDone(); 12 window.testRunner.waitUntilDone();
13 } 13 }
14 14
15 document.designMode = "on"; 15 document.designMode = "on";
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 </script> 47 </script>
48 </head> 48 </head>
49 <body> 49 <body>
50 <table class="collapse"> 50 <table class="collapse">
51 <caption> 51 <caption>
52 original text 52 original text
53 </caption> 53 </caption>
54 </table> 54 </table>
55 </body> 55 </body>
56 </html> 56 </html>
OLDNEW
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/css-generated-content/generated-runin.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698