Index: third_party/WebKit/LayoutTests/fast/dom/HTMLAnchorElement/update-href-of-focused-anchor-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLAnchorElement/remove-href-from-focused-anchor-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/HTMLAnchorElement/update-href-of-focused-anchor-expected.txt |
similarity index 73% |
rename from third_party/WebKit/LayoutTests/fast/dom/HTMLAnchorElement/remove-href-from-focused-anchor-expected.txt |
rename to third_party/WebKit/LayoutTests/fast/dom/HTMLAnchorElement/update-href-of-focused-anchor-expected.txt |
index 0884caa8bc57e185bc520d74df5f28218999d711..85eaf8d495964dd8fa114ce86c942a2505a9dcc9 100644 |
--- a/third_party/WebKit/LayoutTests/fast/dom/HTMLAnchorElement/remove-href-from-focused-anchor-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/dom/HTMLAnchorElement/update-href-of-focused-anchor-expected.txt |
@@ -1,6 +1,8 @@ |
-PASS document.activeElement is target |
Remove href. |
+PASS document.activeElement is target |
PASS document.activeElement is document.body |
+Update href. |
+PASS document.activeElement is target |
PASS successfullyParsed is true |
TEST COMPLETE |