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

Side by Side Diff: LayoutTests/fast/table/td-bordercolor-attribute-expected.txt

Issue 54473004: Make js-test-post a noop. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add mac NeedsRebaselines Created 7 years, 1 month 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 | Annotate | Revision Log
OLDNEW
1 There should be no red below. 1 There should be no red below.
2 The bordercolor attribute on a cell or row should have no effect. 2 The bordercolor attribute on a cell or row should have no effect.
3 https://bugs.webkit.org/show_bug.cgi?id=101677 3 https://bugs.webkit.org/show_bug.cgi?id=101677
4 4
5 PASS document.defaultView.getComputedStyle(cell, null).getPropertyValue("border- top-color") is "rgb(0, 0, 0)" 5 PASS document.defaultView.getComputedStyle(cell, null).getPropertyValue("border- top-color") is "rgb(0, 0, 0)"
6 PASS document.defaultView.getComputedStyle(cell, null).getPropertyValue("border- top-width") is "0px" 6 PASS document.defaultView.getComputedStyle(cell, null).getPropertyValue("border- top-width") is "0px"
7 PASS document.defaultView.getComputedStyle(table, null).getPropertyValue("border -top-color") is "rgb(128, 128, 128)" 7 PASS document.defaultView.getComputedStyle(table, null).getPropertyValue("border -top-color") is "rgb(128, 128, 128)"
8 PASS document.defaultView.getComputedStyle(table, null).getPropertyValue("border -top-width") is "0px" 8 PASS document.defaultView.getComputedStyle(table, null).getPropertyValue("border -top-width") is "0px"
9 PASS document.defaultView.getComputedStyle(cell2, null).getPropertyValue("border -top-color") is "rgb(128, 128, 128)" 9 PASS document.defaultView.getComputedStyle(cell2, null).getPropertyValue("border -top-color") is "rgb(128, 128, 128)"
10 PASS document.defaultView.getComputedStyle(cell2, null).getPropertyValue("border -top-width") is "1px" 10 PASS document.defaultView.getComputedStyle(cell2, null).getPropertyValue("border -top-width") is "1px"
(...skipping 12 matching lines...) Expand all
23 PASS document.defaultView.getComputedStyle(table5, null).getPropertyValue("borde r-top-color") is "rgb(128, 128, 128)" 23 PASS document.defaultView.getComputedStyle(table5, null).getPropertyValue("borde r-top-color") is "rgb(128, 128, 128)"
24 PASS document.defaultView.getComputedStyle(table5, null).getPropertyValue("borde r-top-width") is "2px" 24 PASS document.defaultView.getComputedStyle(table5, null).getPropertyValue("borde r-top-width") is "2px"
25 PASS document.defaultView.getComputedStyle(tbody6, null).getPropertyValue("borde r-top-color") is "rgb(128, 128, 128)" 25 PASS document.defaultView.getComputedStyle(tbody6, null).getPropertyValue("borde r-top-color") is "rgb(128, 128, 128)"
26 PASS document.defaultView.getComputedStyle(tbody6, null).getPropertyValue("borde r-top-width") is "0px" 26 PASS document.defaultView.getComputedStyle(tbody6, null).getPropertyValue("borde r-top-width") is "0px"
27 PASS document.defaultView.getComputedStyle(table6, null).getPropertyValue("borde r-top-color") is "rgb(128, 128, 128)" 27 PASS document.defaultView.getComputedStyle(table6, null).getPropertyValue("borde r-top-color") is "rgb(128, 128, 128)"
28 PASS document.defaultView.getComputedStyle(table6, null).getPropertyValue("borde r-top-width") is "2px" 28 PASS document.defaultView.getComputedStyle(table6, null).getPropertyValue("borde r-top-width") is "2px"
29 PASS document.defaultView.getComputedStyle(col7, null).getPropertyValue("border- top-color") is "rgb(0, 0, 0)" 29 PASS document.defaultView.getComputedStyle(col7, null).getPropertyValue("border- top-color") is "rgb(0, 0, 0)"
30 PASS document.defaultView.getComputedStyle(col7, null).getPropertyValue("border- top-width") is "0px" 30 PASS document.defaultView.getComputedStyle(col7, null).getPropertyValue("border- top-width") is "0px"
31 PASS document.defaultView.getComputedStyle(table7, null).getPropertyValue("borde r-top-color") is "rgb(128, 128, 128)" 31 PASS document.defaultView.getComputedStyle(table7, null).getPropertyValue("borde r-top-color") is "rgb(128, 128, 128)"
32 PASS document.defaultView.getComputedStyle(table7, null).getPropertyValue("borde r-top-width") is "2px" 32 PASS document.defaultView.getComputedStyle(table7, null).getPropertyValue("borde r-top-width") is "2px"
33 PASS successfullyParsed is true
33 34
35 TEST COMPLETE
36
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698