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

Unified Diff: LayoutTests/fast/table/border-changes-expected.txt

Issue 789513004: Removing border attribute should remove the visual border (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Patch for landing Created 6 years 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
« no previous file with comments | « no previous file | LayoutTests/fast/table/border-remove-border-attribute.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/table/border-changes-expected.txt
diff --git a/LayoutTests/fast/table/border-changes-expected.txt b/LayoutTests/fast/table/border-changes-expected.txt
index 6f40c23669bf45613daf9d3ec12aec42b42070a0..fb3307cfa8f2922efd3a1af7f5e063921548b926 100644
--- a/LayoutTests/fast/table/border-changes-expected.txt
+++ b/LayoutTests/fast/table/border-changes-expected.txt
@@ -123,6 +123,18 @@ PASS getComputedStyle(cell, '').borderLeftColor is red
PASS getComputedStyle(cell, '').borderRightColor is red
PASS getComputedStyle(cell, '').borderTopColor is red
PASS getComputedStyle(cell, '').borderBottomColor is red
+PASS getComputedStyle(table, '').borderLeftWidth is '3px'
+PASS getComputedStyle(table, '').borderRightWidth is '3px'
+PASS getComputedStyle(table, '').borderTopWidth is '3px'
+PASS getComputedStyle(table, '').borderBottomWidth is '3px'
+PASS getComputedStyle(table, '').borderLeftStyle is 'solid'
+PASS getComputedStyle(table, '').borderRightStyle is 'solid'
+PASS getComputedStyle(table, '').borderTopStyle is 'solid'
+PASS getComputedStyle(table, '').borderBottomStyle is 'solid'
+PASS getComputedStyle(table, '').borderLeftColor is yellow
+PASS getComputedStyle(table, '').borderRightColor is yellow
+PASS getComputedStyle(table, '').borderTopColor is yellow
+PASS getComputedStyle(table, '').borderBottomColor is yellow
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « no previous file | LayoutTests/fast/table/border-remove-border-attribute.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698