Index: LayoutTests/fast/dom/shadow/pseudoclass-update-enabled-area-expected.html |
diff --git a/LayoutTests/fast/dom/shadow/pseudoclass-update-link-area-expected.html b/LayoutTests/fast/dom/shadow/pseudoclass-update-enabled-area-expected.html |
similarity index 90% |
copy from LayoutTests/fast/dom/shadow/pseudoclass-update-link-area-expected.html |
copy to LayoutTests/fast/dom/shadow/pseudoclass-update-enabled-area-expected.html |
index 504548aa94d45fb87cdf55c6caf2cc4acf2f402e..645368f30bc266b935ebe03adcf04c88b7c054fb 100644 |
--- a/LayoutTests/fast/dom/shadow/pseudoclass-update-link-area-expected.html |
+++ b/LayoutTests/fast/dom/shadow/pseudoclass-update-enabled-area-expected.html |
@@ -1,21 +1,11 @@ |
-<!DOCTYPE html> |
-<html> |
-<head> |
-</head> |
- |
-<body> |
- |
<style> |
area { |
display: inline; |
} |
</style> |
- |
<p>When an anchor tag catch 'href' attribute or release 'href' attribute, distribution should happen.</p> |
- |
<div id="host1"></div> |
<div id="host2"></div> |
- |
<script> |
function createArea(href, textContent) |
{ |
@@ -33,6 +23,3 @@ var area4 = createArea('http://www.example.com/', 'Anchor 4'); |
host1.appendChild(area1); |
host2.appendChild(area4); |
</script> |
-</body> |
-</html> |
- |