Index: LayoutTests/fast/css/area-computedStyle-expected.txt |
diff --git a/LayoutTests/accessibility/insert-selected-option-into-select-causes-crash-expected.txt b/LayoutTests/fast/css/area-computedStyle-expected.txt |
similarity index 52% |
copy from LayoutTests/accessibility/insert-selected-option-into-select-causes-crash-expected.txt |
copy to LayoutTests/fast/css/area-computedStyle-expected.txt |
index 461541d1752d9a34b3baa8979e156490d35e7de2..4f7437f83c57cd4d12fadc2770b35b2394ae7660 100644 |
--- a/LayoutTests/accessibility/insert-selected-option-into-select-causes-crash-expected.txt |
+++ b/LayoutTests/fast/css/area-computedStyle-expected.txt |
@@ -1,8 +1,9 @@ |
-This test ensures that inserting a selected option into an HTML Select element doesn't cause a crash. |
+Test return value of getComputedStyle() for area tag. |
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
+PASS window.getComputedStyle(area, null).color is "rgb(0, 0, 255)" |
PASS successfullyParsed is true |
TEST COMPLETE |