Commit 18c79fd5 authored by Shanmuga Pandi M's avatar Shanmuga Pandi M Committed by Commit Bot

Move css3 text-decoration tests to WPT

Bug: 769629
Change-Id: I996148aba74d03db821bb5f948d2d60dd321c808
Reviewed-on: https://chromium-review.googlesource.com/813440Reviewed-by: default avatarDominik Röttsches <drott@chromium.org>
Commit-Queue: Shanmuga Pandi <shanmuga.m@samsung.com>
Cr-Commit-Position: refs/heads/master@{#522406}
parent 20bea7a6
<!DOCTYPE html>
<link rel="help" href="https://www.w3.org/TR/css-text-decor-3/#text-decoration-line">
<link rel="help" href="https://www.w3.org/TR/css-writing-modes-3/#propdef-writing-mode">
<link rel="match" href="line-through-vertical-ref.html">
<style>
div {
writing-mode: vertical-rl;
......
<!doctype html>
<link rel="help" href="https://www.w3.org/TR/css-text-decor-3/#text-decoration-color">
<link rel="match" href="text-decoration-color-recalc-ref.html">
<style>
div {
font-size: 50px;
......
......@@ -2,6 +2,8 @@
<html>
<head>
<title>CSS Test: CSS3 text-decoration-color</title>
<link rel="help" href="https://www.w3.org/TR/css-text-decor-3/#text-decoration-color">
<link rel="match" href="text-decoration-color-ref.html">
<style>
.underline {
text-decoration: underline;
......
<!doctype html>
<link rel="help" href="https://www.w3.org/TR/css-text-decor-3/#text-decoration-line">
<link rel="match" href="text-decoration-line-recalc-ref.html">
<style>
div {
font-size: 50px;
......
<html>
<head>
<link rel="help" href="https://www.w3.org/TR/css-text-decor-3/#text-decoration-line">
<link rel="match" href="text-decoration-line-ref.html">
<style>
.none { text-decoration: none; }
.underline { text-decoration: underline; }
......
<!doctype html>
<link rel="help" href="https://www.w3.org/TR/css-text-decor-3/#text-decoration-style">
<link rel="match" href="text-decoration-style-multiple-ref.html">
<style>
div {
color: #aaa;
......
<!doctype html>
<link rel="help" href="https://www.w3.org/TR/css-text-decor-3/#text-decoration-style">
<link rel="match" href="text-decoration-style-recalc-ref.html">
<style>
div {
font-size: 50px;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment