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

Unified Diff: LayoutTests/fast/dom/shadow/shadowdom-for-input-appearance.html

Issue 173363002: Move mediastream module to oilpan transition types (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Added Finalized Created 6 years, 10 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
« no previous file with comments | « no previous file | Source/bindings/scripts/code_generator_v8.pm » ('j') | Source/bindings/v8/V8Binding.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/dom/shadow/shadowdom-for-input-appearance.html
diff --git a/LayoutTests/fast/dom/shadow/shadowdom-for-input-appearance.html b/LayoutTests/fast/dom/shadow/shadowdom-for-input-appearance.html
index 07d57dc35b5d7cd57825d84e2ad7e986ff9b6ae5..bb291a905ee9eb43158eeb8b834409055e11b7d0 100644
--- a/LayoutTests/fast/dom/shadow/shadowdom-for-input-appearance.html
+++ b/LayoutTests/fast/dom/shadow/shadowdom-for-input-appearance.html
@@ -21,6 +21,7 @@ input {
<div><input type="range"></div>
<div><input type="search" value="search"></div>
<div><input type="text" value="text"></div>
+<div><input type="text" value="text" placeholder="placeholder"></div>
<script>
window.onload = function() {
var inputs = document.querySelectorAll('input');
@@ -30,6 +31,7 @@ window.onload = function() {
inputs[i].appendChild(contentSpan);
inputs[i].createShadowRoot().innerHTML = '<span>Shadow!</span><content select="*"></content>';
}
+ document.querySelector('input[type=text]').focus();
haraken 2014/02/21 10:47:05 What is this change for?
keishi 2014/02/26 06:14:59 Got mixed in. Removed.
};
</script>
</body>
« no previous file with comments | « no previous file | Source/bindings/scripts/code_generator_v8.pm » ('j') | Source/bindings/v8/V8Binding.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698