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

Unified Diff: LayoutTests/fast/runin/runin-table-before-child.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, 2 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/runin/runin-table-before-child.html
diff --git a/LayoutTests/fast/runin/runin-table-before-child.html b/LayoutTests/fast/runin/runin-table-before-child.html
deleted file mode 100755
index 1464d137c1508d34ef34af07795329659675edea..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/runin/runin-table-before-child.html
+++ /dev/null
@@ -1,13 +0,0 @@
-<!DOCTYPE html>
-<html style="font-family: ahem; font-size: 50px; -webkit-font-smoothing: none; color: white;">
-<body>
-<div id="runin" style="display: run-in">B</div>
-<div>C</div>
-<script>
-document.body.offsetTop;
-var tr1 = document.createElement('tr');
-tr1.appendChild(document.createTextNode('A'));
-document.body.insertBefore(tr1, document.getElementById('runin'));
-</script>
-</body>
-</html>
« no previous file with comments | « LayoutTests/fast/runin/runin-reparent-crash-expected.txt ('k') | LayoutTests/fast/runin/runin-table-before-child-expected.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698