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

Unified Diff: LayoutTests/fast/runin/runin-reparent-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, 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-reparent-crash.html
diff --git a/LayoutTests/fast/runin/runin-reparent-crash.html b/LayoutTests/fast/runin/runin-reparent-crash.html
deleted file mode 100644
index d33f7a7253ae427777e2c699ce8a6061985f62ee..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/runin/runin-reparent-crash.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<html>
- <body>
- Test passes if it does not crash.
- <p style="display: run-in; "></p>
- <details id="test"></details>
- <script>
- if (window.testRunner)
- testRunner.dumpAsText();
-
- document.body.offsetTop;
-
- var details = document.getElementById("test");
- document.body.removeChild(details);
- </script>
- </body>
-</html>
« no previous file with comments | « LayoutTests/fast/runin/runin-not-go-into-float-expected.txt ('k') | LayoutTests/fast/runin/runin-reparent-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698