| Index: third_party/WebKit/LayoutTests/imported/web-platform-tests/html/editing/editing-0/contenteditable/contentEditable-invalidvalue.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/editing/editing-0/contenteditable/contentEditable-invalidvalue.html b/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/editing/editing-0/contenteditable/contentEditable-invalidvalue.html
|
| deleted file mode 100644
|
| index 3ae6390c2ae5d1ddeb50c0840d94a62918191670..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/editing/editing-0/contenteditable/contentEditable-invalidvalue.html
|
| +++ /dev/null
|
| @@ -1,16 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<meta charset=utf-8>
|
| -<title>contentEditable setter: invalid value</title>
|
| -<link rel="author" title="Denis Ah-Kang" href="mailto:denis@w3.org">
|
| -<link rel=help href="https://html.spec.whatwg.org/multipage/#contenteditable">
|
| -<script src="../../../../../../resources/testharness.js"></script>
|
| -<script src="../../../../../../resources/testharnessreport.js"></script>
|
| -<div id="log"></div>
|
| -<script>
|
| - var el = document.createElement("div");
|
| - test(function(){
|
| - assert_throws("SyntaxError", function() {
|
| - el.contentEditable = "foobar";
|
| - });
|
| - }, "setting contentEditable to an invalid value throws a SyntaxError Exception");
|
| -</script>
|
|
|