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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/selectors/placeholder-shown-style-update-expected.txt

Issue 2887273003: No extra space emission in TextIterator::HandleReplacedElement (Closed)
Patch Set: Fri May 19 00:09:20 PDT 2017 Created 3 years, 7 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 unified diff | Download patch
OLDNEW
1 Test style update of the :placeholder-shown pseudo class. 1 Test style update of the :placeholder-shown pseudo class.
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 Initial state is without placehoder. 6 Initial state is without placehoder.
7 PASS getComputedStyle(document.getElementById("input-with-renderer")).background Color is "rgb(255, 255, 255)" 7 PASS getComputedStyle(document.getElementById("input-with-renderer")).background Color is "rgb(255, 255, 255)"
8 PASS getComputedStyle(document.getElementById("textarea-with-renderer")).backgro undColor is "rgb(255, 255, 255)" 8 PASS getComputedStyle(document.getElementById("textarea-with-renderer")).backgro undColor is "rgb(255, 255, 255)"
9 PASS getComputedStyle(document.getElementById("input-without-renderer")).backgro undColor is "rgb(255, 255, 255)" 9 PASS getComputedStyle(document.getElementById("input-without-renderer")).backgro undColor is "rgb(255, 255, 255)"
10 PASS getComputedStyle(document.getElementById("textarea-without-renderer")).back groundColor is "rgb(255, 255, 255)" 10 PASS getComputedStyle(document.getElementById("textarea-without-renderer")).back groundColor is "rgb(255, 255, 255)"
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 PASS getComputedStyle(document.getElementById("input-without-renderer")).backgro undColor is "rgb(255, 255, 255)" 54 PASS getComputedStyle(document.getElementById("input-without-renderer")).backgro undColor is "rgb(255, 255, 255)"
55 PASS getComputedStyle(document.getElementById("textarea-without-renderer")).back groundColor is "rgb(255, 255, 255)" 55 PASS getComputedStyle(document.getElementById("textarea-without-renderer")).back groundColor is "rgb(255, 255, 255)"
56 Removing the value. A placeholder was added while the value was up, we should ge t the style now. 56 Removing the value. A placeholder was added while the value was up, we should ge t the style now.
57 PASS getComputedStyle(document.getElementById("input-with-renderer")).background Color is "rgb(1, 2, 3)" 57 PASS getComputedStyle(document.getElementById("input-with-renderer")).background Color is "rgb(1, 2, 3)"
58 PASS getComputedStyle(document.getElementById("textarea-with-renderer")).backgro undColor is "rgb(1, 2, 3)" 58 PASS getComputedStyle(document.getElementById("textarea-with-renderer")).backgro undColor is "rgb(1, 2, 3)"
59 PASS getComputedStyle(document.getElementById("input-without-renderer")).backgro undColor is "rgb(1, 2, 3)" 59 PASS getComputedStyle(document.getElementById("input-without-renderer")).backgro undColor is "rgb(1, 2, 3)"
60 PASS getComputedStyle(document.getElementById("textarea-without-renderer")).back groundColor is "rgb(1, 2, 3)" 60 PASS getComputedStyle(document.getElementById("textarea-without-renderer")).back groundColor is "rgb(1, 2, 3)"
61 PASS successfullyParsed is true 61 PASS successfullyParsed is true
62 62
63 TEST COMPLETE 63 TEST COMPLETE
64 64
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698