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

Unified Diff: LayoutTests/fast/css/area-computedStyle-expected.txt

Issue 442563002: Fix getComputedStyle() for area element (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Try to use rebaseline Created 6 years, 4 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: 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
« no previous file with comments | « LayoutTests/fast/css/area-computedStyle.html ('k') | LayoutTests/platform/linux/fast/images/imagemap-case-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698