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

Unified Diff: LayoutTests/fast/forms/button-generated-content.html

Issue 1303943002: Rebaseline fast/ tests on Yosemite (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: ToTed Created 5 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
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/forms/button-generated-content-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/forms/button-generated-content.html
diff --git a/LayoutTests/fast/forms/button-generated-content.html b/LayoutTests/fast/forms/button-generated-content.html
index 4349e2018b5d62047bd3775743373adb483ee5ad..9e9656f05717a7ac2a6125f89645ca7311487006 100644
--- a/LayoutTests/fast/forms/button-generated-content.html
+++ b/LayoutTests/fast/forms/button-generated-content.html
@@ -1,8 +1,10 @@
<!DOCTYPE HTML>
<html>
+<script src="../../resources/ahem.js"></script>
<head>
<title></title>
<style type="text/css">
+ button { font-family: Ahem; }
button.bef:before { content:'before'; }
button.aft:after { content:'after'; }
button.bef1:before { content:'BEFORE'; }
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/forms/button-generated-content-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698