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

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

Issue 21165005: Support author Shadow DOM for INPUT elements (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Test should work on Windows and Linux. Created 7 years, 3 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/dom/shadow/shadowdom-for-input-appearance-expected.html
diff --git a/LayoutTests/fast/dom/shadow/shadowdom-for-input-appearance-expected.html b/LayoutTests/fast/dom/shadow/shadowdom-for-input-appearance-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..65e1cbaf49ac94b6f3c74e1ac1164c6daec41ac0
--- /dev/null
+++ b/LayoutTests/fast/dom/shadow/shadowdom-for-input-appearance-expected.html
@@ -0,0 +1,35 @@
+<!DOCTYPE html>
+<body>
+<style>
+span {
+ border: none;
+ display: inline-block;
+ font: -webkit-small-control;
+ margin: 2px;
+ padding: 2px;
+ color: black;
+ background-color: white;
+}
+.color {
+ width: 44px;
+ height: 23px;
+}
+.date {
+ font-family: monospace;
+}
+.hidden {
+ display: none;
+}
+</style>
+<div><span class="button">Shadow!Content</span></div>
+<div><span class="checkbox">Shadow!Content</span></div>
+<div><span class="color">Shadow!Content</span></div>
+<div><span class="date">Shadow!Content</span></div>
+<div><span class="file">Shadow!Content</span></div>
+<div><span class="hidden">Shadow!Content</span></div>
+<div><span class="number">Shadow!Content</span></div>
+<div><span class="radio">Shadow!Content</span></div>
+<div><span class="range">Shadow!Content</span></div>
+<div><span class="search">Shadow!Content</span></div>
+<div><span class="text">Shadow!Content</span></div>
+</body>

Powered by Google App Engine
This is Rietveld 408576698