aboutsummaryrefslogtreecommitdiffstats
path: root/it/it-tests/src/test/resources/sourceCode/HighlightingTest/syntax-highlighting-v2.html
diff options
context:
space:
mode:
Diffstat (limited to 'it/it-tests/src/test/resources/sourceCode/HighlightingTest/syntax-highlighting-v2.html')
-rw-r--r--it/it-tests/src/test/resources/sourceCode/HighlightingTest/syntax-highlighting-v2.html59
1 files changed, 59 insertions, 0 deletions
diff --git a/it/it-tests/src/test/resources/sourceCode/HighlightingTest/syntax-highlighting-v2.html b/it/it-tests/src/test/resources/sourceCode/HighlightingTest/syntax-highlighting-v2.html
new file mode 100644
index 00000000000..57c535a10d3
--- /dev/null
+++ b/it/it-tests/src/test/resources/sourceCode/HighlightingTest/syntax-highlighting-v2.html
@@ -0,0 +1,59 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head profile="http://selenium-ide.openqa.org/profiles/test-case">
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
+ <title>java-syntax-highlighting</title>
+</head>
+<body>
+<table cellpadding="1" cellspacing="1" border="1">
+ <thead>
+ <tr>
+ <td rowspan="1" colspan="3">highlight-syntax-v2</td>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td>open</td>
+ <td>/component/index?id=sample-with-highlighting%3Asrc%2Fmain%2Fxoo%2Fsample%2FSample.xoo</td>
+ <td></td>
+ </tr>
+ <tr>
+ <td>waitForElementPresent</td>
+ <td>css=.source-line</td>
+ <td></td>
+ </tr>
+ <tr>
+ <td>storeHtmlSource</td>
+ <td></td>
+ <td></td>
+ </tr>
+ <tr>
+ <td>verifyHtmlSource</td>
+ <td>glob:*&lt;span class="k"&gt;package&lt;/span&gt;*</td>
+ <td></td>
+ </tr>
+ <tr>
+ <td>verifyHtmlSource</td>
+ <td>glob:*&lt;span class="k"&gt;public&lt;/span&gt;*</td>
+ <td></td>
+ </tr>
+ <tr>
+ <td>verifyHtmlSource</td>
+ <td>glob:*&lt;span class="k"&gt;class&lt;/span&gt;*</td>
+ <td></td>
+ </tr>
+ <tr>
+ <td>verifyHtmlSource</td>
+ <td>glob:*&lt;span class="k"&gt;return&lt;/span&gt;*</td>
+ <td></td>
+ </tr>
+ <tr>
+ <td>verifyHtmlSource</td>
+ <td>glob:*&lt;span class="s"&gt;"hello"&lt;/span&gt;*</td>
+ <td></td>
+ </tr>
+ </tbody>
+</table>
+</body>
+</html>