Skip to content

Commit

Permalink
68.13.9 - testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Fedor committed Feb 16, 2024
1 parent 36910f9 commit 8ed7e5e
Show file tree
Hide file tree
Showing 1,097 changed files with 37,700 additions and 7,812 deletions.
1 change: 1 addition & 0 deletions testing/cppunittest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ skip-if = os != 'win'
[TestEnumTypeTraits]
[TestFastBernoulliTrial]
[TestFloatingPoint]
[TestFunctionRef]
[TestFunctionTypeTraits]
[TestIntegerPrintfMacros]
[TestIntegerRange]
Expand Down
2 changes: 1 addition & 1 deletion testing/geckodriver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ regex = "1.0"
serde = "1.0"
serde_json = "1.0"
serde_derive = "1.0"
uuid = { version = "0.7", features = ["v4"] }
uuid = { version = "0.8", features = ["v4"] }
webdriver = { path = "../webdriver" }
zip = "0.4"

Expand Down
2 changes: 1 addition & 1 deletion testing/marionette/client/docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
# html_show_sphinx = True

# If true, "(C) Copyright ..." is shown in the HTML footer. Default is True.
# html_show_copyright = True
html_show_copyright = False

# If true, an OpenSearch description file will be output, and all pages will
# contain a <link> tag referring to it. The value of this option must be the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,7 @@
<title>Marionette tests for AccessibleCaret in selection mode (iframe)</title>
</head>
<body>
<style>
*
{
-moz-user-select:none;
}
</style>
<iframe id="frame" src="test_carets_longtext.html" style="width: 10em; height: 8em;"></iframe>
<input id="input" value="ABC DEF GHI">
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,10 @@
<title>Bug 1019441: Marionette tests for AccessibleCaret (multiple lines)</title>
</head>
<body>
<style>
*
{
-moz-user-select:none;
}
</style>
<div><textarea id="textarea2" style="width: 10em; height: 6em; overflow: auto;">First Line&#13;&#10;&#13;&#10;Second Line&#13;&#10;&#13;&#10;Third Line</textarea></div>
<br>
<div style="width: 10em; height: 6em; overflow: auto; -moz-user-select:text" id="contenteditable2" contenteditable="true">First Line<br><br>Second Line<br><br>Third Line</div>
<div style="width: 10em; height: 6em; overflow: auto;" id="contenteditable2" contenteditable="true">First Line<br><br>Second Line<br><br>Third Line</div>
<br>
<div style="width: 10em; height: 6em; overflow: auto; -moz-user-select:text" id="content2">First Line<br><br>Second Line<br><br>Third Line</div>
<div style="width: 10em; height: 6em; overflow: auto;" id="content2">First Line<br><br>Second Line<br><br>Third Line</div>
</body>
</html>
2 changes: 1 addition & 1 deletion testing/marionette/puppeteer/firefox/docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
# html_show_sphinx = True

# If true, "(C) Copyright ..." is shown in the HTML footer. Default is True.
# html_show_copyright = True
html_show_copyright = False

# If true, an OpenSearch description file will be output, and all pages will
# contain a <link> tag referring to it. The value of this option must be the
Expand Down
Loading

0 comments on commit 8ed7e5e

Please sign in to comment.