Commit 4c75a320 authored by Yoshifumi Inoue's avatar Yoshifumi Inoue Committed by Commit Bot

Get rid of useless web_tests editing/style/highlight.html

This patch gets rid of useless "highlight.html" and expected images for ease of
maintenance and help to implementing EditingNG.

"highlight.html" was introduced for testing "-webkit-highlight" CSS property
but this property is no longer used. This property is parsed and store in
|ComputedStyle| but layout and paint don't refer it.

Note: WebKit removed "-webkit-highlight" on 2014[1].

[1] https://bugs.webkit.org/show_bug.cgi?id=128456

Bug: 707656, 1086089
Change-Id: I945221634e0176123aee3677b1b3e9da711d0021
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2214801
Auto-Submit: Yoshifumi Inoue <yosin@chromium.org>
Reviewed-by: default avatarKoji Ishii <kojii@chromium.org>
Commit-Queue: Koji Ishii <kojii@chromium.org>
Commit-Queue: Yoshifumi Inoue <yosin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#771498}
parent ba2f5ee8
<html>
<body><div id=e contenteditable style="-webkit-highlight:'green';">some highlighted text</div>
<script>
var e = document.getElementById('e');
window.getSelection().collapse(e,0);
</script>
</body>
</html>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment