mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 15:23:51 +00:00
Backed out changeset eac4a21c91f3 (bug 1269209)
MozReview-Commit-ID: KBo6scQvIke
This commit is contained in:
parent
59fa0eaa9d
commit
06c15394c4
@ -22,6 +22,7 @@ subsuite = clipboard
|
||||
[test_bug1153237.html]
|
||||
[test_bug1248128.html]
|
||||
[test_bug1248185.html]
|
||||
[test_bug1257363.html]
|
||||
[test_composition_event_created_in_chrome.html]
|
||||
[test_contenteditable_text_input_handling.html]
|
||||
[test_dragdrop.html]
|
||||
|
@ -175,7 +175,6 @@ skip-if = os != "win"
|
||||
[test_bug1140105.html]
|
||||
[test_bug1154791.html]
|
||||
[test_bug1250010.html]
|
||||
[test_bug1257363.html]
|
||||
[test_CF_HTML_clipboard.html]
|
||||
subsuite = clipboard
|
||||
[test_contenteditable_focus.html]
|
||||
|
@ -5,9 +5,9 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=1257363
|
||||
-->
|
||||
<head>
|
||||
<title>Test for Bug 1257363</title>
|
||||
<script src="/tests/SimpleTest/SimpleTest.js"></script>
|
||||
<link rel="stylesheet" href="/tests/SimpleTest/test.css">
|
||||
<script src="/tests/SimpleTest/EventUtils.js"></script>
|
||||
<script type="application/javascript" src="chrome://mochikit/content/tests/SimpleTest/SimpleTest.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="chrome://mochikit/content/tests/SimpleTest/test.css"/>
|
||||
<script type="text/javascript" src="chrome://mochikit/content/tests/SimpleTest/EventUtils.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="display">
|
||||
|
Loading…
Reference in New Issue
Block a user