Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector / elements / elements-css-path.html
index f4249cd..f6d17f8 100644 (file)
@@ -70,6 +70,7 @@ function test()
 
 <article></article>
 <article></article>
+<input type="number"/>
 
 <!-- Comment node -->
 
@@ -87,6 +88,8 @@ function test()
     <div id="-0"></div>
     <div id="7"></div>
     <div id="ид">ид</div>
+    <input type="text" id="input-id"/>
+    <input type="text"/>
     <p></p>
 </div>
 
@@ -106,6 +109,8 @@ function test()
     <div class="__proto__ foo"></div>
     <span class="bar"></span>
     <div id="id-with-class" class="moo"></div>
+    <input type="text" class="input-class-one"/>
+    <input type="text" class="input-class-two"/>
     <!-- Comment node 3 -->
 </div>
 
@@ -131,6 +136,8 @@ function test()
   <!-- Comment node 10 -->
   <div class="c1 c4"></div>
   <!-- Comment node 11 -->
+  <input type="text" class="input-class"/>
+  <input type="text" class="input-class"/>
   <div></div>
 </div>
 </body>