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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « no previous file | LayoutTests/fast/table/border-remove-border-attribute.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 This test checks the behavior of table styles when changing certain table attrib utes. 1 This test checks the behavior of table styles when changing certain table attrib utes.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS getComputedStyle(table, '').borderLeftWidth is '0px' 6 PASS getComputedStyle(table, '').borderLeftWidth is '0px'
7 PASS getComputedStyle(table, '').borderRightWidth is '0px' 7 PASS getComputedStyle(table, '').borderRightWidth is '0px'
8 PASS getComputedStyle(table, '').borderTopWidth is '0px' 8 PASS getComputedStyle(table, '').borderTopWidth is '0px'
9 PASS getComputedStyle(table, '').borderBottomWidth is '0px' 9 PASS getComputedStyle(table, '').borderBottomWidth is '0px'
10 PASS getComputedStyle(table, '').borderLeftStyle is 'none' 10 PASS getComputedStyle(table, '').borderLeftStyle is 'none'
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 PASS getComputedStyle(cell, '').borderTopWidth is '1px' 116 PASS getComputedStyle(cell, '').borderTopWidth is '1px'
117 PASS getComputedStyle(cell, '').borderBottomWidth is '1px' 117 PASS getComputedStyle(cell, '').borderBottomWidth is '1px'
118 PASS getComputedStyle(cell, '').borderLeftStyle is 'none' 118 PASS getComputedStyle(cell, '').borderLeftStyle is 'none'
119 PASS getComputedStyle(cell, '').borderRightStyle is 'none' 119 PASS getComputedStyle(cell, '').borderRightStyle is 'none'
120 PASS getComputedStyle(cell, '').borderTopStyle is 'solid' 120 PASS getComputedStyle(cell, '').borderTopStyle is 'solid'
121 PASS getComputedStyle(cell, '').borderBottomStyle is 'solid' 121 PASS getComputedStyle(cell, '').borderBottomStyle is 'solid'
122 PASS getComputedStyle(cell, '').borderLeftColor is red 122 PASS getComputedStyle(cell, '').borderLeftColor is red
123 PASS getComputedStyle(cell, '').borderRightColor is red 123 PASS getComputedStyle(cell, '').borderRightColor is red
124 PASS getComputedStyle(cell, '').borderTopColor is red 124 PASS getComputedStyle(cell, '').borderTopColor is red
125 PASS getComputedStyle(cell, '').borderBottomColor is red 125 PASS getComputedStyle(cell, '').borderBottomColor is red
126 PASS getComputedStyle(table, '').borderLeftWidth is '3px'
127 PASS getComputedStyle(table, '').borderRightWidth is '3px'
128 PASS getComputedStyle(table, '').borderTopWidth is '3px'
129 PASS getComputedStyle(table, '').borderBottomWidth is '3px'
130 PASS getComputedStyle(table, '').borderLeftStyle is 'solid'
131 PASS getComputedStyle(table, '').borderRightStyle is 'solid'
132 PASS getComputedStyle(table, '').borderTopStyle is 'solid'
133 PASS getComputedStyle(table, '').borderBottomStyle is 'solid'
134 PASS getComputedStyle(table, '').borderLeftColor is yellow
135 PASS getComputedStyle(table, '').borderRightColor is yellow
136 PASS getComputedStyle(table, '').borderTopColor is yellow
137 PASS getComputedStyle(table, '').borderBottomColor is yellow
126 PASS successfullyParsed is true 138 PASS successfullyParsed is true
127 139
128 TEST COMPLETE 140 TEST COMPLETE
129 141
OLDNEW
« 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