HomeSort by relevance Sort by last modified time
    Searched refs:CITE (Results 1 - 10 of 10) sorted by null

  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLElement137.js 80 Retrieve the class attribute of the CITE element and examine its value.
99 nodeList = doc.getElementsByTagName("cite");
104 assertEquals("classNameLink","CITE-class",vclassname);
HTMLElement21.js 80 Retrieve the id attribute of the CITE element and examine its value.
99 nodeList = doc.getElementsByTagName("cite");
104 assertEquals("idLink","Test-CITE",vid);
HTMLElement50.js 80 Retrieve the title attribute of the CITE element and examine its value.
99 nodeList = doc.getElementsByTagName("cite");
104 assertEquals("titleLink","CITE Element",vtitle);
HTMLElement108.js 80 Retrieve the dir attribute of the CITE element and examine its value.
99 nodeList = doc.getElementsByTagName("cite");
HTMLElement79.js 80 Retrieve the lang attribute of the CITE element and examine its value.
99 nodeList = doc.getElementsByTagName("cite");
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLElement137.js 80 Retrieve the class attribute of the CITE element and examine its value.
99 nodeList = doc.getElementsByTagName("cite");
104 assertEquals("classNameLink","CITE-class",vclassname);
HTMLElement21.js 80 Retrieve the id attribute of the CITE element and examine its value.
99 nodeList = doc.getElementsByTagName("cite");
104 assertEquals("idLink","Test-CITE",vid);
HTMLElement50.js 80 Retrieve the title attribute of the CITE element and examine its value.
99 nodeList = doc.getElementsByTagName("cite");
104 assertEquals("titleLink","CITE Element",vtitle);
HTMLElement108.js 80 Retrieve the dir attribute of the CITE element and examine its value.
99 nodeList = doc.getElementsByTagName("cite");
HTMLElement79.js 80 Retrieve the lang attribute of the CITE element and examine its value.
99 nodeList = doc.getElementsByTagName("cite");

Completed in 109 milliseconds