Author: mareshkau
Date: 2010-08-18 05:44:24 -0400 (Wed, 18 Aug 2010)
New Revision: 24255
Modified:
trunk/vpe/tests/org.jboss.tools.vpe.html.test/resources/htmlTest/WebContent/pages/components/block/div.html.xml
trunk/vpe/tests/org.jboss.tools.vpe.html.test/resources/htmlTest/WebContent/pages/components/table/table.html.xml
trunk/vpe/tests/org.jboss.tools.vpe.html.test/resources/htmlTest/WebContent/pages/components/table/td.html.xml
trunk/vpe/tests/org.jboss.tools.vpe.html.test/resources/htmlTest/WebContent/pages/components/table/tr.html.xml
trunk/vpe/tests/org.jboss.tools.vpe.html.test/resources/htmlTest/WebContent/pages/components/text/hr.html.xml
trunk/vpe/tests/org.jboss.tools.vpe.html.test/src/org/jboss/tools/vpe/html/test/HtmlComponentContentTest.java
Log:
https://jira.jboss.org/browse/JBIDE-6530
Modified:
trunk/vpe/tests/org.jboss.tools.vpe.html.test/resources/htmlTest/WebContent/pages/components/block/div.html.xml
===================================================================
---
trunk/vpe/tests/org.jboss.tools.vpe.html.test/resources/htmlTest/WebContent/pages/components/block/div.html.xml 2010-08-18
09:34:52 UTC (rev 24254)
+++
trunk/vpe/tests/org.jboss.tools.vpe.html.test/resources/htmlTest/WebContent/pages/components/block/div.html.xml 2010-08-18
09:44:24 UTC (rev 24255)
@@ -1,6 +1,6 @@
<tests>
<test id="div">
- <DIV ALIGN="left" ID="div" CLASS="divClass"
STYLE="background: none repeat scroll 0% 0% grey; -moz-background-clip: border;
-moz-background-origin: padding; -moz-background-inline-policy: continuous; color: white;
-moz-user-modify: read-write;">
+ <DIV ALIGN="left" ID="div" CLASS="divClass"
STYLE="background: grey none repeat scroll 0% 0%; -moz-background-clip: border;
-moz-background-origin: padding; -moz-background-inline-policy: continuous; color: white;
-moz-user-modify: read-write;">
<SPAN CLASS="vpe-text">
some text
</SPAN>
Modified:
trunk/vpe/tests/org.jboss.tools.vpe.html.test/resources/htmlTest/WebContent/pages/components/table/table.html.xml
===================================================================
---
trunk/vpe/tests/org.jboss.tools.vpe.html.test/resources/htmlTest/WebContent/pages/components/table/table.html.xml 2010-08-18
09:34:52 UTC (rev 24254)
+++
trunk/vpe/tests/org.jboss.tools.vpe.html.test/resources/htmlTest/WebContent/pages/components/table/table.html.xml 2010-08-18
09:44:24 UTC (rev 24255)
@@ -1,10 +1,13 @@
<tests>
<test id="table">
- <TABLE WIDTH="400" CELLSPACING="0" CELLPADDING="5"
BORDER="0"
+ <TABLE CELLSPACING="0" CELLPADDING="5" BORDER="0"
WIDTH="400"
ID="table" STYLE="-moz-user-modify: read-write;">
<COLGROUP WIDTH="150" STYLE="-moz-user-modify:
read-write;">
+ <BR VPE:PSEUDO-ELEMENT="yes"
+ STYLE="font-style: italic; color: green; -moz-user-modify: read-only;"
/>
+
</COLGROUP>
- <COLGROUP WIDTH="50" SPAN="9" ALIGN="center"
+ <COLGROUP ALIGN="center" SPAN="9" WIDTH="50"
STYLE="-moz-user-modify: read-write;">
<COL SPAN="5" STYLE="-moz-user-modify: read-only;" />
@@ -13,26 +16,26 @@
</COLGROUP>
<TR STYLE="-moz-user-modify: read-write;">
<TD
- STYLE="background: none repeat scroll 0% 0% rgb(176, 178, 142);
-moz-background-clip: border; -moz-background-origin: padding;
-moz-background-inline-policy: continuous; -moz-user-modify: read-write;">
- <SPAN>
+ STYLE="background: rgb(176, 178, 142) none repeat scroll 0% 0%;
-moz-background-clip: border; -moz-background-origin: padding;
-moz-background-inline-policy: continuous; -moz-user-modify: read-write;">
+ <SPAN CLASS="vpe-text">
Some Text
</SPAN>
</TD>
<TD
- STYLE="background: none repeat scroll 0% 0% rgb(204, 204, 204);
-moz-background-clip: border; -moz-background-origin: padding;
-moz-background-inline-policy: continuous; -moz-user-modify: read-write;">
- <SPAN>
+ STYLE="background: rgb(204, 204, 204) none repeat scroll 0% 0%;
-moz-background-clip: border; -moz-background-origin: padding;
-moz-background-inline-policy: continuous; -moz-user-modify: read-write;">
+ <SPAN CLASS="vpe-text">
Some Text
</SPAN>
</TD>
<TD
- STYLE="background: none repeat scroll 0% 0% rgb(176, 178, 142);
-moz-background-clip: border; -moz-background-origin: padding;
-moz-background-inline-policy: continuous; -moz-user-modify: read-write;">
- <SPAN>
+ STYLE="background: rgb(176, 178, 142) none repeat scroll 0% 0%;
-moz-background-clip: border; -moz-background-origin: padding;
-moz-background-inline-policy: continuous; -moz-user-modify: read-write;">
+ <SPAN CLASS="vpe-text">
Some Text
</SPAN>
</TD>
<TD
- STYLE="background: none repeat scroll 0% 0% rgb(204, 204, 204);
-moz-background-clip: border; -moz-background-origin: padding;
-moz-background-inline-policy: continuous; -moz-user-modify: read-write;">
- <SPAN>
+ STYLE="background: rgb(204, 204, 204) none repeat scroll 0% 0%;
-moz-background-clip: border; -moz-background-origin: padding;
-moz-background-inline-policy: continuous; -moz-user-modify: read-write;">
+ <SPAN CLASS="vpe-text">
Some Text
</SPAN>
</TD>
Modified:
trunk/vpe/tests/org.jboss.tools.vpe.html.test/resources/htmlTest/WebContent/pages/components/table/td.html.xml
===================================================================
---
trunk/vpe/tests/org.jboss.tools.vpe.html.test/resources/htmlTest/WebContent/pages/components/table/td.html.xml 2010-08-18
09:34:52 UTC (rev 24254)
+++
trunk/vpe/tests/org.jboss.tools.vpe.html.test/resources/htmlTest/WebContent/pages/components/table/td.html.xml 2010-08-18
09:44:24 UTC (rev 24255)
@@ -1,7 +1,7 @@
<tests>
<test id="td">
<TD ID="td"
- STYLE="background: none repeat scroll 0% 0% rgb(176, 178, 142);
-moz-background-clip: border; -moz-background-origin: padding;
-moz-background-inline-policy: continuous; -moz-user-modify: read-write;"
+ STYLE="background: rgb(176, 178, 142) none repeat scroll 0% 0%;
-moz-background-clip: border; -moz-background-origin: padding;
-moz-background-inline-policy: continuous; -moz-user-modify: read-write;"
CLASS="tdClass">
<SPAN CLASS="vpe-text">
Some Text
Modified:
trunk/vpe/tests/org.jboss.tools.vpe.html.test/resources/htmlTest/WebContent/pages/components/table/tr.html.xml
===================================================================
---
trunk/vpe/tests/org.jboss.tools.vpe.html.test/resources/htmlTest/WebContent/pages/components/table/tr.html.xml 2010-08-18
09:34:52 UTC (rev 24254)
+++
trunk/vpe/tests/org.jboss.tools.vpe.html.test/resources/htmlTest/WebContent/pages/components/table/tr.html.xml 2010-08-18
09:44:24 UTC (rev 24255)
@@ -2,25 +2,25 @@
<test id="tr">
<TR ID="tr" CLASS="trClass" STYLE="color: red;
-moz-user-modify: read-write;">
<TD
- STYLE="background: none repeat scroll 0% 0% rgb(176, 178, 142);
-moz-background-clip: border; -moz-background-origin: padding;
-moz-background-inline-policy: continuous; -moz-user-modify: read-write;">
+ STYLE="background: rgb(176, 178, 142) none repeat scroll 0% 0%;
-moz-background-clip: border; -moz-background-origin: padding;
-moz-background-inline-policy: continuous; -moz-user-modify: read-write;">
<SPAN CLASS="vpe-text">
Some Text
</SPAN>
</TD>
<TD
- STYLE="background: none repeat scroll 0% 0% rgb(204, 204, 204);
-moz-background-clip: border; -moz-background-origin: padding;
-moz-background-inline-policy: continuous; -moz-user-modify: read-write;">
+ STYLE="background: rgb(204, 204, 204) none repeat scroll 0% 0%;
-moz-background-clip: border; -moz-background-origin: padding;
-moz-background-inline-policy: continuous; -moz-user-modify: read-write;">
<SPAN CLASS="vpe-text">
Some Text
</SPAN>
</TD>
<TD
- STYLE="background: none repeat scroll 0% 0% rgb(176, 178, 142);
-moz-background-clip: border; -moz-background-origin: padding;
-moz-background-inline-policy: continuous; -moz-user-modify: read-write;">
+ STYLE="background: rgb(176, 178, 142) none repeat scroll 0% 0%;
-moz-background-clip: border; -moz-background-origin: padding;
-moz-background-inline-policy: continuous; -moz-user-modify: read-write;">
<SPAN CLASS="vpe-text">
Some Text
</SPAN>
</TD>
<TD
- STYLE="background: none repeat scroll 0% 0% rgb(204, 204, 204);
-moz-background-clip: border; -moz-background-origin: padding;
-moz-background-inline-policy: continuous; -moz-user-modify: read-write;">
+ STYLE="background: rgb(204, 204, 204) none repeat scroll 0% 0%;
-moz-background-clip: border; -moz-background-origin: padding;
-moz-background-inline-policy: continuous; -moz-user-modify: read-write;">
<SPAN CLASS="vpe-text">
Some Text
</SPAN>
Modified:
trunk/vpe/tests/org.jboss.tools.vpe.html.test/resources/htmlTest/WebContent/pages/components/text/hr.html.xml
===================================================================
---
trunk/vpe/tests/org.jboss.tools.vpe.html.test/resources/htmlTest/WebContent/pages/components/text/hr.html.xml 2010-08-18
09:34:52 UTC (rev 24254)
+++
trunk/vpe/tests/org.jboss.tools.vpe.html.test/resources/htmlTest/WebContent/pages/components/text/hr.html.xml 2010-08-18
09:44:24 UTC (rev 24255)
@@ -1,5 +1,5 @@
<tests>
<test id="hr">
- <HR SIZE="20" ALIGN="left" ID="hr"
CLASS="hrClass" STYLE="background: none repeat scroll 0% 0% red;
-moz-background-clip: border; -moz-background-origin: padding;
-moz-background-inline-policy: continuous; -moz-user-modify: read-only;"/>
+ <HR SIZE="20" ALIGN="left" ID="hr"
CLASS="hrClass" STYLE="background: red none repeat scroll 0% 0%;
-moz-background-clip: border; -moz-background-origin: padding;
-moz-background-inline-policy: continuous; -moz-user-modify: read-only;"/>
</test>
</tests>
\ No newline at end of file
Modified:
trunk/vpe/tests/org.jboss.tools.vpe.html.test/src/org/jboss/tools/vpe/html/test/HtmlComponentContentTest.java
===================================================================
---
trunk/vpe/tests/org.jboss.tools.vpe.html.test/src/org/jboss/tools/vpe/html/test/HtmlComponentContentTest.java 2010-08-18
09:34:52 UTC (rev 24254)
+++
trunk/vpe/tests/org.jboss.tools.vpe.html.test/src/org/jboss/tools/vpe/html/test/HtmlComponentContentTest.java 2010-08-18
09:44:24 UTC (rev 24255)
@@ -34,7 +34,7 @@
performContentTest("components/block/dd.html"); //$NON-NLS-1$
}
- public void _testDiv() throws Throwable {
+ public void testDiv() throws Throwable {
performContentTest("components/block/div.html"); //$NON-NLS-1$
}
@@ -138,8 +138,8 @@
performInvisibleTagTest("components/core/style.html", "style");
//$NON-NLS-1$ //$NON-NLS-2$
}
- public void _testTitle() throws Throwable {
- performContentTest("components/core/title.html"); //$NON-NLS-1$
+ public void testTitle() throws Throwable {
+ performInvisibleTagTest("components/core/title.html","title");
//$NON-NLS-1$
}
/*
@@ -234,7 +234,7 @@
performContentTest("components/table/colgroup.html"); //$NON-NLS-1$
}
- public void _testTable() throws Throwable {
+ public void testTable() throws Throwable {
performContentTest("components/table/table.html"); //$NON-NLS-1$
}
@@ -242,7 +242,7 @@
performContentTest("components/table/tbody.html"); //$NON-NLS-1$
}
- public void _testTd() throws Throwable {
+ public void testTd() throws Throwable {
performContentTest("components/table/td.html"); //$NON-NLS-1$
}
@@ -258,7 +258,7 @@
performContentTest("components/table/thead.html"); //$NON-NLS-1$
}
- public void _testTr() throws Throwable {
+ public void testTr() throws Throwable {
performContentTest("components/table/tr.html"); //$NON-NLS-1$
}
@@ -310,7 +310,7 @@
performContentTest("components/text/em.html"); //$NON-NLS-1$
}
- public void _testHr() throws Throwable {
+ public void testHr() throws Throwable {
performContentTest("components/text/hr.html"); //$NON-NLS-1$
}
@@ -411,7 +411,7 @@
performContentTest("components/other/wbr.html"); //$NON-NLS-1$
}
- public void _testXmp() throws Throwable {
+ public void testXmp() throws Throwable {
performContentTest("components/other/xmp.xhtml"); //$NON-NLS-1$
}