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

Unified Diff: LayoutTests/fast/runin/textarea-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/textarea-runin.html
diff --git a/LayoutTests/fast/runin/textarea-runin.html b/LayoutTests/fast/runin/textarea-runin.html
deleted file mode 100644
index 14ff982741e67bc8319189fc6f7bf76f806a06f8..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/runin/textarea-runin.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<!DOCTYPE html>
-<head>
-<style>
-#el0 { -webkit-appearance: none; }
-.c0 { display: run-in; }
-</style>
-</head>
-<body><textarea id=el0></textarea>
-<script>
-if (window.testRunner)
- testRunner.dumpAsText();
-document.body.appendChild(el0);
-document.body.appendChild(document.createElement('div'));
-document.body.offsetTop;
-el0.classList.add('c0');
-eventSender.mouseMoveTo(20, 10);
-eventSender.mouseDown();
-eventSender.mouseUp();
-document.body.innerHTML = 'PASS if not crashed';
-</script>
-</body>
« no previous file with comments | « LayoutTests/fast/runin/select-runin-expected.txt ('k') | LayoutTests/fast/runin/textarea-runin-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698