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

Unified Diff: LayoutTests/fast/runin/select-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, 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/select-runin.html
diff --git a/LayoutTests/fast/runin/select-runin.html b/LayoutTests/fast/runin/select-runin.html
deleted file mode 100755
index 3fa169cf28fe34bd4e44ad71f970c575b13f6eed..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/runin/select-runin.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<!DOCTYPE html>
-<html>
-Test passes if it does not crash.
-<select multiple="multiple" id="select" style="-webkit-appearance: none; display: run-in;">
-<option></option>
-</select>
-<div></div>
-<script>
-if (window.testRunner)
- testRunner.dumpAsText();
-
-document.body.offsetTop;
-document.execCommand("SelectAll");
-var select = document.getElementById("select");
-select.removeChild(select.firstChild);
-</script>
-</html>
« no previous file with comments | « LayoutTests/fast/runin/runin-table-before-child-expected.txt ('k') | LayoutTests/fast/runin/select-runin-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698