Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(514)

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/hover-after-dom-delete.html

Issue 1812763002: Pseudo and non pseudo elements should return correct computed content value (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/fast/dom/hover-after-dom-delete.html
diff --git a/third_party/WebKit/LayoutTests/fast/dom/hover-after-dom-delete.html b/third_party/WebKit/LayoutTests/fast/dom/hover-after-dom-delete.html
index 9f52a1f6e39bcc8e8dace6d789c3cd8217c16b21..b652992aadb9f92b5d14dbb637a199f533f83ada 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/hover-after-dom-delete.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/hover-after-dom-delete.html
@@ -93,7 +93,7 @@ function testWithInvisibleCursor()
function testAfterDeleteCursorInvisible()
{
- checkBlueHoverText(blueTextWhenNotHovered);
+ checkBlueHoverText("none");
testRunner.notifyDone();
}

Powered by Google App Engine
This is Rietveld 408576698